1 Reply Latest reply on Mar 22, 2011 4:05 AM by mielket

    stomp client not receiving messages

    guest

      A customer would like to use a connector that uses stomp protocol.  I'm currently using the default 4.2 activemq-broker.xml setup which allows tcp over 61616 and stomp over 61613. 

       

      In my camel routes I have the connectionfactory for my activemq bean set to "vm://localhost".  I have a  which should send BytesMessages thru a topic, but when I have my test client change from tcp://localhost:61616 and rerun it with stomp://localhost:61613, I never get the message. Am I missing some configuration?

       

      Thanks!