stompClient

Version

Syntax

stompClient:
host: <string> # required
'$ref': <string>
connection: {}
port: <int>
ssl: {}
stompClient:
  host: <string> # required
  '$ref': <string>
  connection: {}
  port: <int>
  ssl: {}

Attributes

NameRequiredDefaultDescriptionExamples
$reffalse-Reference a component defined under components.-
hosttrue-The host (name or IP) to connect to.-
portfalse61613The port to connect to.-

Child Structure

ElementCardinalityDescription
connection0..1Socket 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.
ssl0..1Configures inbound or outbound SSL connections.

Can be used in