Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » QAnywhere » 编写 QAnywhere 客户端应用程序 » 发送 QAnywhere 消息

 

实现事务性消息传递

事务性消息传递通过保证组中的所有消息要么全部传送,要么都不传送的方式,来提供对消息进行分组的功能。这通常称为单个事务

实现事务性消息传递时,可创建一个名为 QATransactionalManager 的特殊 QAManagerBase 对象。

有关详细信息,请参见:


为 .NET 客户端实现事务性消息传递
为 C++ 客户端实现事务性消息传递
为 Java 客户端实现事务性消息传递