-
Notifications
You must be signed in to change notification settings - Fork 21
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
Provide better examples #15
Comments
One thing to check is if your port that you are using isn’t being blocked by a firewall. |
I don't think it's a firewall issue because a similar Python script works fine. |
Examples are now available at https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/julia/README.md thanks to @kracekumar |
s-celles
pushed a commit
to s-celles/AMQPClient.jl
that referenced
this issue
Oct 18, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
It will be nice if we could find examples comparables to
https://www.rabbitmq.com/tutorials/tutorial-one-python.html
(code available for several language at https://github.com/rabbitmq/rabbitmq-tutorials )
I'm personally trying to use Python
receive.py
script (from "Hello World" example) and write a Juliasend.jl
script ie I'm trying to convertto Julia
I did this:
but Julia script is blocked at:
Any idea what is going wrong?
Kind regards
The text was updated successfully, but these errors were encountered: