GoLang API? Let's Go! ?

? Whats the news?

We’ve been working on a real treat for our developer community here at Solace over the past couple of months and that is → drum roll please

The new Solace PubSub+ Messaging API for Go!

We will be releasing an early access to members of our community who are interested to use the bling new Go API .

:gear: What features will be included in the early access?

Below are the features that are included in the Solace PubSub+ Messaging API for Go v0.9.0

  • Direct Messaging (Publish, Receive, Subscribe/Unsubscribe)
  • Persistent Messaging (Publish, Bind to Queue, Durable Endpoint Creation, Add/Remove Topic Subscription, Trigger Message Replay,Selectors)
  • Broker Connectivity support ( SSL/TLS, Compression )
  • Authentication: (Basic, Client Cert, OAUTH, Kerberos)

? How can I take part?

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?

Join this group! We will be uploading the archive API there for users to use and download ? https://solace.community/group/4-solace-early-access-golang-api

? Samples; where are they?

We will be updating this post with GoLang samples! Stay tuned ?

? What’s in it for me? Why you should join this group

Being part of this EA group, you will have access to the following perks

  • Swag when you give feedback and contribution
  • Opportunity to give feedback on the API and shape the direction
  • Collective knowledge from all the members of the group
  • Tips and Tricks on how to use the API more efficiently
  • Improve your GoLang programming skills!

Stay Tuned !

Hi,
I am unable to access https://solace.community/group/4-solace-early-access-golang-api even after joining. Can you please help.

Thanks in advance

Hey @shivraj can you confirm now please. Thanks

Thank you, I can see now.

@Tamimi
I joined the community but still can’t access the API. Can you please help.

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

Hi @Tamimi
My request is pending. Can you please approve it?
Thanks

I approved your request! ?

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

@Tamimi Please approve my request TIA

Hi, can’t seem to access the group but would like to join it!

@ Lunastryke , the group has been closed.

@Lunastryke @jaideep_umray_golang the Go API is now released, has been for a while! Please see the following for more info:
Go API GitHub - SolaceSamples/solace-samples-go: Getting Started Samples for the Solace Go API.

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

Hopefully this helps!