You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I manually created a durable queue in RabbitMQ.
I redeployed Jasmin with the expectation that it would process messages through the durable queue.
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!
The text was updated successfully, but these errors were encountered:
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:
I manually created a durable queue in RabbitMQ.
I redeployed Jasmin with the expectation that it would process messages through the durable queue.
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!
The text was updated successfully, but these errors were encountered: