Hi everyone,
I’m currently using Jasmin 0.10.12 and trying to connect it to a durable queue in RabbitMQ. By default, Jasmin creates non-durable queues, but I need to make the setup more resilient by switching to a durable queue.
Here’s what I’ve tried so far:
Unfortunately, the messages are not getting processed, and I’m not sure why.
Has anyone successfully set up Jasmin with RabbitMQ durable queues? Am I missing something in the configuration? Or is there a better way to achieve this?
Any advice or pointers would be greatly appreciated.
Thanks in advance!