Results 1 to 3 of 3

Thread: RC2-jmsOutboundGateway

  1. #1
    Join Date
    Sep 2008
    Location
    Mannheim,Germany
    Posts
    125

    Default RC2-jmsOutboundGateway

    Hi,

    I have few questions about the new attributes in jms outboundgateway in RC2 version
    1. whts the function of " delivery mode"
    2. Whts the difference between "request-destination" and "reply-destination"
    3. Should I use reply-destination or reply-channel to reply to messages in a queue??
    4. "jms-queue" still valid in RC2 documentation ??
    Thanks in advance
    Last edited by ashleyvijay; Nov 17th, 2008 at 06:09 AM.

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    The request-destination is where you want the JMS Message to go and reply-destination is where you expect to pick up the JMS response. The 'reply-destination' is optional (it will use temporaryQueues if you do not specify it).

    The 'request-channel' and 'response-channel' are the same as before: Spring Integration channels.

    The 'request-destination' replaces 'jms-queue'. Since we added 'response-destination', the use of just 'jms-queue' is not specific enough.

    The 'delivery-mode' is the JMS Delivery Mode. If you don't need to set this, it will use the default (persistent).

    We will be updating the JMS gateway docs for 1.0 Final: http://jira.springframework.org/browse/INT-478

    Hope that helps.
    -Mark

  3. #3
    Join Date
    Sep 2008
    Location
    Mannheim,Germany
    Posts
    125

    Default

    Hi Mark,
    Thanks for the reply

    Quote Originally Posted by Mark Fisher View Post
    reply-destination is where you expect to pick up the JMS response. The 'reply-destination' is optional (it will use temporaryQueues if you do not specify it).
    Did u mean reply-destination is used to pick up jms messages from a jms queue?? If so, is there a way that I can reply to these jms messages??

    The 'request-destination' replaces 'jms-queue'. Since we added 'response-destination', the use of just 'jms-queue' is not specific enough.
    I hope u meant 'reply-destination' here
    Last edited by ashleyvijay; Nov 17th, 2008 at 07:27 AM.

Posting Permissions

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