Skip to content

Commit

Permalink
docs: Add information about AMQP delivery compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Zmeskal <jzmeskal@redhat.com>
  • Loading branch information
Jan Zmeskal authored and ldelossa committed Nov 18, 2020
1 parent 77ca653 commit f4169c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/concepts/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ The notifier also supports delivering to an AMQP broker. With AMQP delivery you

This allows the developer of the AMQP consumer to determine the logic of notification processing.

Note that AMQP delivery only supports AMQP 0.x protocol (e.g. RabbitMQ). If you need to publish notifications on AMQP 1.x message queue (e.g. ActiveMQ), you can use STOMP delivery.

### Direct Delivery

If the notifier's configuration specifies `direct: true` for AMQP, notifications will be delivered directly to the configured exchange.
Expand Down

0 comments on commit f4169c4

Please sign in to comment.