Re: Embedded broker in Resource Adapter without XML

2011-01-24 Thread Gary Tully
your best bet at the moment is http://activemq.apache.org/broker-uri.html or http://activemq.apache.org/vm-transport-reference.html but note, there are no hard spring 3.0 dependencies in activemq 5.4, it will still work with spring 2.5.6 picked up from the jee container. On 21 January 2011

Re: Embedded broker in Resource Adapter without XML

2011-01-24 Thread Kyle Neumeier
Thanks, I was able to embed a simple broker by setting this property: BrokerXmlConfig=broker:(vm:localhost) which will work for me for now. I was able to deploy with a minimal number of dependencies in the rar: activeio-core, activemq-core, activemq-protobuf, activemq-ra.jar, commons-logging,

Embedded broker in Resource Adapter without XML

2011-01-21 Thread Kyle Neumeier
Hi, I'm deploying the activemq resource adapter to glassfish 2.1.1. On my first attempt, I ran into a classloading issue, because in glassfish, the resource adapter's classloader is a parent to EAR's classloaders, and the EAR's classloaders search the parent's first. My issue was that my legacy