- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* In a multi-platform configuration, a queue manager runs on each of the platforms (for example, one running on a UNIX system and another on zOS). From the view of an application there is only one Queue manager. That is, queues on either platform can “appear as if it were local”. As a consequence, applications designed to work in a single Queue Manager environment continue to work, unchanged, in a multi-Queue Manager environment. This means that programming investments are preserved and growth can be non-disruptive. Of course, multi-platform deployments introduce complexities that need to be managed by the queue manager. Specifically, the integrity of “unit of work” needs to be preserved across multiple systems on a network. So, too, does security need to be extended for messages that now travel on a network. A “unit of work” is accomplished through a 2-phase commit. This is a well accepted approach for distributed environments that is commonly used by transaction monitors (for example, CICS) and database managers (for example, DB2). Note – WebSphere MQ fully supports distributed transaction (for example, with CICS) as either a resource mgr or transaction manager (that is, it supports XA connections). * Key Takeaways: This chart is self-explanatory. * Key Takeaways: MQ enables you to connect applications and services together with valuable qualities-of-service. Applications can exchange information without tying themselves up – just like email where people communication a-synchronously. * Key Takeaways: This isn’t an exhaustive list of the topics being covered. Why sell MQ is the main question answered in the Part of the presentation * Thank you Page * 可靠性 WebSphere MQ是唯一可保证信息一次性传输的中间件,确保对消息一次仅且一次(once-and-only-once)的传递,做到不丢失、不重传、次序不乱。 WebSphere MQ提供逻辑工作单元支持(logical unit of work),备份和恢复等多种机制,确保信息传输,意思是一旦WebSphere MQ接受一个信息传输的任务,会确保信息被传送到目标平台。 信息的传输是一次且仅一次。 另外,强健的中间件机制保证业务数据一致性,并可在系统发生故障时,及时恢复,业务不会受到影响。 Page * 创建MQ用户标识和组 在安装 WebSphere MQ 之前,创建所需的
文档评论(0)