Hi

maybe check what is used throught JMS and try an absolute path, depending
how it is started you can use a wrong relative path I think

also did you add all the needed jars (spring etc)?


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-11-26 11:24 GMT+01:00 Dignesh <[email protected]>:

> 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