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 |
Martijn Otto
|
ba6b3e2923
|
Copied the methods to both implementations so they can return their concrete type
|
2016-06-23 16:02:04 +02: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 |
hoxnox
|
15fa529bfd
|
Bugfix: add missing include guards
|
2016-04-06 17:49:39 +03:00 |
Emiel Bruijntjes
|
9653578d4a
|
The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs
|
2014-09-02 10:32:55 +02:00 |
Emiel Bruijntjes
|
ebcdd71848
|
Added onSize() method to DeferredGet
|
2014-08-28 10:02:01 +02:00 |
Emiel Bruijntjes
|
f39410039b
|
added Channel::get() that allows one to retrieve a single message from the channel
|
2014-07-31 12:58:13 +02:00 |