Re: Object messages in ActiveMQ v5.14.4

2017-05-18 Thread Tim Bain
That property is relevant only when you're going to deserialize the object, which typically happens only on the clients. Its possible to deserialize the object on the server, in the case were you you the message via the web console, but if you're not doing that then the only place you would need it

Object messages in ActiveMQ v5.14.4

2017-05-18 Thread xabhi
Hi, I am upgrading my ActiveMQ setup from v5.11.1 to v5.14.4. I came across this wiki page as per upgrade instructions - http://activemq.apache.org/objectmessage.html. It says that i need to org.apache.activemq.SERIALIZABLE_PACKAGES system property to whitelist the packages. However, it isn't cle