We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dd928 commit e9d2c78Copy full SHA for e9d2c78
ruby/receive.rb
@@ -9,7 +9,7 @@
9
ch = conn.create_channel
10
q = ch.queue("hello")
11
12
-puts "Will wait from messages in #{q.name}"
+puts " [*] Waiting for messages in #{q.name}. To exit press CTRL+C"
13
q.subscribe(:block => true) do |delivery_info, properties, body|
14
puts " [x] Received #{body}"
15
0 commit comments