-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.2.0.GA
-
None
-
-
+
-
ARTEMIS-2311
-
Verified in a release
-
- One customer is migrating from AMQ 6.3 to AMQ7.x. In 6.3 he has such a setup where camel based producer send OpenWire message to 61616 port. Python based stompest client is used as Consumer which consumes messages from 61613 stomp port. It is a request-reply model.
- Same he is setting up with AMQ 7.2(Artemis latest code base too). However, replyTo header received in python consumer client for AMQ 7.2 is not readable. Header in AMQ 7.2 is set as u'__HDR_REPLY_TO': u'[B@23f93925' while in AMQ 6.3 it is readable u'reply-to': u'/queue/pricing.quoting.dispatch.result
- It is not smooth migration for customer.
Complete headers for AMQ 6.3 and AMQ 7.2:
AMQ 6.3 {u'breadcrumbId': u'ID-chandrashekhar-45421-1554994068226-0-19', u'expires': u'0', u'timestamp': u'1554994249708', u'destination': u'/queue/pricing.quoting.dispatch.work', u'correlation-id': u'Camel-ID-chandrashekhar-45421-1554994068226-0-21', u'persistent': u'true', u'priority': u'4', u'reply-to': u'/queue/pricing.quoting.dispatch.result', u'message-id': u'ID:chandrashekhar-45475-1554994069866-1:1:2:1:7', u'firedTime': u'Thu Apr 11 20:20:49 IST 2019', u'subscription': u'0'} AMQ 7.2 {u'content-length': u'8', u'__HDR_ARRIVAL': u'0', u'__HDR_MESSAGE_ID': u'[B@3564d4d9', u'__AMQ_CID': u'ID:chandrashekhar-42029-1554997339655-0:1', u'__HDR_REPLY_TO': u'[B@23f93925', u'__HDR_DROPPABLE': u'false', u'breadcrumbId': u'ID-chandrashekhar-33047-1554997337934-0-7', u'__HDR_PRODUCER_ID': u'[B@22fb4796', u'destination': u'pricing.quoting.dispatch.work', u'correlation-id': u'Camel-ID-chandrashekhar-33047-1554997337934-0-9', u'priority': u'4', u'redelivered': u'false', u'__HDR_BROKER_IN_TIME': u'1554997399441', u'__HDR_GROUP_SEQUENCE': u'0', u'timestamp': u'1554997399440', u'expires': u'0', u'firedTime': u'Thu Apr 11 21:13:19 IST 2019', u'__HDR_MARSHALL_PROP': u'[B@6138cc4d', u'__HDR_COMMAND_ID': u'125', u'subscription': u'0', u'destination-type': u'ANYCAST', u'persistent': u'true', u'message-id': u'1135'}