Details
Description
Hello.
Connected to the broker and successfully negotiated 1.2 as the protocol version with the CONNECT frames. When sending the header browser:true within a SUBSCRIBE frame the broker logs the exception "org.apache.activemq.transport.stomp.ProtocolException: Queue Browser feature only valid for Stomp v1.1 clients!".
Checking file https://svn.apache.org/repos/asf/activemq/trunk/activemq-stomp/src/main/java/org/apache/activemq/transport/stomp/ProtocolConverter.java , line 557, the exception is thrown if the protocol is not 1.1 only, not 1.1 or above. Confirmed on the user list this seems to be a bug: http://activemq.2283324.n4.nabble.com/Message-browsing-with-Stomp-client-1-2-td4670514.html
Regards.