Using dynamic replacement variables
The UMTransport provides the following dynamic replacement variables which can be used with the @{varname} replacement syntax:
Variable | Description |
um.channelName | The name of the Universal Messaging channel. |
um.rnames | The address of the Universal Messaging realm. |
um.channelCapacity | The maximum capacity of the Universal Messaging channel. |
For example, for using all channels as mapping directly to nEventProperties:
UMMessagePropertiesChain:
- apama.eventMap:
suppressLoopback: true
description: "@{um.rnames}"
remoteAddress: "@{um.rnames}"
- UMTransport:
channelPattern: ".*"