I was trying deepstream-test4 AMQP using rabbitmq-c version 4.4.0 library in AGX Xavier. The broker is hosted in Cloud amqp. I followed instruction in README of deepstream-test4. Once i connect i got the error
ERROR from element nvmsg-broker: Could not configure supporting library.
Error details: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvmsgbroker/gstnvmsgbroker.c(332): gst_nvmsgbroker_start (): /GstPipeline:dstest4-pipeline/GstNvMsgBroker:nvmsg-broker:
unable to connect to broker library
I am not sure version 4.4.0 if works, but one concern is did you start amqp service?
check status,
sudo service rabbitmq-server status
start,
sudo service rabbitmq-server start
I use the program in C Documentation - CloudAMQP and run at xavier with rabbitmq-c library. I can receive the message with username and password. In their program it has login as follow.
Hi
I looked through the code from C Documentation - CloudAMQP, seems it have some different API compared to version we used, i think maybe that’s the reason caused you have this issue.
I managed to connect Azure IoTHub. I have to settle currently with Azure. In the meantime, please let us know if there is update in amqp_protocol_adaptor. Thank.
May I know below information: • Hardware Platform (Jetson / GPU) • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only)