I think Tim's link was meant to be to: https://qpid.apache.org/releases/qpid-jms-1.5.0/docs/index.html#logging
The client sets the MessageID upon send being called, as JMS requires. If you are keen to control the value set you might find some hints in https://lists.apache.org/thread.html/rb15c0d2bbe70e736585c2379a3a1c1af6c935d16d6eef294c5a92f2a%40%3Cusers.qpid.apache.org%3E https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-amqp-protocol-guide#properties suggests the Service Bus 'Label' is referenced to the AMQP message 'subject' field. If so, you can use that via the 'JMSType' header methods. On Wed, 2 Mar 2022 at 23:04, Timothy Bish <tabish...@gmail.com> wrote: > > On 3/2/22 17:54, Benson, Charles wrote: > > Hello - > > Very new to working with Qpid JMS client 0.60, sending messages to Azure > > Service Bus. Connection is OK, message sends, and some headers are set, but > > some are not. We have not been able to find a way to set headers (seen on > > the AzureSB side) of MessageID and Label. > > Also, the body of the message received on AzureSB side is blank. > > Might anyone have any suggestions for to how troubleshoot/move forward? > > > Your description is to vague to really guess at what is going on, more > details would help. Also you will generally get a much better idea of > what is on the wire by looking at the AMQP frame traces which can be > enabled following the instructions in the configuration guide. > > https://qpid.apache.org/releases/qpid-jms-1.5.0/docs/index.html#tracing > > Code snippets are also useful in helping us see what you are doing with > the client. > > > > > Northwestern Medicine is anchored by Northwestern Memorial Hospital, ranked > > top 10 in the nation by U.S. News & World Report, 2021 - 2022. > > > > This message and any included attachments are intended only for the > > addressee. The information contained in this message is confidential and > > may constitute proprietary or non-public information under international, > > federal, or state laws. Unauthorized forwarding, printing, copying, > > distribution, or use of such information is strictly prohibited and may be > > unlawful. If you are not the addressee, please promptly delete this message > > and notify the sender of the delivery error by e-mail. > > > > -- > Tim Bish > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org > For additional commands, e-mail: users-h...@qpid.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org