You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (Jira)" <ji...@apache.org> on 2023/01/27 07:16:00 UTC

[jira] [Resolved] (CAMEL-18940) camel-vertx-websocket: Support URI path and query params for WS server consumer

     [ https://issues.apache.org/jira/browse/CAMEL-18940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Netherton resolved CAMEL-18940.
-------------------------------------
    Resolution: Fixed

> 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)