Apama 10.3.1 | Apama Documentation | Connecting Apama Applications to External Components | Working with IAF Plug-ins | Using the IAF | The IAF configuration file | Communicating with the correlator over Universal Messaging
 
Communicating with the correlator over Universal Messaging
The correlator must be using the Universal Messaging transport connectivity plug-in (see The Universal Messaging Transport Connectivity Plug-in), and this connectivity plug-in must be configured to be equivalent to the Universal Messaging properties you have configured for the IAF.
You should use a single dynamicChains definition:
dynamicChains:
UMString:
- apama.eventString:
suppressLoopback: true
description: "@{um.rnames}"
remoteAddress: "@{um.rnames}"
- stringCodec
nullTerminated: true
- UMTransport:
channelPattern: ".*"
The configuration of the chain manager should be equivalent to certain properties defined in the IAF:
IAF configuration
Connectivity plug-in configuration
um.channels.prefix=UM_
um.channels.mode=precreate
managerConfig:
channel:
prefix: UM_
includePrefixOnUM: true
missingChannelMode: ignore
um.channels.prefix=UM_
um.channels.mode=autocreate
managerConfig:
channel:
prefix: UM_
includePrefixOnUM: true
missingChannelMode: create
um.channels.prefix=UM_
um.channels.mode=mixed
managerConfig:
channel:
prefix: UM_
includePrefixOnUM: true
missingChannelMode: create
um.channels.mode=precreate
managerConfig:
channel:
prefix: ""
missingChannelMode: ignore

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.