-
Feb 11th, 2011, 07:25 AM
#1
Is .NET RabbitMQ Producer + Spring AMQP Consumer = Possible?
Hi,
I have a .NET producer application which will populate the messages into RabbitMQ exchange.
Now I need to create a Java Consumer application to listen and read those messages from RabbitMQ.
1. Can I use Spring+AMQP component for Consumer application?
2. After reading the message from Queue, the consumer application has to convert the message (body and properties) into XML format and invoke REST/SOAP web services. Is this possible? A brief idea of how this can be achieved will help me to proceed further.
Thanks in Advance...
-
Feb 15th, 2011, 05:24 AM
#2
Yes, that is possible. You could even use Spring on the .NET client if you wanted to.
For pinging a web service in response to a message maybe you should look into Spring Integration? There is a set of AMQP adapters based on Spring AMQP in the sandbox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules