mqlight / ruby-mqlight

This Ruby gem provides the high-level API by which you can interact with the MQ Light runtime.
Other
5 stars 3 forks source link

MQ/AMQP message annotation and properties #65

Open perezpaya opened 3 years ago

perezpaya commented 3 years ago

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.