Hello, I am trying to get access to the message/delivery annotations and properties.
In the following documentation https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q125040_.htm
There is a list of message properties that can be sent or accessed, in order to integrate with running MQ systems we are required to read and set the MessageId and ReplyToId properties so we can match the response to a delivered message, as we do with other systems that are working using MQI or JMS instead of AMQP.
I see no continuation on the developments of this, but it would be really helpful to get support on this topic or at least a few guidelines on how to get this implemented to prepare a PR for this library.
Hello, I am trying to get access to the message/delivery annotations and properties.
In the following documentation https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q125040_.htm There is a list of message properties that can be sent or accessed, in order to integrate with running MQ systems we are required to read and set the MessageId and ReplyToId properties so we can match the response to a delivered message, as we do with other systems that are working using MQI or JMS instead of AMQP.
I see no continuation on the developments of this, but it would be really helpful to get support on this topic or at least a few guidelines on how to get this implemented to prepare a PR for this library.
Thank you.