summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorAsk Solem <askh@opera.com>2010-06-23 12:08:39 +0200
committerAsk Solem <askh@opera.com>2010-06-23 12:08:39 +0200
commitda3e75459489e2069b4de487eb578c99bc6a19ed (patch)
treedce66b816370714914a857fb86f1bd096baa00f3 /FAQ
downloadkombu-da3e75459489e2069b4de487eb578c99bc6a19ed.tar.gz
Initial import
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ19
1 files changed, 19 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 00000000..d8f138c9
--- /dev/null
+++ b/FAQ
@@ -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?`