[
https://issues.apache.org/jira/browse/CAMEL-18940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Netherton updated CAMEL-18940:
------------------------------------
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}");
was:
The Vert.x web router has built-in support for path 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}");
> camel-vertx-websocket: Support URI path and query params for WS server
> consumer
> -------------------------------------------------------------------------------
>
> Key: CAMEL-18940
> URL: https://issues.apache.org/jira/browse/CAMEL-18940
> Project: Camel
> Issue Type: New Feature
> Components: camel-vertx-websocket
> Reporter: James Netherton
> Assignee: James Netherton
> Priority: Major
> Fix For: 3.21.0, 4.0
>
>
> 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}");
--
This message was sent by Atlassian Jira
(v8.20.10#820010)