2 Replies Latest reply on Oct 6, 2008 10:22 AM by mcoladas

    Question about JbossTS standalone enviroment and JMS support

    mcoladas

      Hi,
      Currently, i'm developing a standalone enviroment solution with JbossJTS for a bank company. I have a successfully integration JbossJTS-Spring, working with multiple database resources and with remote ejb invocations (with transaction context propagation) deployed in a application server (JBossAS v5).

      I have a new problem now. We need write messages in Websphere MQ (preferably with JMS) in a global transaction. In a JBossAS enviroment this is simple with a ibm jca connector (http://www.ibm.com/developerworks/websphere/library/techarticles/0710_ritchie/0710_ritchie.html), but in a jbossts standalone enviroment... is this possible?

      Thanks