Skip to content

URLs #3

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8 (currentl

## Code

[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-ruby.html):
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):

ruby send.rb
ruby receive.rb

[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-ruby.html):
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-python.html):

ruby new_task.rb
ruby worker.rb

[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-ruby.html)
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html)

ruby receive_logs.rb
ruby emit_log.rb

To learn more, visit [Ruby AMQP gem documentation](http://bit.ly/mDm1JE) site.
To learn more, visit [Ruby AMQP gem documentation](http://bit.ly/mDm1JE) site.