[rabbitmq-discuss] RabbitMQ 2.5.0 setting STOMP plugin port (bug?)
Pieter Baele
pieter.baele at gmail.com
Tue Jun 28 12:15:44 BST 2011
Hi,
I installed RabbitMQ to use it with mcollective, but I've a little
problem with version 2.5.0,
the stomp server port is not set right (someone else reported this
problem as wel, see mcollective-users mailing list)
/etc/rabbitmq/rabbitmq-env.conf
RABBITMQ_CONFIG_FILE=/etc/rabbitmq/rabbitmq.conf
/etc/rabbitmq/rabbitmq.conf
[ {rabbit_stomp, [{tcp_listeners, [6163]} ]} ]
but still....
broker running
starting STOMP Adapter (binding to {[61613],[]}) ...done
** Found 0 name clashes in code paths
service rabbitmq-server status
-------------------------------------------
Status of node rabbit@ ...
[{pid,32000},
{running_applications,
...
{amqp_client,"RabbitMQ AMQP Client","2.5.0"},
{rabbitmq_stomp,"Embedded Rabbit Stomp Adapter","2.5.0"},
{os,{unix,linux}},
{erlang_version,
"Erlang R14B (erts-5.8.1) [source] [64-bit] [smp:2:2] [rq:2]
[async-threads:30] [kernel-poll:true]\n"},
{memory,
[{total,32521808},
{processes,12841784},
{processes_used,12810768},
{system,19680024},
{atom,1317993},
{atom_used,1286331},
{binary,134920},
{code,15265818},
{ets,1141032}]}]
...done.
More information about the rabbitmq-discuss
mailing list