Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.1.0
-
None
-
None
-
None
-
client - rhea
router - 1.1.0-RC3 (same issue is with previous versions)
Description
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:
SERVER (info) Connection from 127.0.0.1 (to 0.0.0.0:5673) failed: amqp:connection:framing-error No valid protocol header found
Reproducer
npm install cli-rhea -g
cli-rhea-sender --broker localhost:5673 --count 1 --conn-ws true --conn-ws-protocols binary amqp