I have details of a ActiveMQ server which i would like to connect to and view the data availble. I would like to use RabbitMQ(CloudAMQP).
I have read the documentation, but I cant work out how to make this connection?
The connection details I have are as follows:
host = 'ssl://api.myreports.com:61613'
user='myuser'
password='mypassword'
topicname = '/topic/myTopic'
As far as I am aware these are sufficient details to connect. Any help is very welcome.