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
when using the client against openmq protocol version 1.0 is preferred over 1.2.
I guess its based on a implementation detail of openmq.
when changing the order of the versions array to
versions
private $versions = [Version::VERSION_1_2, Version::VERSION_1_1, Version::VERSION_1_0];
it properly connects with protocol version 1.2.
so openmq seem to prefers the first version it supports of this list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when using the client against openmq protocol version 1.0 is preferred over 1.2.
I guess its based on a implementation detail of openmq.
when changing the order of the
versions
array toit properly connects with protocol version 1.2.
so openmq seem to prefers the first version it supports of this list
The text was updated successfully, but these errors were encountered: