0 Replies Latest reply on Jul 29, 2003 10:05 AM by sankotm

    how to wrap transaction around 3 JMS Queues of JBoss and Ope

    sankotm

      Heya,
      I'd like to ask how to wrap transaction around 3 queues of 2 different vendors.

      Queues I have are OpenJMS: InboundQ,InboundAckQ and JBoss MQ: ProcessQ.
      sender and receiver to OpenJMS Q's are created by the same session.

      I have a listener on InboundQ which takes incomming message, rewrites its contents in JBoss message which it drops in ProcessQ and sends result message in InboundAckQ. I'd like it all to be in one transaction. How could I do that ?

      Thanks
      Michal

      p.s. both OpenJMS and JBoss implement XA interfaces, if it helps.