David Kornel created DISPATCH-1027:
--------------------------------------
Summary: Cannot connect to router using WS when amqp protocol is
specified
Key: DISPATCH-1027
URL: https://issues.apache.org/jira/browse/DISPATCH-1027
Project: Qpid Dispatch
Issue Type: Bug
Affects Versions: 1.1.0
Environment: client - rhea
router - 1.1.0-RC3 (same issue is with previous versions)
Reporter: David Kornel
I cannot connect using websocket connection to router when http is enabled in
listener when 'amqp' protocol is specified in websocket connection. I can only
do that when only 'binary' is specified without 'amqp'. Otherwise I cannot
connect to artemis using websocket when amqp is not specified.
Router:
{code:java}
SERVER (info) Connection from 127.0.0.1 (to 0.0.0.0:5673) failed:
amqp:connection:framing-error No valid protocol header found
{code}
Reproducer
{code:java}
npm install cli-rhea -g
cli-rhea-sender --broker localhost:5673 --count 1 --conn-ws true
--conn-ws-protocol binary amqp{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]