Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support on durable queues #1249

Open
achyut-geon opened this issue Jan 7, 2025 · 0 comments
Open

Support on durable queues #1249

achyut-geon opened this issue Jan 7, 2025 · 0 comments

Comments

@achyut-geon
Copy link

achyut-geon commented Jan 7, 2025

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant