-
Notifications
You must be signed in to change notification settings - Fork 422
Amqp interop based version. #154
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
Conversation
I like the approach, I guess we can use it in v6.0. Does enqueue support SSL connections? |
Not yet, I am going to work on it before continue with this PR |
now Enqueue supports secure connections: php-enqueue/enqueue-dev#246 |
Nice, so I wait for your pull request to be complete. |
The code was tested manually in a sandbox app. More or less working. Can I use phpunit built-in mocker in the tests? |
@makasim It's better to use real rabbitmq instance in tests. |
I don't understand. Would you like to have functional tests that interact with a real RabbitMQ broker? |
@makasim It would be awesome. |
I am fine with writing them though I don't think it worth it. Enqueue transports have a lot of functional tests. |
@vyuldashev ready for review. There is one failing test (ssl connection). I am going to fix it tomorrow beside that everything else is ready. |
@vyuldashev All is green and ready for review |
@vyuldashev When will you have time to review? |
@makasim Is it already ready? I see tests are failing. Did you test this version on a Laravel app? |
@vyuldashev yes it is ready, tests failed because of the latest fix. I'll fix them asap. I tested several flows here php-enqueue/enqueue-sandbox#9 |
I'll be able to provide support in case of issues after merging it. I'll keep an eye on issues and comment or you can ping me |
@makasim I merged your PR, thanks. But before releasing I want to make some changes. |
@makasim This version is available as |
@makasim I'm sorry for breaking the tests, I see you fixed now. 👍 |
@vrubiella np |
@vyuldashev is there any ETA for rolling 6.0 release? |
@makasim Next week I will have a look and make a release. |
@vyuldashev are there any news on the release? thanks |
@makasim sorry was very busy. Let’s release it tonight. Did you test 6.0-dev? Does it work as expected with new configuration and amqp-interop? |
works for us. |
Released. |
ref #153
This is far from the final version, the aim of this PR is to show differences in approaches.