Thought of posting this just in case it helps someone... I got it working by
using the config below... a day of properly reading documentation of TomEE
and ActiveMQ can do wonders :-)
(I had to include the amqp jar from ActiveMQ 5.8 for amqp support)
---
<Resource id="MyResourceAdapter" type="ActiveMQResourceAdapter">
BrokerXmlConfig =
broker:(ws://0.0.0.0:61614,tcp://0.0.0.0:61616?maximumConnections=1000&wireformat.maxFrameSize=104857600,amqp://0.0.0.0:5672?maximumConnections=1000&wireformat.maxFrameSize=104857600)
ServerUrl = vm://localhost
</Resource>
<Resource id="MyConnectionFactory" type="javax.jms.ConnectionFactory">
ResourceAdapter = MyResourceAdapter
</Resource>
--
View this message in context:
http://openejb.979440.n4.nabble.com/ActiveMQ-in-TomEE-tp4661143p4661179.html
Sent from the OpenEJB User mailing list archive at Nabble.com.