DeepStream Reference Designs/Getting Started/Environment Setup: Difference between revisions

Line 37: Line 37:
== AMQP Protocol Adapter ==
== AMQP Protocol Adapter ==


The project has a dependency on using a message broker like RabbitMQ. From DeepStream version 5.0, an AMQP protocol adapter is included that DeepStream applications can use out of the box to publish messages using AMQP 0-9-1 message protocol. The AMQP protocol adapter shared library is in the deepstream package at:
The project has a dependency on using a message broker like RabbitMQ. From DeepStream version 5.0, an AMQP protocol adapter is included that DeepStream applications can use out of the box to publish messages using AMQP 0-9-1 message protocol. The AMQP protocol adapter shared library is in the DeepStream package at:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
583

edits