AMQP 0.9.1 binding
This protocol binding for AMQP 0.9.1 supports sending and receiving messages from and to AMQP 0.9.1 brokers (e.g. RabbitMQ).
How it works
- It supports command messages for
create
,retrieve
,modify
anddelete
.- It also supports
response
,events
, andannouncements
for these operations.
- It also supports
- A reactive-streams protocol for
search
is supported. - Messages not matching the protocol specification are ignored.
Find a description on how to create a connection at
Manage your connections
Find the complete documentation at Eclipse
Ditto.