Skip to content

Tags: jhugard/AMQP-CPP

Tags

v2.1.4

Toggle v2.1.4's commit message
fixed theoretical issue when deferredGet onSize() methods destructs t…

…he underlying channel object

v2.1.3

Toggle v2.1.3's commit message
the connection.close function was only waiting for synchronous calls …

…to complete, async calls that were waiting (after a synchronous) were still discarded, this has been fixed

v2.1.2

Toggle v2.1.2's commit message
renamed apple.h to endian.h because it turns out that it is also used…

… for linux systems, and removed double implemented ChannelImpl::get() function

v2.1.1

Toggle v2.1.1's commit message
fixed bug in channel.get() calls

v2.1.0

Toggle v2.1.0's commit message
basic.get is asynchronous until the entire body has been received, on…

…ly then subsequent messages are sent + first work in progress on implementing smarter buffers

v2.0.1

Toggle v2.0.1's commit message
BasicNack frame makes the consumer stop (dont know why) so we use the…

… BackReject message instead when there is no need to reject multiple messages

v2.0.0

Toggle v2.0.0's commit message
Updated README

v1.0.2

Toggle v1.0.2's commit message
Fix logic error in the array type

v1.0.1

Toggle v1.0.1's commit message
{auto} if connection.close() was called before the connection was set…

… up, the instructions that were called between setting up the connection and the call to close() were lost. This forced users to always use the onConnected() handler to wait for the first instruction to be sent. But this is not according to the library design, so now the instructions that are given before the close() will be executed too;

v1.0

Toggle v1.0's commit message
Channel::declareQueue() passive and durable flags were in conflict