I\'m creating two springboot server & client applications communicating using JMS, and everything is working fine with the release 5.12.1 for activemq, but as s
5.12.1
I am setting Java_opts something like below and passing to java command and its working for me.
JAVA_OPTS=-Xmx256M -Xms16M -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=* java $JAVA_OPTS -Dapp.config.location=/data/config -jar .jar --spring.config.location=file:/data/config/.yml