Results 1 to 2 of 2

Thread: Spring JMS Message Producer with .Net MessageConsumer

  1. #1

    Default Spring JMS Message Producer with .Net MessageConsumer

    Hi

    I am new to Spring JMS. I created a Spring Message Producer and Consumer with JMStemplate and ActiveMQ and it works perfectly.Only concern is,we want Message Consumer/Listener to be in Dot net.
    Is there any way to make it working?OR some other ideas or alternatives.

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,148

    Default

    JMS == Java Message Service

    The Dot Net world doesn't "speak" JMS.

    Microsoft has a messaging technology called MSMQ and the Spring.NET project supports it...

    http://www.springframework.net/docs/...html/msmq.html
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •