-
Notifications
You must be signed in to change notification settings - Fork 131
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
creatQueue question #90
Comments
Greetings, I do not know what happened before. constructor: ` void createExchange(const RabbitMQContext &exchangeName, const FeatureName &name) QAmqpQueue *createQueue(Bindable *l, const RabbitMQContext &exchangeName, const FeatureName &name) void bindQueueToExchange(QAmqpQueue queue, const RabbitMQContext &exchangeName, const FeatureName &name) |
The local server 127.0.0.1 already has a queue, but when I use creatQueue, it doesn't detect it and continues to create a new one.
The text was updated successfully, but these errors were encountered: