-
Notifications
You must be signed in to change notification settings - Fork 72
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
I can read from this RabbitMQ, but not using op-rabbit #174
Comments
Here's an example of how another person successfully connects to this service using node: https://github.com/darkskyapp/node-sarra And here is documentation from Environment Canada: http://dd.weather.gc.ca/doc/README_AMQP.txt Detail and diagrams here: https://github.com/MetPX/sarracenia/blob/master/doc/sarra.rst "Dumbed-down" Python3 client that "fixes all AMQPS issues": https://github.com/JohnTheNerd/PySarra/blob/master/consumers/ECConsumer.py |
I wonder if the problems I'm having are related to #167 |
Is it possible to hire someone who is expert at op-rabbit? I haven't received any reply to this issue. |
I posted a related question on Stack Overflow, hoping someone there might have a comment. |
If I use traditional newmotion DefaultConsumer(channel), handleDelivery ... I can read from a remote RabbitMQ, but when I try using op-rabbit, I just can't get it to work.
These are the parameters that work fine with newmotion, but not with op-rabbit.
If someone can read from this RabbitMQ using op-rabbit, I'd be very interested to know how you did it, because I've been beating myself up for days trying to get the op-rabbit version to work.
The text was updated successfully, but these errors were encountered: