3 Replies Latest reply on Jul 14, 2002 1:10 PM by schaefera

    JBossMQ integration

    balde

      Hi there,

      I'd like to introduce JBoss's JMS provider JBossMQ into an enterprise application without using the whole JBoss application server. Can someone tell me how this is possible? Thanks for your help.
      Chaikou.

        • 1. Re: JBossMQ integration
          hchirino

          If you are using jboss 3.x, you remove all the services that you do not need from the /deploy directory.
          So it otherwords, remove everything except jbossmq*.xml files.

          • 2. Re: JBossMQ integration

            How about using JBOSSMQ with another app server (such as RESIN, etc.)?

            • 3. Re: JBossMQ integration
              schaefera

              JBossMQ is based on JMX therefore any application server you are going to use JBossMQ with needs to have a JMX MBeanServer running. Also you have to make sure that the JBossMQ services are started properly (JBoss MBean lifecycle means: register -> create -> start -> stop -> destroy -> unregister).

              Beside the integration with Message Driven Beans (which are application server specific) JBossMQ should run fine.

              Have fun - Andy