7 Replies Latest reply on Oct 15, 2010 6:27 AM by h.wolffenbuttel

    How to build JBoss ESB Cluster?

    ingedeut

      Hi,

       

      can someone please help me by answering the following questions:

       

      1. is JBoss Messaging in the Box or out of the Box JBoss ESB?
      2. if JBoss Messaging is out of the Box, which version of JBoss Messaging must be -trouble-free- installed for JBoss ESB 4.8?
      3. how to build a cluster of JBoss ESB using JBoss Messaging? some helpful tutorials, links, blogs...?
      4. is there a forum for JBoss SOA Platform?
      5. I have tried to work with JBoss SOA Platform standalone to build a cluster of JBoss ESB but i have read that JBoss SOA Platform standalone don't support Clustering. I have tried to work with the soa-5.0.1.GA-signed (full platform), but it seems to need powerful hardware features that my PC don't have (e.g at least 1GB RAM). Any Suggestions please for help?
      6. Any Tutorials to build JBoss Messaging Clustering?

       

       

      Regards

       

      Younes

        • 1. Re: How to build JBoss ESB Cluster?
          massios

          Hello Younes,

           

          Have a look at

          http://community.jboss.org/thread/154662

           

          we have clustered jboss esb but we still have some problems we are looking into.

           

          Nikos

          1 of 1 people found this helpful
          • 2. Re: How to build JBoss ESB Cluster?
            ingedeut

            Thanks Nikos,

             

            i have tried to build a Cluster of JBoss ESB. Therfore i have created a centrale Mysql db for jUDDI and for JBoss Messaging. I have deployed a service in two node exsiting in the same network and i have set the clustered attribute  for the service queue to true. Whene i undeploy the service (quickstart/hello_world) form node 1, node 2 don't react.

             

            Any suggestions Please?

             

            --Regards

             

            Younes

            • 3. Re: How to build JBoss ESB Cluster?
              ingedeut

              Hi Nikos,

               

              you have said that you have get running an esb cluster. Can you please resume the steps to doing this for example for the quickstart_hello_world sample?

               

              Thanks in advance

               

              younes

              • 4. Re: How to build JBoss ESB Cluster?
                massios

                Question 1. Whene i undeploy the service (quickstart/hello_world) form node 1, node 2 don't react.

                When you undeploy the service from node1 what kind of error do you get?

                 

                Question 2. you have said that you have get running an esb cluster. Can you please resume the steps to doing this

                I agree with you that there needs to be a beter description of what to do. My first post about this (2.5 months ago)

                http://community.jboss.org/thread/154902

                I see you have seen this

                http://community.jboss.org/message/555858#555858

                 

                I will have to write documentation about this at some point for a project I am working on, but probably in Greek. I will try to translate this into English but ir will be in a few weeks from now.

                 

                Also we assume some things that might not be correct for everyone. For example

                1. oracle

                2. http clustering (not necessary for every deployment)

                3. JBoss Messaging as a messaging provider.

                 

                In order to do it we had to read,

                1. The ESB documentation.

                2. The jboss Messaging guide.

                3. The jboss clustering guide.

                4. whatever documentation we could find on the web.

                • 5. Re: How to build JBoss ESB Cluster?
                  ingedeut

                  Thanks Nikos,

                   

                  can you please tell me how to cluster a JMS Provider??

                   

                  --Regards

                   

                  Younes

                  • 6. Re: How to build JBoss ESB Cluster?
                    massios

                    Which JMS Provider are you using / do you want to use?

                     

                    We are using JBoss messaging. Have a look at this

                    http://www.tomecode.com/2010/04/17/installation-of-cluster-jms-messaging-on-jboss-as-5-1-0-ga/

                    • 7. Re: How to build JBoss ESB Cluster?
                      h.wolffenbuttel

                      Hello Younes,

                       

                       

                       

                      1. is JBoss Messaging in the Box or out of the Box JBoss ESB?

                       

                      If something works out of the box, it means you can use it without development. I take it that you want to know if JBoss messaging is bundled, which is true: with JBoss-server-4.8. (that's JBoss 4.2.3 AS underneath)

                       


                      2.   if JBoss Messaging is out of the Box, which version of JBoss Messaging must be -trouble-free- installed for JBoss ESB 4.8?

                         

                        You don't need to install JBoss-messaging, however keep in mind that you are working with community software. That means that -trouble-free- does not exists because its a testing ground for the EAP versions. So any troubles you have are valuable for the community.

                         

                        regards,

                         

                        Hans