Commit Graph

278 Commits

Author SHA1 Message Date
Michael Klishin
68d4d5b718 Make the consumer in Tutorial 1 wait for messages until interrupted
Just like the Java version does.
2013-07-19 06:34:52 +04:00
Michael Klishin
3ef59c7f26 Tutorial 6 ported to Bunny 2013-07-18 18:21:26 +04:00
Michael Klishin
6e2773c774 Tutorial 5 is ported to Bunny 2013-07-18 01:25:27 +04:00
Michael Klishin
bd8b41363b Tutorial 4 ported to Bunny 2013-07-18 00:16:10 +04:00
Michael Klishin
8b5971a1eb Tutorial 3 ported to Bunny 2013-07-17 23:11:23 +04:00
Michael Klishin
a1fca854ea Tutorial 2 ported to Bunny 2013-07-17 21:54:43 +04:00
Michael Klishin
e9d2c78e0a Cosmetics 2013-07-17 21:54:25 +04:00
Michael Klishin
b5dd928b9c Use the channel we open 2013-07-17 21:54:17 +04:00
Michael Klishin
e66cf5775e Tutorial 1 code ported to Bunny 2013-07-17 18:21:48 +04:00
Michael Klishin
b1d09e3def README for the new Bunny-based version 2013-07-17 18:11:41 +04:00
Michael Klishin
35b6ae13c2 README updates 2013-07-17 18:11: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
Emile Joubert
589f0ae699 Take new directory listing format into account 2012-11-06 10:13:43 +00:00
Marek Majkowski
248e69fb37 Merge pull request #14 from pavel-drobushevich/patch-1
Message always publish to localhost. Reuse base 'channel' method to publ...
2012-07-23 09:11:39 -07:00
Pavel Drobushevich
961b21badd Message always publish to localhost. Reuse base 'channel' method to publish and subscribe on one instance (via change connection host to not localhost). 2012-07-18 18:30:26 +03:00
Emile Joubert
a582ef5f08 Add perl to tests 2012-07-16 14:44:12 +01:00
emile
7968a89c6c Merge pull request #13 from Lanzaa/master
Add tutorial files for perl.
Thanks to Lanzaa.
2012-07-16 04:16:42 -07:00
Colin Blower
fc06c863ac Improve perl tutorial files.
Fixed a few spelling errors. Removed unnecessary timeout argument from
some connections. Removed on_return callback from send.pl. Modified
rpc_client to allow parameter passing. Added autoflush, $|++, to allow
for automated testing.
2012-07-11 09:18:12 -07:00
Colin B
a52e816555 Add guide for ubuntu install of perl prereqs. 2012-07-07 01:20:33 -07:00
Colin B
7db6993310 Add cpan install note to perl README. 2012-07-06 09:10:43 -07:00
Colin Blower
b5dd67717d Add Perl tutorial files. 2012-07-05 12:08:30 -07:00
Marek Majkowski
eefd0bfeb6 cosmetic 2012-04-17 17:13:43 +01:00
Marek Majkowski
bd7ea45a94 Updated gitignore 2012-04-17 17:11:59 +01:00
Marek Majkowski
7a45525c1d cosmetic 2012-04-17 17:05:26 +01:00
Marek Majkowski
0a546a5a00 node: Fixes to second 2012-04-17 17:05:17 +01:00
Marek Majkowski
d3b0ab2ebe node: third tutorial 2012-04-17 17:04:41 +01:00
Marek Majkowski
d45d939882 node: second tutorial 2012-04-17 16:30:58 +01:00
Marek Majkowski
4fbf3306cc first node.js tutorial 2012-04-17 16:03:34 +01:00
Marek Majkowski
39ef4651c2 Update erlang-client paths. 2011-11-22 11:51:03 +00:00
Marek Majkowski
a4b64d3206 Use 2.7.0 erlang client - updated paths. 2011-11-22 11:49:10 +00:00
Marek Majkowski
5517fd041e #10 Let's use standard cd. 2011-11-18 16:14:25 +00:00
Marek Majkowski
972ce6c418 Merge pull request #10 from videlalvaro/master
updated PHP readme
2011-11-18 08:13:10 -08:00
Alvaro Videla
dcc450eea5 updates README to new php-amqplib location
I moved the development of php-amqplib from the
tnc account to the videlalvaro account and I started
adding tests and benchmarks there.

More info here: http://videlalvaro.github.com/2011/11/php-amqplib-future.html

Now the version used for the tutorials is tagged. Once I'm done with the refactorings that I want to apply I will test the code again and and resubmit a
patch for the README
2011-11-18 17:08:23 +01:00
majek
2b52c1410c Merge pull request #9 from djui/patch-1
Noughty typo.
2011-09-21 11:58:48 -07:00
Uwe Dauernheim
93ff603d82 Purely use erlang escripts for examples 2011-09-21 21:52:02 +03:00
Marek Majkowski
ffd850e28e Cosmetic fixes to php tut 6. 2011-09-15 14:27:31 +01:00
Marek Majkowski
c8b9e1e881 Sixth tutorial in php. 2011-09-14 13:45:58 +01:00
Marek Majkowski
7268ecda4b For CI tests use stable amqp gem 0.8.0 2011-09-05 12:10:30 +01:00
Marek Majkowski
c1b178d9de Fixed bug in tutorial 6 caused by misunderstanding of stop_consuming().
Apparently stop_consuming() does basic.cancel. Which is completely not what we want. Instead of using start/stop consuming, let's just do the busy loop by ourselves.
2011-08-24 11:46:21 +01:00
Marek Majkowski
fba096fa9f I don't thing 'response' variable is actually necessary 2011-08-15 15:46:17 +01:00
Marek Majkowski
0ee4fb89c4 Main goes to separate class, dropped 'using' in favor of something less idiomatic 2011-08-15 15:42:54 +01:00
Marek Majkowski
accc0c0e86 Add Erlang 4 and 5 to CI. 2011-07-20 11:41:53 +01:00
Marek Majkowski
2019b3c7c6 Better command line examples for python. 2011-07-20 11:41:37 +01:00
Marek Majkowski
73ca6bc425 Cosmetic: list comprehensions instead of funs, indentation. 2011-07-20 11:40:21 +01:00
Marek Majkowski
cb0f9a5b00 Merge remote-tracking branch 'remotes/janimo/erlang' 2011-07-20 11:16:41 +01:00
Jani Monoses
ba47e9a551 Update Erlang README.md 2011-07-20 12:16:56 +03:00
Jani Monoses
ba4d5ae979 Code for section 5 of the tutorial. 2011-07-20 11:58:12 +03:00
Jani Monoses
789bb96a4f Code for section 4 of the tutorial. 2011-07-20 11:45:00 +03:00
Marek Majkowski
05a8c3da5b Parametrize slowness of the CI machine. 2011-07-08 15:15:02 +01:00
Marek Majkowski
b0a44e3b4e Proper SIGINT handling from ruby rpc_server 2011-07-07 17:01:28 +01:00