Hi Think it is deployed (you can check it putting a breakpoint in org.apache.activemq.broker.BrokerService#startDestinations) but since tomee is not aware of these destination maybe it doesn't use it and rely on default names. Would it make sense for your app?
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-06-20 14:59 GMT+02:00 Dignesh <[email protected]>: > Hello, > > I am facing a weird issue. > > I have defined the destinations in the activemq.xml and I have linked that > to the BrokerxmlConfig in tomee.xml. > > The consumer for that topic is webapp listener. > > The issue what I am seeing is the destination(topic) which is defined in > activemq.xml is not getting deployed. - Is there any other configuration > which I am missing here ? > > So when I add the below is data in tomee.xml file, it is getting deployed. > > <Resource id="dignesh/topic" type="javax.jms.Topic"/> > > Please help me on this to point where I am going wrong. > > activemq.xml > <http://tomee-openejb.979440.n4.nabble.com/file/n4678975/activemq.xml> > tomee.xml > <http://tomee-openejb.979440.n4.nabble.com/file/n4678975/tomee.xml> I > have > attached tomee.xml and activemq.xml file for reference. > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Issue-with-Messaging-destination-topic-deployments-tp4678975.html > Sent from the TomEE Dev mailing list archive at Nabble.com. >
