Thanks! We're using AMQP 1.0 indeed.
-Timo On 11/19/19, 2:43 AM, "Rob Godfrey" <rob.j.godf...@gmail.com> wrote: Committed as QPID-8380 <https://issues.apache.org/jira/browse/QPID-8380>. Alex - another candidate for the next 7.1.x release I think -- Rob On Tue, 19 Nov 2019 at 10:11, Rob Godfrey <rob.j.godf...@gmail.com> wrote: > Hi > > On Tue, 19 Nov 2019 at 00:27, Timo Naroska <tnaro...@adobe.com.invalid> > wrote: > >> 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. >> >> > Good to hear! > > >> 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 >> >> > I presume you are using AMQP 1.0 then :) In older AMQP versions the value > was placed in the header - which is probably why it wasn't explicitly > called out in the MessageInfo > > >> Is there another way to get this information? >> This seems to be a bug in the REST API. >> > > It's an omission certainly. I'll raise a JIRA and create a fix shortly. > > Thanks, > Rob > > >> >> Best >> Timo >> >>