You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Anshuk Chinmoy Pal Chaudhuri <An...@infosys.com> on 2007/05/14 05:07:43 UTC

Usage of genericjmsra on geronimo 1.1.1

Hi,

There is a requirment to build a jms resource adapter which would in turn converse with Websphere MQ Series. As far as the resource adapter is concerned, the tutorial at http://cwiki.apache.org/GMOxDOC10/integrating-a-third-party-jms-provider.html is good.
But the requirement is also to make the resource adapter as a part of distributed transactions, so that on receiving the message (MDB at geronimo 1.1.1 side) through the jms RA,the MDB would do some DB operations.
The DB operation would be achieved using tranql db2 xa adapter which is already avaialble.

The tutorial mentions in order to achieve that, 

" The RA for JMS does not support XA. This can be added to make WebsphereMQ or OpenJMS part of distributed transactions in Geronimo.
There is a sample GenericJMS RA with XA support available in Sun java.net. This RA can be deployed in Geronimo to get XA support for JMS Providers. Visit the following link for further details, http://genericjmsra.dev.java.net"

There are some issues in deploying the genericjmsra at https://genericjmsra.dev.java.net/docs/websphere-mq-integration-guide/webspheremq_integration_guide.html on geronimo 1.1.1.
Please let know has any one tried using genericjmsra on geronimo 1.1.1 and can guide accordingly.

Regards,

Anshuk