Public preview: Azure Service Bus for Go
Share
Services
Now you can use Azure Service Bus to communicate between Go services, by using our new preview of the [Service Bus package for Go](https://github.com/Azure/azure-service-bus-go). Get started by running `go get -u github.com/Azure/azure-service-bus-go` and viewing the [examples at godoc.org](https://godoc.org/github.com/Azure/azure-service-bus-go#pkg-examples).
The Service Bus package provides concise idioms for sending and receiving messages over the [AMQP 1.0](https://www.amqp.org/resources/specifications) protocol as implemented by the [github.com/vcabbage/amqp](https://github.com/vcabbage/amqp) package.
Azure Service Bus is a managed message broker that offers queues for one-to-one, service-to-service communication and topics and subscriptions for pub/sub-style messaging. It provides reliable asynchronous communication between microservices without requiring management of a complex broker infrastructure.
Please share feedback and issues in the package repo’s [issue tracker](https://github.com/Azure/azure-service-bus-go/issues).
* Service Bus
* SDK and Tools
* Services
* Open Source
* [ Service Bus](https://azure.microsoft.com/en-gb/products/service-bus/)
What else is happening at Microsoft Azure?
Read update
Services
Share
Generally Available: Storage account default maximum request rate limit increase to 40,000 requests per second
December 12th, 2024
Services
Share
Read update
Services
Share
Generally Available: Regional Disaster Recovery by Azure Backup for AKS
November 22nd, 2024
Services
Share
Generally Available: Enhancements on Azure Container Storage for performance, scalability, and operational insights
November 19th, 2024
Services
Share