Vert.x AMQP Bridge

February 16, 2021 ยท View on GitHub

Build Status

This component provides AMQP 1.0 producer and consumer support via a bridging layer implementing the Vert.x event bus MessageProducer and MessageConsumer APIs over the top of vertx-proton.

**NOTE: This component will be removed in Vert.x 4, instead you should use Vert.x AMQP Client

See the docs for more details:

  • Java documentation
  • JavaScript documentation
  • Kotlin documentation
  • Groovy documentation
  • Ruby documentation