michaelklishin / langohr

A small, feature complete Clojure client for RabbitMQ that embraces AMQP 0.9.1 model

Home Page:http://clojurerabbitmq.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way to get next publisher confirm sequence number

vincentjames501 opened this issue · comments

To do publisher confirms, it would be nice to have a next-publish-seq-no function in the langohr.channel ns. It would be awesome to brainstorm some additional ideas for #7 as I'm running into this now!

All confirms-related functions are in langohr.confirm.

Sure. I'm just commenting I think this function is missing and I have to make a native Java API call to Channel unless I'm missing something. I'd be happy to do a PR. I think this function could be useful for things other than just confirmations though which is why I suggested the other namespace though it doesn't matter much to me.