Syntax
stompClient:
host: <string> # required
'$ref': <string>
connection: {}
port: <int>
ssl: {}
stompClient:
host: <string> # required
'$ref': <string>
connection: {}
port: <int>
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 | Socket level settings for connections to a backend: how long the client waits while connecting and while reading, how long an idle connection is kept in the pool, and which local network interface it binds to. |
| ssl | 0..1 | Configures inbound or outbound SSL connections. |