Single source name

If you want a map to run each time a file appears in a particular directory, use a wildcard as part of the source name. An example is install_dir\receive\*.any.

In this example, each file in the install_dir\receive directory with an extension of .any starts an instance of the Run All map. Depending on other Launcher settings, instances of the Run All map can be concurrent or sequential.

For some adapters, an implicit wildcard can be used. For example, if you use the IBM® WebSphere® MQ source adapter, the message identifier is an option. In this case, if no message identifier is specified, any message on a particular queue will initiate a map. An example is -QMN MyManager -QN MyQueue.

If you require all message identifiers that end in XYZ to run the map, use a specification that is such as -QMN MyManager -QN MyQueue -MID *.XYZ.

Depending on other Launcher settings, instances of theRun All map can be concurrent or sequential.