Results 1 to 3 of 3

Thread: JMS Remoting | How does it work?

  1. #1
    Join Date
    Feb 2008
    Posts
    17

    Default JMS Remoting | How does it work?

    Hi,

    I have tried out the example in the spring reference documentation on JMS Remoting. I have be able to successfully get it working for a service to return the sum of 2 numbers passed from the client. However i would like to know how do things work internally

    When i opened the active mq broker admin tool and observe the message sent across, only one message was sent on the queue configured in the spring xml. Shouldn't there be 2 messages, one for the request and one being the response?

    So what is in the single message that was sent across? Request or response? or...?

    Any pointers would be helpful.

    Thanks in advance

    Silverdream

  2. #2
    Join Date
    Feb 2008
    Posts
    17

    Default

    Any thoughts???

  3. #3
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    1,142

    Default

    The message you saw was the request. I believe the response is sent on a temporary queue. You could check the source code to verify.
    Bill

Posting Permissions

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