Skip to content

Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs.

License

Notifications You must be signed in to change notification settings

Azure/azure-amqp-common-go

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2018
Oct 23, 2020
Mar 21, 2018
Dec 13, 2019
Jun 26, 2018
Aug 26, 2021
Sep 3, 2021
Dec 13, 2019
Apr 12, 2018
Mar 21, 2018
Mar 21, 2018
May 23, 2019
Dec 13, 2019
Oct 23, 2020
Sep 3, 2021
Sep 2, 2021
Sep 2, 2021
Mar 21, 2018
Apr 18, 2018

Repository files navigation

Azure AMQP Common

Go Report Card godoc Build Status

This project contains reusable components for AMQP based services like Event Hub and Service Bus. You will find abstractions over authentication, claims-based security, connection string parsing and RPC for AMQP.

If you are looking for the Azure Event Hub library for go, you can find it here.

If you are looking for the Azure Service Bus library for go, you can find it here.

Install with Go modules

If you want to use stable versions of the library, please use Go modules.

NOTE: versions prior to 3.0.0 depend on pack.ag/amqp which is no longer maintained. Any new code should not use versions prior to 3.0.0.

Using go get targeting version 3.x.x

go get -u github.com/Azure/azure-amqp-common-go/v3

Using go get targeting version 2.x.x

go get -u github.com/Azure/azure-amqp-common-go/v2

Using go get targeting version 1.x.x

go get -u github.com/Azure/azure-amqp-common-go

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT, see LICENSE.

Contribute

See CONTRIBUTING.md.