File: FAQ

package info (click to toggle)
python-carrot 0.10.7-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 508 kB
  • ctags: 550
  • sloc: python: 2,675; makefile: 75
file content (19 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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?`