-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMQP detailed documentation #348
Comments
There is some info in https://github.com/telefonicaid/iotagent-ul/blob/master/docs/usermanual.md#amqp-binding Some useful commands for publish amqp are: |
I have seen the document but was expecting something more detailed. Is the service/device provisioning similar to that of MQTT except for the "transport" param? |
Yes, similar to MQTT provision but with transport AMQP |
About the queue, it says
Can you explain a bit more about this? In the IOTA config there's only one param for the queue (IOTA_AMQP_QUEUE). I cannot quite understand these 2 queues and how to use them. |
If you set IOTA_AMQP_QUEUE to |
|
I am trying to use AMQP for IoT Agent-ul, but can't find proper documentation other than config params on the IoT Agent. I need more info about the configuration on AMQP broker (RabbitMQ) such as the exchange, queue, routing keys and service/device provisioning on the Agent side. Also how can we test and check if it works. Can you point me to such info or explain in brief in here.
The text was updated successfully, but these errors were encountered: