benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

IncomingMessage.reject documentation or API wrong #39

Closed socketpair closed 9 years ago

socketpair commented 9 years ago
reject(*, requeue=True)
   Reject the message.
   Parameters:  redeliver (bool) – if true, the broker will attempt to requeue the message and deliver it to an alternate consumer.

so, requeue or redeliver ?

benjamin-hodgson commented 9 years ago

Good spot. I'll fix it. Thanks!