0

A message is PUT on an Alias Queue with a Message ID say "M1". There is a Topic on which this message is posted by the Alias Queue. There is a subscription which takes the message from the Topic and puts on a local Queue. The Message ID on the local queue is no M1. It is a string of bytes. Also the correlation ID of the message is not M1.

Is it possible to retain the original Message ID of the message that was dropped on the Alias Queue in any of the header fields of the message on the target queue?

T.Rob
  • 31,522
  • 9
  • 59
  • 103
Yash
  • 946
  • 1
  • 13
  • 28
  • 1
    MQ doesnt preserve the message id across pubsub. Please refer to this thread http://stackoverflow.com/questions/29001655/should-the-jmsmessageid-change-between-publish-and-subscribe – Umapathy Sep 29 '15 at 11:08
  • SO isn't a forum and thus there are no "threads" here. However, Umapathy is correct that this is a dupe. Also, please see SO's question guidelines [concerning signature lines](http://stackoverflow.com/help/behavior). – T.Rob Sep 29 '15 at 11:18

0 Answers0