Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-18940

camel-vertx-websocket: Support URI path and query params for WS server consumer

    XMLWordPrintableJSON

Details

    • 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

          Activity

            People

              jamesnetherton James Netherton
              jamesnetherton James Netherton
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: