docs/GettingStarted.textile in amqp-0.8.0.rc8 vs docs/GettingStarted.textile in amqp-0.8.0.rc9
- old
+ new
@@ -234,10 +234,10 @@
connection.close {
EM.stop { exit }
}
end
- channel.direct("").publish "Hello, world!", :routing_key => queue.name
+ channel.direct("").publish "Hello, world!", :routing_key => "amqpgem.examples.helloworld"
end
end
</code>
</pre>