2016-06-20 15:47 GMT+02:00 Dignesh <[email protected]>: > > So does it mean TomEE will create a destination with default convention for > each of those destinations defined in activemq.xml file. > > No, it means that tomee needs a destination by default injection (@Resource Topic topic;) MDB
Names can be set in activation config properties for the MDB or name method of @Resource for injections. If not set it is deduced from the MDB name or injection name - should be logged anyway in the deployment output. > And if Yes, what will be the id for the destination created. > And if No, Is it mandatory to define the destinations in TomEE.xml file > instead of ActiveMq.xml > > It is if you rely on implicit resources - I think you do - and it is not if you fully wire the names everywhere. > > > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Issue-with-Messaging-destination-topic-deployments-tp4678975p4678979.html > Sent from the TomEE Dev mailing list archive at Nabble.com. >
