Syntax
stompClient:
host: <string> # required
'$ref': <string>
connection: {}
port: <number>
ssl: {}
stompClient:
host: <string> # required
'$ref': <string>
connection: {}
port: <number>
ssl: {}
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| host | true | - | The host (name or IP) to connect to. | - |
| port | false | 61613 | The port to connect to. | - |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| connection | 0..1 | Configuration for low-level socket behavior of Membrane's HTTP client. This includes timeouts and local address binding for outbound connections. Typically used as a child of . XML Example: YAML (experimental): |
| ssl | 0..1 | Configures inbound or outbound SSL connections. |