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
2019b3c7c6
Better command line examples for python.
2011-07-20 11:41:37 +01:00
Marek Majkowski
5255babb4d
Cosmetic.
2011-07-06 16:48:13 +01:00
Marek Majkowski
b4c0b9e25f
Pika from github is 0.9.6, instead of 0.9.5. Let's use pip.
2011-07-01 14:31:03 +01:00
Ann Witbrock
401e22e9e6
Server required.
2011-06-09 13:45:36 +01:00
Marek Majkowski
325b81c52e
Remove superfluous whitespace.
2011-05-18 17:31:37 +01:00
Ann Witbrock
4f084556ea
format publish
2011-04-14 15:27:11 +01:00
Ann Witbrock
d8ab36c82a
restored fib function to original version that does not guard against negative numbers
2011-04-14 11:44:56 +01:00
Ann Witbrock
a3e8c85037
changed fib function to be nicer with negative input
2011-04-13 18:18:33 +01:00
Ann Witbrock
9fc4bc9457
easy_install pip, as easy_install pika==0.9.5 fails
2011-04-12 20:08:54 +01:00
Ann Witbrock
c5324b1fa8
FibonacciRpcClient class name
2011-04-07 13:02:25 +01:00
Ann Witbrock
ccb1794ab4
typo
2011-04-01 14:59:37 +01:00
Marek Majkowski
4597ec0161
Python tutorials updated to pika 0.9.5
2011-03-29 14:27:35 +01:00
Marek Majkowski
596faaf044
Python examples updated to recent pika
2011-03-14 17:30:12 +00:00
Marek Majkowski
ce8c6c6dad
Mention pika version in the README
2011-02-14 17:14:14 +00:00
Marek Majkowski
5f6096c7b0
header --> properties
2011-01-18 12:45:34 +00:00
Marek Majkowski
e606ca650b
Merge branch 'master' into bug23571
2010-12-14 15:32:21 +00:00
Marek Majkowski
5aab36468d
Added whitespace
2010-12-14 15:30:53 +00:00
Marek Majkowski
dc869aa17c
Wrong hostname
2010-12-14 15:12:50 +00:00
Marek Majkowski
d87f64c444
use exclusive instead of auto-delete for #6
2010-12-13 15:58:10 +00:00
Marek Majkowski
72daf5cf38
use exclusive instead of auto-delete for #5
2010-12-13 15:52:21 +00:00
Marek Majkowski
49cd80ee60
use exclusive instead of auto-delete for #4
2010-12-13 15:42:37 +00:00
Marek Majkowski
4a7931decb
Merge remote branch 'origin/bug23556'
2010-12-13 15:32:44 +00:00
Marek Majkowski
468d03de1a
use exclusive instead of autodelete
2010-12-13 15:04:15 +00:00
Marek Majkowski
e7a103c838
Always use 'localhost', avoid setting username and password.
2010-12-13 13:34:15 +00:00
Marek Majkowski
1d82921b17
Asserts aren't required.
2010-12-03 12:25:00 +00:00
Emile Joubert
e1f5cb0c26
Merge remote branch 'origin/bug23558'
2010-12-02 17:45:52 +00:00
Marek Majkowski
4eb4b9a2ec
Topic routing examples.
2010-12-02 11:56:49 +00:00
Marek Majkowski
2ff33f9e61
Connection.close is required to make sure the buffers are flushed.
2010-12-01 17:00:45 +00:00
Your Name
34052d0eeb
The queue should be named 'hello' instead of 'test'
2010-11-30 17:35:14 +00:00
Your Name
f58bb9cd0f
Fixed rpc client.
2010-11-30 14:04:31 +00:00
Your Name
f6a8e53251
Json and class in the server is not required
2010-11-30 11:46:36 +00:00
Your Name
ca18270edc
Rpc examples
2010-11-30 11:02:12 +00:00
Marek Majkowski
777be256a7
Code samples for next tutorial.
2010-11-26 14:53:22 +00:00
Marek Majkowski
a945c24099
Don't limit the printed messages.
2010-11-23 14:01:01 +00:00
Marek Majkowski
5fb68cf5a0
Drop the dependencies section.
2010-11-23 12:39:36 +00:00
Marek Majkowski
5f14a36f36
Readme for python code.
2010-11-23 12:31:51 +00:00
Marek Majkowski
53a5b9cc46
Tutorials are now released on the RabbitMQ website http://www.rabbitmq.com/getstarted.html ; Only code snippets should live here.
2010-11-22 13:58:08 +00:00
Marek Majkowski
37e2c493b2
Actually, publishing to a non-existing exchange is fatal.
2010-10-18 17:00:56 +01:00
Marek Majkowski
ffbb4694aa
Recompile.
2010-10-18 13:00:22 +01:00
Marek Majkowski
e19409c92e
Fixes suggested by Tim.
2010-10-18 12:59:59 +01:00
Marek Majkowski
e0ec9b5a6a
Recompile.
2010-10-08 12:14:38 +01:00
Marek Majkowski
6cce9c05e3
Fixed typos and articles.
2010-10-08 12:01:32 +01:00
Marek Majkowski
8bfa40e87f
examples should match the text
2010-10-07 16:47:05 +01:00
Marek Majkowski
7786747193
drop 'full'
2010-10-07 15:06:24 +01:00
Marek Majkowski
b37aa98322
recompiled.
2010-10-07 14:46:53 +01:00
Marek Majkowski
65aa89812d
typo
2010-10-07 14:39:35 +01:00
Marek Majkowski
441138520a
python/3 fixes
2010-10-07 13:57:35 +01:00
Marek Majkowski
aa376895e5
python/2 fixes
2010-10-07 13:45:47 +01:00
Marek Majkowski
2fa5d97827
python/1 fixes
2010-10-07 13:17:38 +01:00