We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like it's impossible to configure binding to the exchange of type HEADERS.
$channel->queue_bind($queueName, $exchangeName, '', false, new AMQPTable($bindArguments));
The text was updated successfully, but these errors were encountered:
Hi @stepanets, thanks for raising the issue. I will add it to the plan for the next release. Otherwise, you can create a PR, the fix seems quite trivial to make bindExchangeToQueue method tolerate additional binding array keys and pass them to queue_bind: https://github.com/mikemadisonweb/yii2-rabbitmq/blob/master/components/Routing.php#L145
Sorry, something went wrong.
No branches or pull requests
Seems like it's impossible to configure binding to the exchange of type HEADERS.
The text was updated successfully, but these errors were encountered: