-
Notifications
You must be signed in to change notification settings - Fork 466
Added channel_rpc_timeout as possible option #700
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
Added channel_rpc_timeout as possible option #700
Conversation
Depends on this pull request: php-amqplib/php-amqplib#1041 |
php-amqplib/php-amqplib#1041 is merged already. So now I guess a version bump on the php-amqplib side the composer requirement needs to be upgraded. |
It seems tests should be updated with new parameter. |
mihaileu is this anywhere near a solution? Or do I need some insight in the inner workings of this bundle? I'm quite new here. Oh and I guess we're still waiting for php-amqplib 3.4.1 here: |
I see there are missing changes in https://github.com/php-amqplib/RabbitMqBundle/blob/master/DependencyInjection/Configuration.php
It would be nice to add information about this parameter to readme eg. this feature requires https://github.com/php-amqplib/RabbitMqBundle/blob/master/README.md |
@bravoman an update in readme will help to move it forward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion comments added
Anything else needed for this to move forward? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR was closed because it has been stalled for 10 days with no activity. |
Added channel_rpc_timeout as a possible option for configuring the bundle default connection.