Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs.
Перейти к файлу
Joel Hendrix f3383f25f5
Update to the GA version of go-amqp (#73)
2023-05-24 12:48:45 -07:00
.github change a bit of formatting 2018-03-26 08:46:53 -07:00
aad Update to latest go-amqp (#68) 2022-12-06 10:40:10 -08:00
auth format and add license to files 2018-03-21 14:29:18 -07:00
cbs Update to latest go-amqp (#68) 2022-12-06 10:40:10 -08:00
conn improve parsing errors 2018-06-26 10:25:22 -07:00
internal Update to the GA version of go-amqp (#73) 2023-05-24 12:48:45 -07:00
rpc Update to latest go-amqp (#72) 2023-03-30 13:04:38 -07:00
sas Update to latest go-amqp (#68) 2022-12-06 10:40:10 -08:00
uuid trim uuid 2018-04-12 10:56:30 -07:00
.gitignore initial commit for common amqp deps 2018-03-21 13:51:34 -07:00
LICENSE Initial commit 2018-03-21 13:24:29 -07:00
Makefile use tab for logging and tracing 2019-05-23 15:12:45 -07:00
README.md Update to latest go-amqp (#68) 2022-12-06 10:40:10 -08:00
SECURITY.md Microsoft mandatory file (#69) 2023-03-31 10:56:21 -07:00
azure-pipelines.yml Update CI to latest versions of Go (#67) 2022-12-05 15:11:49 -08:00
changelog.md Update to the GA version of go-amqp (#73) 2023-05-24 12:48:45 -07:00
go.mod Update to the GA version of go-amqp (#73) 2023-05-24 12:48:45 -07:00
go.sum Update to the GA version of go-amqp (#73) 2023-05-24 12:48:45 -07:00
ptrs.go format and add license to files 2018-03-21 14:29:18 -07:00
retry.go fix retry error return (#16) 2018-04-18 09:20:31 -07:00

README.md

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 4.x.x

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

Using go get targeting version 3.x.x

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

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.