On 30.01.2014 22:59, Leonardo K. Shikida wrote:
is it better with xbeans?

[]

Leo
The default TomEE ActiveMQ configuration using BrokerXmlConfig = broker:(tcp://someHostName:61616) is quite rudimentary, but more than adequate for MDB usage. Using the xbean syntax gives you complete control over the ActiveMQ configuration, but it is therefore much more advanced and requires a deep understanding of the ActiveMQ options.

BrokerXmlConfig = xbean:file:conf/activemq.xml - Check out here...

http://tomee.apache.org/jms-resources-and-mdb-container.html
("Internal ActiveMQ Broker with activemq.xml")

And here...

http://activemq.apache.org/xml-configuration.html

Exposing advanced ActiveMQ configuration directly through the TomEE resource adapter would be a costly exercise, and is IMHO a waste of time and effort when the xbean:file provides this feature.

Andy.

Reply via email to