Justin Bertram created ARTEMIS-5249:
---------------------------------------
Summary: Broker chokes on pong WebSocket frames
Key: ARTEMIS-5249
URL: https://issues.apache.org/jira/browse/ARTEMIS-5249
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Justin Bertram
Assignee: Justin Bertram
When a client using the WebSocket protocol sends a pong frame the broker can't
handle it. It logs this exception:
{noformat}
java.lang.UnsupportedOperationException:
io.netty.handler.codec.http.websocketx.PongWebSocketFrame frame types not
supported
at
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandler.handleWebSocketFrame(WebSocketServerHandler.java:119)
at
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandler.channelRead0(WebSocketServerHandler.java:70)
at
org.apache.activemq.artemis.core.server.protocol.websocket.WebSocketServerHandler.channelRead0(WebSocketServerHandler.java:66)
...{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact