nameko / nameko-amqp-retry

Other
24 stars 4 forks source link

use publish confirms when republishing #20

Closed timbu closed 7 years ago

mattbennett commented 7 years ago

Can we try one more thing? Using nameko.amqp.get_producer to get a producer but redeclaring the exchange using a bare kombu Connection i.e. not using the pool via nameko.amqp.get_connection

timbu commented 7 years ago

@mattbennett - looks like that will work. Should we leave the transport_options kwarg on the bare Connection ?

mattbennett commented 7 years ago

No need, since it only exists to declare the exchange and doesn't do any publishing to confirm.