Chapter 2. Fixed issues

2.1. AMQ JMS

  • ENTMQCL-2681 - Wait() sometimes blocks forever when closing producers

    In earlier releases of the product, the producer wait() operation could block indefinitely when a message send failed.

    In this release, the wait() operation completes as expected.

  • ENTMQCL-2784 - Do not de-duplicate failover URIs based on name resolution

    In earlier releases of the product, the client performed a DNS resolution step before removing duplicates in the failover list. This caused problems for servers running behind a proxy.

    In this release, the client removes duplicates using the names as given in the failover list.

For a complete list of issues that have been fixed in the release, see AMQ Clients 2.10.x Resolved Issues.

2.2. AMQ C++

  • ENTMQCL-2583 - Example build fails using CMake 2.8

    In earlier releases of the product, the examples failed to build when using CMake 2.8.

    In this release, the examples build as expected.