This section provides to add a group receiver and his configuration.
Attributs for this section are :
- name (mandatory) : the name of the group.
- subscribe (mandatory) : a list of generator name separated with a comma. All events from this generators will be send to receivers of this group.
- synchronizeReceiver (optional, default value None) :
- "None" : no synchronization between receivers
- "Sequential" : the event is given for each receiver in a specific order. Order of sequence is the order of <receiver> sections in the configuration file
- "ConditionalSequence" : this option is the same as Sequential, but each receiver can signal if the Dispatcher must continue or stop the sequence of receivers
- ignorePriority (optional, default value false) : the queue of the group will/won't check the priority of the event
- "true" all events will be treated without checking the priority of the event
- "false" events will be treated depending of the priority of the event