[rabbitmq-discuss] RabbitMQ newbie question

Sunil Agrawal sunil at armor5.com
Thu Jan 19 22:29:43 GMT 2012


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.

Any insights where is my installation going wrong?
Thanks, Sunil

[{pid,1032},
 {running_applications,
     [{rabbitmq_jsonrpc_channel,"RabbitMQ JSON-RPC Channels","2.7.1"},
      {amqp_client,"RabbitMQ AMQP Client","2.7.1"},
      {rabbit,"RabbitMQ","2.7.1"},
      {os_mon,"CPO  CXC 138 46","2.2.8"},
      {sasl,"SASL  CXC 138 11","2.2"},
      {rabbitmq_jsonrpc,"Rabbit JSON-RPC","2.7.1"},
      {rfc4627_jsonrpc,"JSON RPC Service","2.7.1-git"},
      {rabbitmq_mochiweb,"RabbitMQ Mochiweb Embedding","2.7.1"},
      {webmachine,"webmachine","1.7.0-rmq2.7.1-hg"},
      {mochiweb,"MochiMedia Web Server","1.3-rmq2.7.1-git"},
      {inets,"INETS  CXC 138 49","5.8"},
      {mnesia,"MNESIA  CXC 138 12","4.6"},
      {stdlib,"ERTS  CXC 138 10","1.18"},
      {kernel,"ERTS  CXC 138 10","2.15"}]},
 {os,{win32,nt}},
 {erlang_version,"Erlang R15B (erts-5.9) [smp:2:2] [async-threads:
30]\n"},
 {memory,
     [{total,17088656},
      {processes,6005645},
      {processes_used,6005630},
      {system,11083011},
      {atom,424265},
      {atom_used,399111},
      {binary,52168},
      {code,7989972},
      {ets,585852}]},
 {vm_memory_high_watermark,0.26719464674914045},
 {vm_memory_limit,858993459}]
...done.


More information about the rabbitmq-discuss mailing list