[rabbitmq-discuss] RabbitMQ newbie question

Emile Joubert emile at rabbitmq.com
Fri Jan 20 14:27:29 GMT 2012


Hi Sunil,

On 19/01/12 22:29, Sunil Agrawal wrote:
> Hi,
> 
> I have a question about RabbitMQ and JSON RPC channel on Windows. I
> installed RabbitMQ 2.7.1 on Windows and enabled the JSON RPC channel
> as described on github (https://github.com/rabbitmq/rabbitmq-jsonrpc-
> channel). When I enabled the plugin it shows that the plugin has been
> configured.  Below are the results of the rabbitmqctl status command.
> However when using the browser I go to http://localhost:5672/rpc/rabbitmq
> I do NOT get the message described in GitHub, rather only 'AMQP.

You are probably using the wrong port. The JSON RPC plugin uses 55672 by
default, while you seem to be using the AMQP port.

You can visit http://dev.rabbitmq.com/www-examples/test/index.html to
get a better idea of how the tests are supposed to behave.


-Emile


More information about the rabbitmq-discuss mailing list