nameko / nameko-amqp-retry

Other
24 stars 4 forks source link

kombu 4.3 doesn't need maybe_declare #28

Closed timbu closed 5 years ago

timbu commented 5 years ago

kombu >= 4.3.0 raises a NotBoundError on the maybe_declare call. kombu versions prior to this needed this extra call for the retries to function reliably.