This website requires JavaScript.
Explore
Help
Sign In
jessequ
/
AMQP-CPP
Watch
1
Star
0
Fork
You've already forked AMQP-CPP
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b7e9827e0c
AMQP-CPP
/
include
History
Emiel Bruijntjes
b7e9827e0c
Renamed DeferredConfirmedPublish to DeferredPublish
2020-10-19 08:59:13 +02:00
..
amqpcpp
Renamed DeferredConfirmedPublish to DeferredPublish
2020-10-19 08:59:13 +02:00
amqpcpp.h
Breaking change: the channel.publish() method no longer returns a DeferredPublisher-object, because it was not logical that you had to reinstall the callbacks for bounce-methods after each individual publish() call, not was it logical that the callbacks were not always logically linked to the publish() operation that failed (they were always sent to the handler of the most recent publish() instead of to the handler of the failed publish()). At the same time we added a channel.recall() method that can be used to notify the library that user-space is prepared to recall/take-back/accept bounced messages
2020-10-19 08:52:50 +02:00