2 Replies Latest reply on Apr 2, 2004 12:02 PM by adrian.brock

    Multiple JMS provider

    sunh11373

      Hi,

      Is it possible to configure 2+ JMS provider with JBoss(3.2). I need one for normal transaction, the other for XA transaction

      thanks

      -hs

        • 1. Re: Multiple JMS provider

          Yes it is. Just copy the relevent sections from jms-ds.xml and change
          as appropriate. You can find an example in the FAQ forum where a new
          provider is created for remote access.
          If you don't want transactions just use a <no-tx-connection-factory>
          if you want local (jms client transactions not JTA) remove the <xa-transaction/> element.

          Regards,
          Adrian

          • 2. Re: Multiple JMS provider

            Sorry, that is wrong. <no-tx-connection-factory> is what you want for non JTA
            transactions.

            Regards,
            Adrian