gmkafafi
gmkafafi
Thank you for everything Luke. I am still getting errors, I understand it is untested code. I will try to see if I can fix the errors. [ 93%] Building...
Thank you! Nothing is showing up in localhost:15672/queues when I execute the 'send' code after making it with cmake. I've modified 'send'. Mainly just changing the ip address to my...
I've tried both localhost and an IP address but nothing is showing up in the rmq management console/plugin plus I never get the confirmation [X] Sent Hello World in the...
This queue exists on the ip address (10.110.147.224) I am entering. I've succesfully been able to send it messages with my java code on another pc
I've also just created the queue "Raphael" on localhost but still, it receives nothing
You're right I should be using 5672. It is not specified in my Java code (below), but it is using it by default. When using 5672 in the C++ code...
After doing more research it seems that this has to do with my firewall. When I telenet the Ip address I want to connect to from the Pi, it times...
Ok it was the firewall. After restarting I no longer have that issue. However I am getting AMQP error invalid end of frame marker when I run the Send executable....
I've added a packet reading screenshot here: https://groups.google.com/forum/#!topic/rabbitmq-users/TDfV2TV8xtg from my successful java program. I've replaced the AMQP-CPP files with the newest versions but I still get the same error. I...