Hi, you need a JCA connector for MQseries. It means ra.xml is not enough. The ActiveMQ one used in OpenEJB is only for ActiveMQ.
I'm not sure if you are familiar with JCA connectors so maybe this explanation is useless: it is basically used to integrate ina JEE container an external system (it allows to participate to transactions for instance). It means it is specific too. If you don't find on the internet a MQseries RA (RA = resource adaptor = almost JCA connector) you'll have to write one. Don't panic it is not complicated, only about 3 interfaces to define/implement. You'll find a lot of example on google ;). - Romain 2012/1/10 Faraz <mohammad.f...@accenture.com> > Thanks, > > Yes,I meant with with WebSphere MQ. > Do i need to create ra.xml for WebSphere MQ ? If yes ,Please suggest what > all things need to include in ra.xml ? > > If I use ActiveMQ,ra.xml is already bundled with OpenEJB or I need to > configure this too ? > > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/OpenEJB-Tomcat-MDB-EJB-2-0-MQ-tp4278150p4281296.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >