I am new to this whole Stomp and Messaging thing...
Here is some background...I found a tutorial that recommended using telnet to
open the Stomp broker and have an interactive session sending a message on the fly to
verify that all is working...telnet does not seem to do anything...I get the occasional error
message regarding bad header/cannot parse, so it appears that my message format was incorrect and
it also appears that stomp is running...
Tutorial at
http://open.iona.com/docs/broker/5.0/connectivity_guide/BHIJBDJH.htmlQUESTION IS:
Is telnet a valid way to test out the Stomp Broker? And are the above directions (html) valid?
More background...
I am using ActiveMQ5.0 and have tried using telnet while ActiveMQ was deployed under JBoss
and also while it was deployed outside of JBoss (Standalone)...
The startup logging as well as the shutdown seems to indicate that both the
tcp broker on 61616 and the stomp broker on 61613 are up and running....
My problem is that I have a client program written in C which appears to be sending
messages (no errors are received) but the MessageDrivenBean in JBoss is not receiving the
message...I have already tested that the Message Driven Bean is successfully handling messages
coming in to the regular 61616 Broker...
THanks in advance.
S