Hi, we’re using Qpid’s message grouping feature and are sending messages through Qpid java client with the JMSXGroupID property. This is working great.
We noticed that when using the getMessageInfo REST API there is no way to retrieve the groupId for enqueued messages. There is no field in the top-level JSON doc, but there is also no JMSXGroupID entry in the headers dictionary when passing includeHeaders=true Is there another way to get this information? This seems to be a bug in the REST API. Best Timo
