eclipse-ditto / ditto

Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository
https://eclipse.dev/ditto/
Eclipse Public License 2.0
693 stars 229 forks source link

Enhance existing AMQP-bridge with AMQP 0.9.1 connectivity #129

Closed thjaeckle closed 6 years ago

thjaeckle commented 6 years ago

Currently the amqp-bridge can connect to AMQP 1.0 endpoints (like for example Eclipse Hono). We also want to support connecting to AMQP 0.9.1 brokers (e.g. the commonly used RabbitMQ) in order to add another interface for interacting with Ditto via the Ditto Protocol.

thjaeckle commented 6 years ago

Resolved by PR #141