[rabbitmq-discuss] STOMP Plugin 2.4.0 Issue

Alexander Goldstone alex at kinishi.com
Wed Mar 30 09:44:48 BST 2011


Are there any known issues with the STOMP plugin for RabbitMQ 2.4.0 ?

I am used to connecting to the STOMP plugin via Telnet and issuing CONNECT, SEND and SUBSCRIBE frames by hand. For previous versions of RabbitMQ this has all worked fine. Now, for a clean install of RabbitMQ 2.4.0 on Ubuntu 10.10, I am not even able to successfully CONNECT using something like:

		CONNECT
		login:guest
		passcode:guest

		^@

I send a line-break after the passcode and then send another line-break but the server closes the connection before I am able to send the NULL frame terminator. The server does not output any error messages.

Similarly, if I follow the "Testing the adapter" example at http://www.rabbitmq.com/stomp.html then the server closes the connection after the second time I send "dummy" but it does not output an error message.

The RabbitMQ Management Plugin shows the STOMP plugin is listening on port 61613.

The Erlang version provided as standard for Ubuntu 10.10 seems to be R13B03 and th output from "rabbitmqctl status" looks like this:

[{pid,28410},
 {running_applications,
     [{rabbit_management,"RabbitMQ Management Console","2.4.0"},
      {webmachine,"webmachine","1.7.0"},
      {rabbit_management_agent,"RabbitMQ Management Agent","2.4.0"},
      {amqp_client,"RabbitMQ AMQP Client","2.4.0"},
      {rabbit_mochiweb,"RabbitMQ Mochiweb Embedding","2.4.0"},
      {mochiweb,"MochiMedia Web Server","1.3"},
      {inets,"INETS  CXC 138 49","5.2"},
      {rabbit_stomp,"Embedded Rabbit Stomp Adapter","2.4.0"},
      {rabbit,"RabbitMQ","2.4.0"},
      {mnesia,"MNESIA  CXC 138 12","4.4.12"},
      {os_mon,"CPO  CXC 138 46","2.2.4"},
      {sasl,"SASL  CXC 138 11","2.1.8"},
      {stdlib,"ERTS  CXC 138 10","1.16.4"},
      {kernel,"ERTS  CXC 138 10","2.13.4"}]},
 {nodes,[{disc,[rabbit at tatooine]}]},
 {running_nodes,[rabbit at tatooine]}]
...done.

I'm assuming this isn't a problem for everyone using the STOMP plugin otherwise someone would have mentioned it by now so if I can provide any further information to help work out what is wrong on my setup then please let me know.

Thanks,

Alex


More information about the rabbitmq-discuss mailing list