Azure / Azure/azure-service-bus-java
Qpid JMS (AMQP 1.0) to Azure Service BUS Message Property Mapping
- Dominant language
- Java
- Stars
- 62
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
## Actual Behavior
1. JMS Header properties in the sent message are not reflected in Message System properties in Azure bus, for the same message received.
2. e.g 'JMSMessageID=ID:0a86c4ee-ddff-47e0-b187-75fb975b7b70' in the sender side is not reflecting in the 'messageID' property in azure bus message system property. At the same found JMSCorrelationID is reflecting in correlationId field in azure.
## Expected Behavior
1. JMSMessageID header in JMSQpid sender to reflect in messageID in azure
2.
## Versions
- OS platform and version:
Qpid version: 0.52.0

- Maven package version or commit ID:
Contributor guide
Assessment
This issue has not been assessed yet.