[jetty-user] Rabbit MQ
Uday Subbarayan <[email protected]> Sun, 26 Feb 2012 13:49:15 -0800 (PST)
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
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.