Fwd: [ANN] Apache ActiveMQ 5.18.1 has been released!

2023-04-14 Thread Jean-Baptiste Onofré
The ActiveMQ team is pleased to announce Apache ActiveMQ 5.18.1 release. This release is a maintenance release on the 5.18.x series. It especially fixes an issue with the activemq-client-jakarta artifact. You can find details on the Release Notes: https://issues.apache.org/jira/secure/ReleaseNote

ActiveMQ classic in Docker / Launch and graceful shutdown

2023-04-14 Thread Ephemeris Lappis
Hello. I see that when running ActiveMQ in a docker container, stopping the container is slow and leaves it with a non zero exit code. As I use a custom JDBC config file, I run activemq with : CMD $ACTIVEMQ_HOME/bin/activemq start xbean:$ACTIVEMQ_HOME/conf/activemq-with-postgresql.xml && bash T