Hi, 1. I am using Apache Tomee Plus 701
2. I am looking to externalize activemq configuration and have tomee.xml pick it up with the activemq broker configured as an internal broker. This requirement for externalization is because I would like to configure some Dead Letter Queue settings - with dedicated DLQs for some destinations with custom redelivery policies. As a next step I am also looking for replication of messages across the cluster nodes - these requirements thus require leveraging the advanced configuration options available via activemq.xml. 3. From several other posts, I see that it is not possible for TOMEE to pick up destinations declared in activemq.xml - the destinations can only be autocreated from @Resource annotations. That makes me wonder whether activemq.xml will be respected by Tomee for the auto created resources - If not so, does that mean there is no way to achieve what I want? Then why the provision in Tomee configuration for specifying broker configuration via an external file? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/externalizing-activemq-configuration-in-activemq-xml-with-activemq-configured-as-internal-broker-tp4679691.html Sent from the TomEE Dev mailing list archive at Nabble.com.
