Results 1 to 2 of 2

Thread: Is .NET RabbitMQ Producer + Spring AMQP Consumer = Possible?

  1. #1
    Join Date
    Feb 2011
    Posts
    12

    Default 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...

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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
  •