WebSocket input event adapter is receiver is an internal event adapter that receiver that comes with WSO2 products by default. You can configure it with XML, JSON, and text input mapping types.
...
Start the WebSocket server, before starting the input adapter configurationsevent receiver configurations.
Creating a WebSocket
...
event receiver
For instructions on creating a WebSocket input event adapter event receiver, see Receiving Events.
...
Specify the Adapter Properties, when creating a WebSocket input event adapter using event receiver using the management console as shown below.
...
Adapter Property | Description | Configuration file property | Example |
---|---|---|---|
Web Socket Server URL | URL of the WebSocket server to which you want to connect to | websocket.server.url | ws://localhost:9099 |
Is events duplicated in cluster | In a cluster whether the same event can reach two receiver nodes | events.duplicated.in.cluster | true/false |