Hi Experts,
I am doing a POC to publish messages to a topic and consume them from the EM queue using HTTP REST API Pull. Two queues are subscribed to this topic.
Used x-qos as 1 and posted multiple messages to topic.
When consuming the message used x-qos =1 and an acknowledgement is sent after consuming the message passing X-Message-Id as part of the URL.
But when there are multiple message in the queue , payload and X-Message-Id is coming as blank for some messages.
Can you please help me fix this issue.