Activate Consumer Group

The script to activate a Consumer Group is used to activate deactivated Consumer Groups. The Consumers are initialized and instantiated at Server startup. Only Consumer Groups that are active are instantiated at Server startup. The activation sets the Active Flag to ‘Y’ for a given Consumer.

The Consumer ID and Topic ID have to be passed to the Shell Script which requires activation. Configure the arguments and run the following script in the Event tables in the AAI Config Schema:

./activateconsumergroup.sh <N_CONSUMER_ID> <N_TOPIC_ID>

Table C-2 Argument Description Table for Activate Consumer Group

Argument Description
N_CONSUMER_ID The Unique Identifier of the Consumer.
N_TOPIC_ID The Unique Identifier of the Topic.

For example:

./activateconsumergroup.sh 1612 SWIFT_TF_01