-
May 9th, 2007, 10:23 AM
#1
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
-
May 12th, 2007, 11:39 AM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules