kombu.exceptions

Exceptions.

exception kombu.exceptions.NotBoundError

Trying to call channel dependent method on unbound entity.

exception kombu.exceptions.MessageStateError

The message has already been acknowledged.

kombu.exceptions.TimeoutError

alias of timeout

exception kombu.exceptions.LimitExceeded

Limit exceeded.

exception kombu.exceptions.ConnectionLimitExceeded

Maximum number of simultaneous connections exceeded.

exception kombu.exceptions.ChannelLimitExceeded

Maximum number of simultaneous channels exceeded.