Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch azure_messaging_servicebus to use AMQP #1429

Open
cataggar opened this issue Oct 1, 2023 · 0 comments
Open

switch azure_messaging_servicebus to use AMQP #1429

cataggar opened this issue Oct 1, 2023 · 0 comments
Labels
Previous Versions Work related to older, unsupported SDKs

Comments

@cataggar
Copy link
Member

cataggar commented Oct 1, 2023

The azure_messaging_servicebus crate create is currently HTTP-based communication. Using AMQP-based communication with ServiceBus is recommended over HTTP-based.

https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-amqp-overview

There are community crates by @minghuaw that are AMQP based. The azservicebus crate and azeventhubs crate were made as part of #1185 and #1260.

@cataggar cataggar changed the title recommend azservicebus rather than azure_messaging_servicebus switch azure_messaginge_servicebus to use AMQP Oct 2, 2023
@cataggar cataggar changed the title switch azure_messaginge_servicebus to use AMQP switch azure_messaging_servicebus to use AMQP Oct 2, 2023
@heaths heaths added the Previous Versions Work related to older, unsupported SDKs label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Previous Versions Work related to older, unsupported SDKs
Projects
None yet
Development

No branches or pull requests

2 participants