Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Spark Streaming using MQTT

I am working to connect  RabbitMQ through Spark Streaming MQTT component. I am using the below broker url

"ampq://username0683p000009MAB6.pngassword@hostname:5672/" and I have also tried using the vHost after the url but getting an error that URL is incorrect. Could you please tell me as I am using the correct URL or any jar files to be set.

 

Labels (2)
2 Replies
vapukov
Master II
Master II

what component are You use?

 

5672 - it is amqp port

MQTT (even in Rabbit) use 1883


if You have RabbitMQ setup with AMQP, and try to use tMQQTInput for this, it is wrong

You at least need enable MQTT plugin on RabbitMQ and use proper URI for MQTT

Anonymous
Not applicable
Author

Thanks. How the URL looks like for MQTT and also how can i check whether the pulgin is enalbled. Could you please suggest. I have username/password and vhost , routingkey, and exchange.