1. Proxies and Flow

stompProxy

Version

Proxies incoming STOMP CONNECT requests. Use a <stompClient> to forward these requests so some other machine.

Syntax

stompProxy:
'$ref': <string>
flow:
- <flow>
ip: <string>
name: <string>
port: <number>
ssl: {}
stompProxy:
  '$ref': <string>
  flow:
    - <flow>
  ip: <string>
  name: <string>
  port: <number>
  ssl: {}

Attributes

NameRequiredDefaultDescriptionExamples
$reffalse-Reference a component defined under components.-
ipfalsenot setIf present, binds the port only on the specified IP. Useful for hosts with multiple IP addresses.127.0.0.1
namefalseBy default, a name will be automatically generated from the target host, port, etc.The name as shown in the Admin Console.-
portfalse80The port Membrane listens on for incoming connections.8080

Child Structure

ElementCardinalityDescription
flow0..*
ssl0..1Configures inbound or outbound SSL connections.

Can be used in