Skip to content

openmq prefers stomp 1.0 over 1.2 #163

@staabm

Description

@staabm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions