summaryrefslogtreecommitdiff
path: root/_sources/faq.txt
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-09-05 13:10:37 +0100
committerAsk Solem <ask@celeryproject.org>2011-09-05 13:10:37 +0100
commit2b09aeff53e405ffb18ba037c17d133b75693000 (patch)
treec30f446c21f8aa2775b65cf74412b444b8684fa3 /_sources/faq.txt
parent94206c1397c2b67f01844311f9631770d1663992 (diff)
downloadkombu-2b09aeff53e405ffb18ba037c17d133b75693000.tar.gz
Github Pages: Rendered documentation
Diffstat (limited to '_sources/faq.txt')
-rw-r--r--_sources/faq.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/_sources/faq.txt b/_sources/faq.txt
new file mode 100644
index 00000000..d8f138c9
--- /dev/null
+++ b/_sources/faq.txt
@@ -0,0 +1,19 @@
+============================
+ Frequently Asked Questions
+============================
+
+Questions
+=========
+
+Q: Message.reject doesn't work?
+--------------------------------------
+**Answer**: RabbitMQ (as of v1.5.5) has not implemented reject yet.
+There was a brief discussion about it on their mailing list, and the reason
+why it's not implemented yet is revealed:
+
+http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2009-January/003183.html
+
+Q: Message.requeue doesn't work?
+--------------------------------------
+
+**Answer**: See _`Message.reject doesn't work?`