Skip to content

Connect to Azure Service Bus using RabbitMQ.Client #1353

Closed Answered by michaelklishin
hence-proven asked this question in Q&A
Discussion options

You must be logged in to vote

This client implements AMQP 0-9-1, Azure Service Bus only implements AMQP 1.0 (a completely different protocols despite the name).

Use an AMQP 1.0 client or use this client with RabbitMQ (which supports AMQP 0-9-1, AMQP 1.0, RabbitMQ Stream Protocol, MQTTv3 and soon MQTTv5, STOMP)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lukebakken
Comment options

Answer selected by hence-proven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants