With my configuration I have the problem that outgoing messages are stuck in the outbox when not routed to the default broker, resulting in them being delivered every 5 seconds and causing duplicate envelope exceptions during the retention period.
Reproduction setup: https://github.com/p493z3r0/wolverine_durability_message_not_ackd docker compose up and observe the logs and the database.
Expected behavior
The messages shall be flushed after the message has been sent to the corresponding broker.,
With my configuration I have the problem that outgoing messages are stuck in the outbox when not routed to the default broker, resulting in them being delivered every 5 seconds and causing duplicate envelope exceptions during the retention period.
Reproduction setup: https://github.com/p493z3r0/wolverine_durability_message_not_ackd docker compose up and observe the logs and the database.
Expected behavior
The messages shall be flushed after the message has been sent to the corresponding broker.,