HI,

I am using 7.0.1 Version of TomEE plus.

Below is my configuration defined in tomee.xml file.

        <Resource id="resAdapter" type="ActiveMQResourceAdapter">
                DataSource test/datasource
                BrokerXmlConfig =  xbean:file:../conf/activemq.xml
        </Resource>
        <Resource id="confac" type="javax.jms.ConnectionFactory">
                  ResourceAdapter = resAdapter
        </Resource>

I have few destinations defined in tomee.xml file.

<Resource id="res1" type="javax.jms.Topic"/>
        <Resource id="res2" type="javax.jms.Topic"/>
        <Resource id="res3" type="javax.jms.Queue"/>
        <Resource id="res4" type="javax.jms.Queue"/>

And I have defined destination policies and redeliverables in activemq.xml
file.

I dont see the configuartions defined in the file are being respected by
TomEE plus. I have attached the activemq.xml file for reference.
activemq.xml
<http://tomee-openejb.979440.n4.nabble.com/file/n4680645/activemq.xml>  

Can any one of you please help me on this .Is it a configuration where I am
doing wrong ? Please guide me on this.

Thank you very much in Advance. 







--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/BrokerXmlConfig-property-in-resource-element-of-tomee-xml-file-is-not-honoured-tp4680645.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Reply via email to