i don't have mq here but what i'd certainly do:

WEB-INF/resources.xml or WEB-INF/resources.xml (if a war)

<resources>
<Resource id="mqConnectionFactory"
class-name="com.ibm.mq.jms.MQQueueConnectionFactory">
   hostName = XXX
   port = YYY
   ...
</Resources>
</resources>

that's for a simple client if i understood

then you'll probably want the rar right but wonder if you couldn't
valid this part first


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2012/12/4 rohiddev <rohid...@gmail.com>:
> I am not able to follow you.
>
> Can you please confirm
> setup needed in tomee for webpshere mq
> 1. tomee.xml under webapp/meta-inf (Resources defined for connection
> factory/queue)
> 2. rar file bundled into ear file.
>
> Is there anything else needed.
>
> Your help is much appreciated.
>
>
>
> --
> View this message in context: 
> http://openejb.979440.n4.nabble.com/websphere-MQ-tp4658647p4659089.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to