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

Bug,Exclusive always true! #329

Open
tms2003 opened this issue Aug 31, 2023 · 0 comments
Open

Bug,Exclusive always true! #329

tms2003 opened this issue Aug 31, 2023 · 0 comments

Comments

@tms2003
Copy link

tms2003 commented Aug 31, 2023

when I try use this code:

channel->DeclareQueue(this->_rmq_queque, false, true, false, false);

The queque's exclusive be true always!
but,I get this declare:

Channel::DeclareQueue(const std::string &queue_name, bool passive,
                                  bool durable, bool exclusive,
                                  bool auto_delete)

so, what ever i set(true or false),the exclusive always true!

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