Camel Undertow Websockets

Camel Undertow Websockets

与 Camel 一起使用时如何在 Undertow 中启用 websockets

这些是我试过的方法。

from("undertow:http://localhost:7766").transform(simple("Test"));
from("undertow:ws://localhost:7766").transform(simple("Test"));

当我尝试访问 websockets 时,出现错误 "Unexpected response code 200"

我在 camel 规范中也没有看到任何选项,具体地说,这是一个 Websocket 端点

camel-undertow 不支持 Websockets。目前仅针对 HTTP/HTTPS 协议编写。

欢迎您在 Apache Camel 上登录 JIRA 票以请求 websocket 支持。