Extracting message ID on solace pub sub broker in golang API

 Hello everyone, currently I am researching Solace GoLang Api and I have few questions. Can you please help me because I cannot find the answer.

  1. How can I extract message ID or is there any unique ID that can be extracted from Inbound message and used for distinguishing messaged published to message broker
  2. I would also like to know how to set sequence number on publisher side. Right now I am using GetSequenceNumber() method and can't get anything but 0 because it is not set on publisher side.

Tnx for help in advance

Comments