Is there a way to send data to RabbitMQ from $ .ajax?
My application consists of several thousand web clients (written in js) and the WCF REST service, and now I'm trying to figure out how to create a scalable point for my application. The idea is to have a rabbitmq instance that receives messages from js clients hosted on one side and WCF Workflow Services instances that receive pending messages from the queue.
I understand that AMQP and HTTP are completely different things.
So the question is, is there a REST interface for mq rabbit or some kind of gateway for it
source share