Remoting outbound connection.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.remoting.outbound-connection | true |
/subsystem=remoting/remote-outbound-connection=* /subsystem=remoting/local-outbound-connection=* |
Type | STRING |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
uri | STRING | true | true | The connection URI for the outbound connection. |
Raw DMR model |
|
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.remoting.outbound-connection">
<param name="outbound-connection" value="{resource name}"/>
<param name="uri" value="{value}"/>
<feature/>