You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "David Kornel (JIRA)" <ji...@apache.org> on 2018/06/08 09:04:00 UTC

[jira] [Created] (DISPATCH-1027) Cannot connect to router using WS when amqp protocol is specified

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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org