=== Switch participant The `org.jpos.transaction.participant.Switch` is a general purpose `GroupSelector` that uses a context entry's value to return a set of groups picked from a standard `Configuration`. .Switch participant Configuration Properties [cols="1,2,2", options="header"] |======================================================================== |Property | Description | Default Value |txnname | Context entry to use as key | `TXNNAME` |unknown | Set of groups to be used on not found | "" |======================================================================== Here is a sample configuration taken from jCard: [source,xml] ------------ ... ... ------------ A previous participant puts in the context under the key `TXNNAME` data taken from the request ISOMsg (i.e. MTI, processing code, function code).