Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The Vert.x web router has built-in support for path & query parameters. We could leverage this on the WS server consumer for vertx-websocket and have path params propagated as Camel headers. E.g with a route configured like:
from("vertx-websocket:localhost:8080/chat/
{user}")
.log("${header.user} >>> ${body}");
Attachments
Issue Links
- links to