alanxz / rabbitmq-c

RabbitMQ C client
MIT License
1.73k stars 661 forks source link

[QUESTION]: amqp_queue_declare() waits infinitely #833

Open Purushoth24051999 opened 1 month ago

Purushoth24051999 commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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