-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: qpid-java-broker-7.0.3
-
Fix Version/s: None
-
Component/s: Broker-J
-
Labels:None
Message ID and Correlation ID are get changed on conversion of AMQP 1.0 message into AMQP 0-10 message. When JMS client tries to lookup the message using selector expression with a converted value for JMSMessageID or Correlation ID, the message cannot be found as new converted message ID is compared with an original message ID and they do not match.