Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Transactional Client Processing with Adapters | Using Transaction Processing | Beginning a Transaction | Multiple Participants
 
Multiple Participants
Your client application can specify the client identifiers of all adapters that are allowed to participate in the transaction at the time the awBeginTransaction function in invoked. If you do not wish to restrict the adapters that can participate in the transaction, you may specify a NULL list. If the participant list is not NULL, only those adapters appearing in the list should process events in the transaction and all other adapters should ignore the events.