Maintained with ☕️ by
IcePanel logo

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/)