Hello,
Thanks for the reply. For me with the same configuration it works
fine in TomEE 1.7.2 (ActiveMQ 5.10.0). TomEE has
activemq-client-5.X.Y,activemq-broker-5.X.Y jars in its lib. So how and
where (which file) can I configure the Serializable package stuff?
This is my JMS config defined in tomee.xml file:
<Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
BrokerXmlConfig = xbean:activemq.xml
ServerUrl = vm://localhost:61616
</Resource>
<Resource id="JMSConnectionFactory" type="javax.jms.QueueConnectionFactory">
connectionMaxIdleTime = 15 Minutes
connectionMaxWaitTime = 5 seconds
ResourceAdapter = MyJmsResourceAdapter
poolMaxSize = 10
poolMinSize = 0
transactionSupport = xa
</Resource>
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-5-13-3-Class-is-not-trusted-to-be-serialized-as-ObjectMessage-payload-tp4713199p4713209.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.