Aart Stuurman
|
cf7261add5
|
Reordered public include files so they are now in include/amqpcpp/.
|
2018-01-24 01:58:18 +01:00 |
Emiel Bruijntjes
|
00b81949d3
|
the AMQP::Message and AMQP::Envelope objects can now longer be copied or moved, and the signatures for creating an envelope and publishing a message have been made much more strict. This could be a API breaking change, to the version number should be upped
|
2017-03-08 13:32:51 +01:00 |
Emiel Bruijntjes
|
173225071e
|
we no longer use "emit" for method names, because it seems to conflict with the Qt library that uses emit as some sort of macro
|
2016-09-10 20:36:06 +02:00 |
David van Erkelens
|
dddd16b74d
|
Make sure single gets are processed correctly as well
|
2016-07-05 16:39:12 +02:00 |
Martijn Otto
|
b91e0589f6
|
Updated cmake lists and added include, closes issue #75
|
2016-06-28 14:14:07 +02:00 |
javeme
|
49eef84883
|
Bugfix: add missing include "includes.h" for deferredconsumerbase.cpp
When I compiled on the windows, there was a lot of errors like:
error C2065: "xxx": undeclared identifier...
|
2016-06-27 00:37:31 +08:00 |
Martijn Otto
|
2c60151d31
|
Only allocate a message and its data when a consumer wants to and allow consumers to receive the individual parts
|
2016-06-23 14:42:50 +02:00 |