maansthoernvik / rabbitmq_client

Client for a RabbitMQ server.
MIT License
9 stars 5 forks source link

Activating confirm mode after publish #1 de-syncs the expected delivery tag #20

Open maansthoernvik opened 2 years ago

maansthoernvik commented 2 years ago

Seems pika puts the channel in confirm mode before the client explicitly activates it and so RMQ counts each published message. If confirm mode is then turned on later, the expected delivery tag vs. what is actually returned won't match.