5 Replies Latest reply on Oct 29, 2009 11:28 AM by pierod

    Jboss: Servicemix Web and ActiveMQ

    pierod

      Hi,

      I integrated servicemix web console under Jboss 4.2.3 but I can't find the embedded ActiveMQ broker inside the war file..

      My Question is:

       

      Is There an ActiveMQ instance inside servicemix (fuse) console web?

      How to configure it?

       

      Or I have configure the activemq Resource Adapter for Jboss like embedded broker?

       

      Thanks a lot.

        • 1. Re: Jboss: Servicemix Web and ActiveMQ
          davestanley

          If you wanted the embedded broker I think it might be easier to use the jboss deployer.

           

          The link above describes how to use it.

           

          Regards

          /Dave

          • 2. Re: Jboss: Servicemix Web and ActiveMQ
            pierod

            Thanks for reply,

            but the posted link is inactive...

            However I don't think that in jboss deployer I can configured an ActiveMQ broker...

             

            Jboss deployer has been enhanced to allow JBI components and service-assemblies to be installed and deployed directly into the JBoss (SA, SE and BC are deployed directly in the jboss deploy folder)... but also apache-servicemix-web-3.4.0.4-fuse.war allows Jboss to have a JBI environment (SA, SE and BC are deployed by web console)...

             

            ... but in both there is no trace of activemq broker....

            any solution?

             

            Thanks and exscuse me for my english...

            • 3. Re: Jboss: Servicemix Web and ActiveMQ
              davestanley

              I think you will need to modify (i.e add broker xml config) to your WEB-INF/servicemix.xml to start a broker instance. You may also need to include any required jar dependencies in your war.

               

              Regards

              /Dave

              • 4. Re: Jboss: Servicemix Web and ActiveMQ
                njiang

                Maybe this link will help your.

                • 5. Re: Jboss: Servicemix Web and ActiveMQ
                  pierod

                  Ok I managed to configure activeMq in servicemix web console,

                  The steps to follow are:

                   

                  1) copy fuse_esb/conf/activemq.xml file into apache-servicemix-web/WEB-INF folder

                  2) copy from fuse_esb/lib activemq library into apache-servicemix-web/WEB-INF/lib folder

                  3) Edit apache-servicemix-web/WEB-INF/servicemix.xml adding the following line:

                  ) into apache-servicemix-web/WEB-INF/servicemix.xml file.

                   

                  Thanks for the answers!