1 Reply Latest reply on Apr 17, 2013 4:41 AM by ataylor

    How to change embedded hornetQ to standalone hornetQ

    a4arjun

      Hi all,

       

           I am new to HornetQ. I have developed an application which uses embedded hornetQ of jboss. I need to make it as standalone hornetQ.

           I have written MDB listener for JMS message , now I am able to do this from my jboss server only. i need to make it so remote clients can also insert into the queue.

       

       

      I use

       

      JBOSS AS 7.1.1 final

       

      in standalone-full.xml, JMS configuration

       

      <jms-queue name="testJMS">

               <entry name="queue/testJMS"/>

               <entry name="java:jboss/exported/jms/queue/testJMS"/>

      </jms-queue>

       

      i have hornetQ 2.214 final

       

       

      please help me to make it as standalone hornetQ.

       

      Thanks in advance.