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

[QUESTION]: amqp_queue_declare() waits infinitely #833

Open
Purushoth24051999 opened this issue May 14, 2024 · 2 comments
Open

[QUESTION]: amqp_queue_declare() waits infinitely #833

Purushoth24051999 opened this issue May 14, 2024 · 2 comments

Comments

@Purushoth24051999
Copy link

Purushoth24051999 commented May 14, 2024

Queues are purged in RabbitMQ using below purge policy
image

I have a connection where it is connected as producer, using this connection when queue declare function is called it waits infinitely after queues are purged. Control is not returned back to my main function

@alanxz
Copy link
Owner

alanxz commented May 14, 2024

Can you share a minimal example (code) that demonstrates the issue you're seeing?

Please include rabbitmq-c version, RabbitMQ broker version, and the platform you're running on.

@Purushoth24051999
Copy link
Author

Can you share a minimal example (code) that demonstrates the issue you're seeing?

Please include rabbitmq-c version, RabbitMQ broker version, and the platform you're running on.

image

In above snap my control get struck into amqp_queue_declare function and never returns back when queues are purged

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

2 participants