Skip to content

Latest commit

 

History

History

RabbitMQ AMQP 1.0 .NET Client examples

This directory contains examples of how to use the RabbitMQ AMQP 1.0 .NET client.

  • Getting Started with the Client here
  • RPC Server and Client here
  • How to write a reliable client here
  • Performance Test here. You can tune some parameters in the Program.cs file.
  • OpenTelemetry Integration here
  • OAuth2 Example here
  • Batch Disposition here
  • Stream Filter here
  • AMQP 1.0 over WebSockets here
  • Affinity node here
  • Single Active Consumer here
  • PreSettled Consumer here
  • Stream group id filtering here
  • Quorum queue single active consumer notifications here
  • Rejection reason (rejected-by queue name + reason, requires RabbitMQ 4.3+) here
  • Quorum queue delayed retry with linear back-off (requires RabbitMQ 4.3+) here