Name | Type | Multiplicity | Description |
---|---|---|---|
name |
property string |
[1,1] | Mandatory name of the transport - MUST be unique for each configured message transport. |
redirectToFile |
property string |
[0,1] | All the messages are redirected into a specified file - useful for debugging. |
logToFile |
property string |
[0,1] | In addition to sending message via this transport, writes it to a file. |
blackList |
property string |
[0,-1] | Addresses that are on a "black list". |
whiteList |
property string |
[0,-1] | Addresses that are on a "white list". |
recipientFilterExpression |
property ExpressionType |
[0,1] | An expression that decides whether the recipient address is allowed to pass through or it should be blacklisted. |
recipientAddressExpression |
property ExpressionType |
[0,1] | Optional expression for recipient address returned as a String. |
debug |
property boolean |
[0,1] | Enables debugging specific for a given transport (if supported by it). |
type |
property string |
[0,1] | Fully qualified class name of the transport implementation. |
expression |
property ExpressionType |
[0,1] | Expression that processes incoming message, typically a script that sends the message. |
Flags: RAM,runtime
Multiplicity: [1,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,-1]
Flags: RAM,runtime
Multiplicity: [0,-1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]