Marcin Gibula
|
c7a12d22c1
|
Add confirm.select and confirm.select-ok frames
|
2017-06-08 22:00:28 +02: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 |
Martijn Otto
|
17693ef549
|
Correctly remove the dependency files on clean and fix frame errors on architectures where chars default to unsigned,
fixes issue #52
|
2016-07-01 16:00:44 +02:00 |
Emiel Bruijntjes
|
3d9b5b444b
|
fixed issues that caused reading data to be broken
|
2016-06-15 14:50:33 -04:00 |
Emiel Bruijntjes
|
59830c659c
|
added connection::maxFrame() and connection::expected() methods to give hints about the amount of data that the connection::parse() method ideally expects
|
2016-06-15 04:57:46 -04:00 |
Jan Westerdiep
|
7384b521ac
|
small legibility fixes
|
2016-06-10 15:21:10 +02:00 |
Emiel Bruijntjes
|
ad3b95741e
|
various trics and changes so that windows compilers, and 32bit systems will not complain about stuff
|
2015-04-24 10:46:44 +02:00 |
Emiel Bruijntjes
|
271cc39c17
|
whitespace change
|
2014-08-13 16:43:59 +02:00 |
Emiel Bruijntjes
|
945a01f659
|
The Connection::parse() method can now also be called with a buffer object, which allows the user to implement the buffer much more efficiently: it no longer has to be an array
|
2014-08-13 13:01:27 +02:00 |
Emiel Bruijntjes
|
745ab512a5
|
the consumer message callback can now also be installed via the Deferred objects, and it is no longer passed a consumer tag, because it already is obvious what the consumer tag is supposed to be
|
2014-04-15 11:39:52 +02:00 |
Emiel Bruijntjes
|
5a636f5b57
|
Implemented nack/reject
|
2014-01-06 05:28:58 -08:00 |
Emiel Bruijntjes
|
cf1cbfa551
|
implemented consuming, refactored a lot of code from cpp files to header files
|
2014-01-05 09:50:41 -08:00 |
Emiel Bruijntjes
|
5e96e2d832
|
it now is possible to publish messages to an exchange with this library
|
2014-01-05 04:08:35 -08:00 |
Emiel Bruijntjes
|
ea4f82ac8f
|
Initial commit with the implementation of all methods apart from the publish and consume methods
|
2014-01-04 03:45:04 -08:00 |