QMF call for declaring queue timeouts before the queue is finished
Issue
When using Python QMF library (python-qpid-qmf
package) we noticed a strange behaviour when declaring large queues.
Using the queue_declare(...)
method to declare a huge queue, it timeouts while the broker is still creating journaled files for the queue on background. The timeout occurred after one minute, regardless we specified timeout in the session.addBroker(...)
method to whatever high value.
Is it possible to avoid the timeout or increase it?
Environment
- MRG Messaging (any version)
python-qpid-qmf
package (any version)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.