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 everyone's using the JSON converter method? Just looking for some best practices here? Is there a "java-based" on message listener thread to use like the Spring DefaultMessageListenerContainer?
I've done A LOT of internet searching and really don't see any solutions presented other than the mapped message solution or JSON solution. Why can't it just be simple to just get some text? Kurt -- View this message in context: http://activemq.2283324.n4.nabble.com/Just-receive-text-from-STOMP-in-java-tp2532079p2532079.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.