summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ7
1 files changed, 2 insertions, 5 deletions
diff --git a/FAQ b/FAQ
index d8f138c9..8275c820 100644
--- a/FAQ
+++ b/FAQ
@@ -7,11 +7,8 @@ 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
+**Answer**: Earlier versions of RabbitMQ did not implement ``basic.reject``,
+so make sure your version is recent enough to support it.
Q: Message.requeue doesn't work?
--------------------------------------