2 Replies Latest reply on Aug 24, 2012 10:22 AM by samusev

    How to use another JMS Provider ?

    mylos78

      Hi all !

      I'd like to know if it's possible to use another JMS Provider ( such as OpenMQ) in the release 7.1.1 of JBoss. Any idea how to get started ?

      Thanks

      Mylos

        • 1. Re: How to use another JMS Provider ?
          jbertram

          HornetQ is integrated into JBoss AS 7 as a "subsystem."  For OpenMQ to get the same level of integration as HornetQ a subsystem would need to be written for it as well.  Otherwise, you'd have to find some other integration point (e.g. the ActiveMQ JCA RA can start a broker).  I'm not familiar enough with OpenMQ to know if there is a way to do this already.

           

          Out of curiosity, is there a specific reason you wish to use OpenMQ instead of HornetQ?

          • 2. Re: How to use another JMS Provider ?
            samusev

            Mylos, do you solve the problem?

            I got the same...