Emiel Bruijntjes
|
ef76876d67
|
refactored code to make room for a deferredpublisher class (which will also use the deferredreceiver base class)
|
2018-03-01 18:07:18 +01:00 |
Emiel Bruijntjes
|
520fe40201
|
refactored handling of incoming messages from consume and get operations, to prepare for future handling of returned messages and publisher confirms. this also implies a small change to the api: the begin-callback when a message is received now also gets the original exchange and routing key (which could be useful)
|
2018-03-01 17:34:27 +01:00 |
Emiel Bruijntjes
|
e0feb17ecc
|
renamed deferredconsumerbase into deferredreceiver, because it is not only a base class for the consumer, but also for other receiving operations: get requests and in the future also for returned messages
|
2018-02-27 05:08:21 +01:00 |
Aart Stuurman
|
cf7261add5
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |