Chapter 1. Fixed issues
1.1. AMQ JMS Copy linkLink copied to clipboard!
ENTMQCL-2337 - Failure decoding large messages with special characters
In earlier releases of the product, the client failed to decode messages containing multi-byte characters if the characters spanned transfer frames.
In this release, large messages with multi-byte characters are correctly decoded.
ENTMQCL-2339 - The client can ignore transactions right after failover
In earlier releases of the product, the client sometimes failed to mark a message transfer as belonging to a transaction directly after connection failover.
In this release, transactions are correctly recovered after failover.
1.2. AMQ .NET Copy linkLink copied to clipboard!
ENTMQCL-2241 - Client example sends empty begin frames
In earlier releases of the product, the
ReconnectSenderexample program sent an AMQPbeginframe lacking required fields.In this release, the example correctly provides the mandatory fields.
1.3. AMQ C++ Copy linkLink copied to clipboard!
ENTMQCL-1863 - On receiving a forced close, send a corresponding protocol close and close the socket
In earlier releases of the product, when the client received a forced AMQP connection
closefrom the remote peer, it then closed its local TCP socket without sending a matching AMQPclosein return.In this release, the client sends an AMQP
closebefore closing the socket.