Muhammad Fathi
unread,Aug 6, 2023, 5:37:17 AM8/6/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hi Dears,
I am using RabbitMQ shovel between two clusters, and I am seeking answers to the following:
- what is the actual difference between on-confirm and on-publish modes
if the destination queue is durable and the messages there are persisted?
- I want the message removed from the source queue when the destination broker successfully writes it in the destination queue, not waiting for the consumer to ack it in the destination queue, Just once it's written in the destination queue it gets removed from the source queue, So what mode should I use?