3 Replies Latest reply on Jun 13, 2014 2:30 PM by lbonuccelli

    Running Hornetq 2.4 in Eclispe

    lbonuccelli

      Hi,

       

      I'm trying to run Hornetq 2.4.0 in stand-alone nun-clustered mode in Eclipse. I create the project with mvn eclipse:eclipse, but when I try to run the HornetQBootstrapServer class, I got many errors.

       

      There is a guide somewhere or someone can help me to do that?

       

      Thanks.

        • 1. Re: Running Hornetq 2.4 in Eclispe
          ataylor

          could you please use the correct forum please. I moved your last post for you.

          • 2. Re: Running Hornetq 2.4 in Eclispe
            ataylor

            we all use IntelliJ, or at least i do so cant really help you. baically just make sure you have all the required jars in your classpath.

            • 3. Re: Running Hornetq 2.4 in Eclispe
              lbonuccelli

              I moved to Intellij. The console show:

               

              Connected to the target VM, address: '127.0.0.1:51082', transport: 'socket'
              giu 13, 2014 8:21:45 PM org.hornetq.integration.bootstrap.HornetQBootstrapServer main
              INFO: HQ101000: Starting HornetQ Server
              giu 13, 2014 8:21:46 PM org.hornetq.integration.bootstrap.HornetQBootstrapServer shutDown
              Disconnected from the target VM, address: '127.0.0.1:51082', transport: 'socket'
              INFO: HQ101001: Stopping HornetQ Server

              Process finished with exit code 0

               

              Have I to add something in the debug configuration?