Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active December 9, 2024 05:24
Show Gist options
  • Select an option

  • Save wilmoore/dd25d2e0c0c45171dbe8a40c16e8c56b to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/dd25d2e0c0c45171dbe8a40c16e8c56b to your computer and use it in GitHub Desktop.
Software Engineering :: Cloud :: Microsoft Azure :: Event Hubs :: AMQP

Software Engineering :: Cloud :: Microsoft Azure :: Event Hubs :: AMQP

⪼ Made with 💜 by Polyglot.

related

AMQP is a protocol for reliably exchanging messages between distributed systems, supporting flexible routing, queuing, and delivery guarantees.

  • Publishing via AMQP (Advanced Message Queuing Protocol) provides the best performance because it establishes a persistent socket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment