Just receive text from STOMP in java

2010-09-08 Thread petersk
I'd like to simply just be able to receive text sent via Python in STOMP using java/Spring. Is there ANY way to do this? I see in this web site: http://activemq.apache.org/stomp.html that ActiveMQ provides a STOMP API. Is THAT what everyone is using to receive STOMP text? Otherwise, I assume e

Re: Just receive text from STOMP in java

2010-09-08 Thread petersk
OK, contrary to some information out there, the jms onMessage as part of Spring will process stomp as a text message. This post is misleading, at best:http://www.apacheserver.net/ActiveMQ-JMS-API-hangs-when-trying-to-start-connection-over-Stomp-at214579.htm Below is an example of my configuration

Unexpected token error when starting

2010-09-20 Thread petersk
I tried the following (which I thought was simple) method of starting activemq: sudo ./activemq broker:(tcp://localhost:,stomp://localhost:9998)?useJmx=true and get: bash: syntax error near unexpected token `(' What am I doing wrong? I looked in a lot of places and google doesn't even seem

RE: Unexpected token error when starting

2010-09-21 Thread petersk
I tried your suggestion and still get the same type of response: [code] /opt/javalibs/apache-activemq-5.4.0]$ sudo bin/activemq 'broker:(tcp://localhost:,stomp://localhost:9998)?useJmx=true' INFO: Using default configuration (you can configure options in one of these file: /etc/default/active