stompClient

Version

Syntax

stompClient:
host: <string> # required
'$ref': <string>
connection: {}
port: <number>
ssl: {}
stompClient:
  host: <string> # required
  '$ref': <string>
  connection: {}
  port: <number>
  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..1Configuration 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):
ssl0..1Configures inbound or outbound SSL connections.

Can be used in