Commit Graph

11 Commits

Author SHA1 Message Date
Michael Klishin
802cf615bf
Ruby tutorial 6: avoid using block: true
It makes reasoning about connection recovery
pretty difficult. The option only exists to make
tutorials shorter but sadly some users go straight
into production with copy-pasted code :(
2019-04-25 19:36:20 +03:00
Michael Klishin
6be7cfebf9
Bunny: warn against subscribe(block: true)
It was never meant to be used outside of tutorials
but unfortunately some do just that.
2019-02-27 04:38:02 +03:00
Caique Hitoshi Mitsuoka
1f9dbc5a1b Update ruby tutorial six 2018-02-19 18:01:24 -03:00
Joseph Pawletko
f57cfeee67 add missing puts 2014-06-04 21:31:05 -04:00
Michael Klishin
2316088e96 Disable automatic connection recovery for Bunny tutorials
It's not needed and will help investigate obscure exceptions
in CI environment.
2013-07-25 09:57:39 +04:00
Michael Klishin
8f07ab696e Match Pika example in output
This is what test.py expects
2013-07-23 17:43:14 +04:00
Michael Klishin
95bdddb9d7 Make sure Bunny tutorials produce the same output as Pika 2013-07-22 11:04:03 +04:00
Michael Klishin
3ef59c7f26 Tutorial 6 ported to Bunny 2013-07-18 18:21:26 +04:00
Michael Klishin
2ec87888cb ruby => ruby-amqp
ruby should be done with Bunny 0.9 which is much easier to use
for beginners.
2013-07-17 18:07:03 +04:00
Marek Majkowski
b0a44e3b4e Proper SIGINT handling from ruby rpc_server 2011-07-07 17:01:28 +01:00
Jakub Stastny aka botanicus
2d91ef20b5 Ruby: RPC examples. 2011-05-03 11:19:53 +02:00