Hi All,
[ I did some web search and did not get any answer. So checking mailing list]
I am exploring Jetty as a connector to connect a legacy C++ application with Rabbit MQ. The idea is to create an embedded Jetty server which will listen for messages from Rabbit MQ and will invoke the C++ application as a separate process with input from MQ message. It will then publish message to Rabbit MQ after C++
application completes its task.
Questions:
a) Has any one integrated Jetty with Rabbit MQ?
b) Has any one done any similar work?
Thanks,
-Uday.