Chapter 2. Fixed issues

2.1. AMQ C++

  • ENTMQCL-2975 - Crash upon reconnect when user passed empty vector to connection_options::failover_urls

    In earlier releases of the product, client programs attempting to reconnect crashed when the supplied list of failover URLs was empty.

    In this release, reconnect works as expected.

2.2. AMQ Python

  • ENTMQCL-2242 - KeyError if tracing enabled and message has annotations but no trace context

    In earlier releases of the product, the client threw an unexpected exception when tracing was enabled and it encountered a message with annotations but no annotation for the trace context.

    In this release, tracing works as expected for messages without a trace context.