Results 1 to 2 of 2

Thread: messages correlation using jmsTemplate

  1. #1
    Join Date
    Feb 2007
    Posts
    24

    Default messages correlation using jmsTemplate

    Hi guys,

    I want to know how we can correlate messages using JmsTemplate. So when i send message i set the messageId and only look for messeges which has that correlation id.

    regards,
    muhwas

  2. #2
    Join Date
    Aug 2004
    Location
    London
    Posts
    164

    Default

    With JMS you can only access the message ID after you've sent it, so its not very useful for correlation. Instead just make up your own correlationID & add it to the message.

    http://activemq.apache.org/how-shoul...-with-jms.html
    James Strachan
    ------------------
    Open Source Integration
    Iona

Posting Permissions

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