Skip to content

component websocket

assimbly edited this page May 20, 2022 · 3 revisions

The WebSocket component allows communicating with clients using websocket. WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection.

Path

http(s)://hostname

The hostname. The default value is 0.0.0.0. Setting this option on the component will use the component configured value as default.

Path Examples

http(s)://example

Common options

port: The port number. The default value is 9292. Setting this option on the component will use the component configured value as default.

resourceUri: Name of the websocket channel to use.

For all options, see Camel documentation.

Clone this wiki locally