Good question! Simply comment on the this community post here to stay up to date with the latest news on this new release. You can also let us know what projects you would like to use it in, any wish list, thoughts, or just general comments and questions you have about the API.
? Cut the chase: Where can I download the API from?
Hey @varuntalus I saw that you requested access to the group, I just approved your request! Let me know if you have any questions or issues with the API
Checking the comparison of Solace APIs, there are some missing capabilities for Go API, compared to others like JCSMP, for example, Request/Reply messaging, Transactions, NACK etc. Are these features in the roadmap to be added to the Go API?
Hey @yangsen - yes they are on the roadmap. To get a summary overview of capabilities per API I would recommend checking the table on this site PubSub+ Messaging APIs
Hi Aaron, I dont see any sample code which ack the message or rollback it to the queue in case of any error processing the message. Can you pls provide a sample golang code to do this?
Hi there @sureshm - please checkout the Solace Messaging API for Go documention over here
I believe what you’re looking for is the Ack method you can executed on the message in the MessageReceiver callback Ack(message message.InboundMessage) error