2) 全局工作单元(Global unit of work),它是指参与事务处理的参与者除了MQ之外,还有其他的资源管理者,如关系型数据库等,例如,我们可以将一个队列的get操作和数据库...
基于20个网页-相关网页
如果全局变量是在会话内创建,则其他会话不能使用它,除非已经提交了这个工作单元。
If a global variable is created within a session, then it cannot be used by other sessions until the unit of work has committed.
然而,在创建全局变量的会话的内部,在提交工作单元之前也可以使用新创建的变量。
However, the newly created variable can be used within the session that created it before the unit of work is committed.
应用推荐