Skip to content
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

openmq prefers stomp 1.0 over 1.2 #163

Open
staabm opened this issue Sep 15, 2021 · 0 comments
Open

openmq prefers stomp 1.0 over 1.2 #163

staabm opened this issue Sep 15, 2021 · 0 comments

Comments

@staabm
Copy link
Member

staabm commented Sep 15, 2021

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant