[rabbitmq-discuss] using RabbitMQ JSON RPC channel with C#
Michael Klishin
mklishin at gopivotal.com
Wed Nov 6 10:42:06 GMT 2013
On 6 Nov 2013, at 14:25, Lijo Sebastian <lijo at citrusinformatics.com> wrote:
> I have a requirement where messages should be published/subscribed over http, just like the sample chat application works with json_rpc_channel plugin.
> Please guide me through!
You can publish and consume using basic.get (polling) using HTTP API that ships
with the management plugin:
https://www.rabbitmq.com/management.html
http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_2_0/priv/www/api/index.html
Also, see WebSTOMP and STOMP plugins, they may offer a viable alternative to your needs:
http://www.rabbitmq.com/web-stomp.html
https://www.rabbitmq.com/stomp.html
MK
Software Engineer, Pivotal/RabbitMQ
More information about the rabbitmq-discuss
mailing list