Chapter 2. Fixed Issues
2.1. AMQ .NET
ENTMQCL-1985 - TcpKeepAliveSettings do not work on Linux
In earlier releases of the product, developers trying to use
TcpKeepAliveSettings
in a project encountered an exception.In this release, no exception is encountered when using
TcpKeepAliveSettings
.
2.2. AMQ Python
ENTMQCL-1861 - Memory leak on Container, SSL, and SSLDomain objects
In earlier releases of the product, AMQ Python sometimes did not free memory for Container, SSL, and SSLDomain objects.
In this release, the issue is fixed.
ENTMQCL-1854 - ApplicationEvent causing memory growth
In earlier releases of the product, using the AMQ Python ApplicationEvent class caused a memory leak.
In this release, the issue is fixed.
ENTMQCL-1366 - Fix the tornado example
In earlier releases of the product, the AMQ Python tornado example, including the
client_http.py
,helloworld_tornado.py
andhelloworld_direct_tornado.py
code did not work.In this release, the issue is fixed.