Closed
Description
- Laravel version: 9
- Package version: 13.3.X
Describe the bug
In previous version of this package ( < 13.3.X ), the default network protocol used when using AMQPSSLConnection
was ssl
.
Now with the current implementation of the package, it use the default value of AMQPConnectionConfig
which is tcp
.
Steps To Reproduce
Use default connection with 'secure' => true
.
Current behavior
On our configuration, we receive the error Invalid frame type 21
Expected behavior
We should be able to configure the used network protocol.
Pull Request
I created a PR for this case
Metadata
Metadata
Assignees
Labels
No labels