[rabbitmq-discuss] using RabbitMQ JSON RPC channel with C#
Lijo Sebastian
lijo at citrusinformatics.com
Wed Nov 6 11:55:17 GMT 2013
Can you show me a sample code explaining a basic.get method with a polling.
Else a sample publish command with http post.
Regards,
Lijo Sebastian
Senior Software Engineer
Citrus Informatics (India) Pvt Ltd.
-----Original Message-----
From: Michael Klishin
Sent: Wednesday, November 06, 2013 4:12 PM
To: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] using RabbitMQ JSON RPC channel with C#
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
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list