Page History
...
SERVICE_LOAD
BIND TYPE(*OUTBOUND)
SET (one or more times)
WRITE
MQ_PUT message
CLOSE
SERVICE_UNLOAD
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
BIND | SERVICE | value | Service name. |
TYPE | *INBOUND | Conditional. Inbound binding. | |
*OUTBOUND | Conditional. Outbound binding. | ||
BINDTRACE | *YES | Optional. Trace the inbound bind result. | |
*NO | Default. | ||
FILTER | Optional. See FILTER. |
Example
BIND SERVICE(ORDER) TYPE(*INBOUND) BINDTRACE(*YES)