0 Replies Latest reply on Jan 30, 2012 4:05 AM by lfs

    JMSServerControl, MessageListener

    lfs

      Hi,

      I have two problems.

      1. How to obtain JMSServerControl so I could use createQueue() on this instance?

      2. I create jms queue in hornetq-jms.xml:

      <queue name="FRONTA">

            <entry name="/queue/FRONTA"/>

            <durable>true</durable>

         </queue>

       

      and

       

      I have problem with MessageListener! Whem I have started application MessageListener  has started and immediately ended. It does not receive any messages and worse it does not wait for next possible messages. I have use this application for four other JMS(ActiveMQ, ...) and it has worked well. I do not know where is problem?

       

      Thank you very much for suggestions?