3 Replies Latest reply on Nov 19, 2008 3:11 AM by beve

    Setting up JBossESB with JBoss Messaging

    juhasiltanen

      There is a snippet of text in the administration guide...

      "AdministrationGuide.pdf" wrote:

      While -for now- the JBossMQ is the default JMS provider in JBossAS, you can also
      use JBoss Messaging. Instructions for installing JBoss Messaging can be found on
      the project website.
      http://labs.jboss.com/jbossmessaging/docs/userguide-1.4.0.GA/html/installation.html


      This link does not seem to work and I would like to install JBoss Messaging into use with my ESB installation.

      Furthermore, there is a link to a document at http://www.jboss.org/community/docs/DOC-10343 named 'Setup JBossESB with JBoss Messaging' but that just results into "The item does not exist. It may have been deleted."

      Could someone provide the information needed to take JBoss Messaging in use with JBoss ESB, thank you.

        • 1. Re: Setting up JBossESB with JBoss Messaging
          juhasiltanen

           

          "juhasiltanen" wrote:
          There is a snippet of text in the administration guide...

          "AdministrationGuide.pdf" wrote:

          While -for now- the JBossMQ is the default JMS provider in JBossAS, you can also
          use JBoss Messaging. Instructions for installing JBoss Messaging can be found on
          the project website.
          http://labs.jboss.com/jbossmessaging/docs/userguide-1.4.0.GA/html/installation.html


          This link does not seem to work and I would like to install JBoss Messaging into use with my ESB installation.

          Furthermore, there is a link to a document at http://www.jboss.org/community/docs/DOC-10343 named 'Setup JBossESB with JBoss Messaging' but that just results into "The item does not exist. It may have been deleted."

          Could someone provide the information needed to take JBoss Messaging in use with JBoss ESB, thank you.


          OK, the link to the messaging installation works now (maybe the error was at my end).

          As an additional information, I'm using the ESB server with the JBoss microkernel package (no separate AS installed for this purpose)

          • 2. Re: Setting up JBossESB with JBoss Messaging
            juhasiltanen

             

            "juhasiltanen" wrote:
            "juhasiltanen" wrote:
            There is a snippet of text in the administration guide...

            "AdministrationGuide.pdf" wrote:

            While -for now- the JBossMQ is the default JMS provider in JBossAS, you can also
            use JBoss Messaging. Instructions for installing JBoss Messaging can be found on
            the project website.
            http://labs.jboss.com/jbossmessaging/docs/userguide-1.4.0.GA/html/installation.html


            This link does not seem to work and I would like to install JBoss Messaging into use with my ESB installation.

            Furthermore, there is a link to a document at http://www.jboss.org/community/docs/DOC-10343 named 'Setup JBossESB with JBoss Messaging' but that just results into "The item does not exist. It may have been deleted."

            Could someone provide the information needed to take JBoss Messaging in use with JBoss ESB, thank you.


            OK, the link to the messaging installation works now (maybe the error was at my end).

            As an additional information, I'm using the ESB server with the JBoss microkernel package (no separate AS installed for this purpose)


            I will continue this monologue (can't edit my messages)...

            I still don't know how to install JBoss Messaging into JBoss ESB

            :-)

            • 3. Re: Setting up JBossESB with JBoss Messaging
              beve

              Hi,

              I still don't know how to install JBoss Messaging into JBoss ESB


              do you have a current installation and want to change its jms provider from JBossMQ to JBoss Messaging?
              If this is the case then the page: http://www.jboss.org/jbossmessaging/docs/userguide-1.4.0.GA/html/installation.html describes this process.

              You will also need to modify the queue definitions as these differ:
              deploy/jbpm.esb/jbmq-queue-service.xml
              deploy/jbossesb.esb/jbmq-queue-service.xml
              deploy/smooks.esb/jbmq-queue-service.xml
              

              The JBoss Messaging version can be found in
              product/services/jbpm/src/main/resources/jbm-queue-service.xml
              product/services/jbossesb/src/main/resources/jbm-queue-service.xml
              product/services/smooks/src/main/resources/jbm-queue-service.xml
              


              Also any existing service you have deployed would need to be updated with new destination definition files. You can look at the quickstart to see examples.

              The "Setup JBossESB with JBoss Messaging" link on the wiki is supposed to link to an attached pdf on the page but it does not exist. I'll try to find it and make sure that it works. Thanks for reporting that.
              In the mean time please let me know if you have troubles with this and I'll help you out.

              Regards,

              /Daniel