tibrvcmTransport
Type
Declaration
typedef tibrvId tibrvcmTransport
;
Purpose
A certified delivery transport object implements the CM delivery protocol for messages.
Remarks
Each certified delivery transport employs a tibrvTransport for network communications. The tibrvcmTransport adds the accounting mechanisms needed for delivery tracking and certified delivery.
Several tibrvcmTransport objects can employ the tibrvTransport, which also remains available for its own ordinary listeners and for sending ordinary messages.
Programs must explicitly destroy each certified delivery transport object. Destroying a certified delivery transport object invalidates subsequent certified send calls on that object, invalidates any certified listeners using that transport (while preserving the certified delivery agreements of those listeners), and frees the transport’s storage.