AMQP 1.0 binding
This protocol binding for AMQP 1.0 supports sending and receiving
messages from and to AMQP 1.0 brokers.
Especially, it is useful for receiving telemetry updates from the Bosch
IoT Hub, which is based on Eclipse
Hono.
How it works:
- It supports command messages for
create
,retrieve
,modify
anddelete
. - It also supports
response
,events
, andannouncements
for these operations. - 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.