已阅读5页,还剩37页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
IBM数据交换平台解决方案 WebSphere Message Broker V6,Lu Zhengwu L IBM软件部,日程,整合的需求 Message Broker基础 WebSphere Message Broker实现细节 总结,降低应用集成的复杂度 在异种网络和各种平台上提供可靠的数据传输。 根据应用不同的需要,提供动态的消息格式转换。 根据业务需要提供智能的消息路由选择。 提供预定义的消息结构和模型加快开发。 整合各种不同类型应用的需要,不仅仅是整合符合webservices标准的应用。,为什么需要Message Broker,降低应用集成的复杂度,连接数从(n-1)/2 减少到n,从而大大降低了系统的复杂度,降低应用集成的复杂度 在异种网络和各种平台上提供可靠的数据传输。 根据应用不同的需要,提供动态的消息格式转换。 根据业务需要提供智能的消息路由选择。 提供预定义的消息结构和模型加快开发。 整合各种不同类型应用的需要,不仅仅是整合符合webservices标准的应用。,为什么需要Message Broker,降低应用集成的复杂度 在异种网络和各种平台上提供可靠的数据传输。 根据应用不同的需要,提供动态的消息格式转换。 根据业务需要提供智能的消息路由选择。 提供预定义的消息结构和模型加快开发。 整合各种不同类型应用的需要,不仅仅是整合符合webservices标准的应用。,为什么需要Message Broker,如果不是所有应用都遵循Web Services 标准,那么需求将主要着眼于一个提供对现存非服务软件资产提供整合能力的高级ESB,即Message Broker,Book Flight Application,Check Credit Application,Book Hotel Application,Book Car Application,Check Traveler Application,Flight Availability Application,Travel Reservation Process,Hotel Availability Service,ADVANCED Enterprise Service Bus,WebSphere Message Broker,WebSphere Message Broker,Customers face a range of ESB requirements. As a result, any given project might require an Advanced ESB.,JMS,TIBCO Rendezvous,Web Services,Weblogic JMS,WebSphere MQ,TIBCO EMS JMS,HTTP,SonicMQ JMS,Biztalk,MQe,Tuxedo,Real-time IP,FTP,Multicast,MQTT,XML,COBOL Copybook,EDI-X.12,ACORD,EDI-FACT,ebXML,AL3,HIPAA,HL7,SWIFT,FIX,Custom Formats,Word/Excel/PDF,Universal connectivity and data transformation,Plus the following:,WebSphere Adapters,日程,整合的需求 Message Broker基础 WebSphere Message Broker实现细节 总结,A,C,B,Name, Stock, Quantity, Price, Date,Gordon Gekko, Toys R Us, 42, 1.50, 070402,Mr. Gekko#Toys R Us#42#1,05#040702,What is a Message Broker?,WebSphere Message Broker发展历程,MQSeries Integrator V1 February 1999 MQSI V2.0 March 2000 MQSI V2.0.1 September 2000 MQSI V2.0.2 May 2001 WebSphere MQ Integrator V2.1 Dec 2001 WebSphere Business Integration Message Broker V5.0 May 2003 WebSphere Message Broker V6.0 September 2005 WebSphere Message Broker V January 2006 WebSphere Message Broker V July 2006 WebSphere Message Broker V6.0.2,灵活的连接和通信基础设施,支持面向SOA的应用和服务整合。,协调 请求者和服务之间的传输协议,路由 服务之间的信息,转换 请求者和服务之间的消息格式,处理 来自不同业务源的事件信息,通过企业服务总线(ESB)实现SOA的部署,Failure,Transform,Input,Server Application 1,Server Application 2,Transformation Content Based Routing DBMS Integration Fully Transactional Effective, Powerful Tooling Simple Extensible Standards based Non-Invasive,Message Broker性能特点,Infrastructure Management Services,Business Application Services,Process Services,Information Services,Development Services,Interaction Services,Partner Services,Connectivity Services,Business Performance Management Services,Message Broker与SOA,Application and Information Assets,A comprehensive yet modular middleware platform providing the development and operating environments for SOA-based solutions,MessageBroker,日程,整合的需求 Message Broker基础 WebSphere Message Broker实现细节 总结,WebSphere Message Broker The Basics,Flexible, High Function, Production Strength Message Hub Routes, Transforms, Augments Messages Excellent, Well Integrated Database Support Supports Point-To-Point And Event Processing Messaging Styles Supported On A Wide Variety Of Hardware Platforms,Message Flows,Sequence of processing steps to transform/route a message as it passes through a Broker Composed of individual nodes that are “wired” together Are transactional Are reusable Are built in a sophisticated, easy to use GUI,Defining Messages To WBI Message Broker,01 AIRLINE_REQUEST. 10 CUSTOMER. 15 FIRST-NAME PIC X(15). 15 LAST-NAME PIC X(30). 10 ADDRESS. 15 STREET PIC X(30). 15 CITY PIC X(25). 15 STATE PIC X(20). 15 ZIP-CODE PIC X(5). 10 FLIGHT-NO PIC X(6). 10 TRAN-DATE PIC X(10). 10 COST PIC X(7). 10 CC-NO PIC X(15).,Dictionary,Example data representations,struct Address char street40; char city40; char state20; int zip; ,01 ADDRESS. 02 STREET PIC X(40). 02 CITY PIC X(40). 02 STATE PIC X(20). 02 ZIP PIC 9(5).,class Address public String street; public String city; public String state; public int zip; ,Example data representations,struct Address char street40; char city40; char state20; int zip; ,01 ADDRESS. 02 STREET PIC X(40). 02 CITY PIC X(40). 02 STATE PIC X(20). 02 ZIP PIC 9(5).,class Address public String street; public String city; public String state; public int zip; ,The Logical Message Model,All messages within the Broker are represented in the form of a message tree,The Message Brokers Toolkit,The GUI used for all integration development and systems administration tasks Eclipse based Provides Various “perspectives” for different tasks to be performed Lets take a look at it.,The Message Brokers Toolkit,Action,in,failure,out,input terminal,output connectors,output terminal,node,input connector,Message Processing Nodes,Components of ESQL,If () then do / Statements done,While () do / Statements done,Declare variable type,Set variable1 = variable2 Set variable3 = 123 Set variable4 = “Hello World!”,Set variable5 = substring(“HelloWorld” for 2),Return true,Call mySubroutine(),Mappings A Simplified View,Building an output message from an input message,Mapping Node,Publishers And Subscribers,Broker,Deployment: The Details,The various artifacts we have developed must be grouped together for deployment A Broker Archive file is used for this purpose The .bar file is created, populated and then deployed to the desired Broker The Toolkit passes this deployment request to the Config Manager who communicates with the targeted Broker,System Architecture,RDBMS,Filter Node,Input Node,Output Node,Filter Node,Neon Rules,Warehousing Node,Message Flow,Client Appl,Client Appl,Source,Appl,Target,Client Appl,Client Appl,Appl,Messages,Messages,Broker,Execution Group(s),Controller,Filter Node,Input Node,Output Node,Filter Node,Compute Node,Warehousing Node,Runtime Repository,Administrative Agent,Admin Appl,Message Brokers Toolkit,Configuration Manager,Username Server,Message Flows,Message Dictionaries,Management Messages,AIX Sun Solaris HP-UX z/OS iSeries Windows 2000,XP,2003 Linux (Intel) Linux (zSeries),Workspace,External Repository,Broker Platforms,Msg Flow,Scalability,Message Broker is very scalable both horizontally and vertically Message flows can be multi-threaded Each Execution Group can run multiple flows Each Broker can have multiple Execution Groups Multiple Brokers can be deployed,Supported operating systems for MB V6,Windows 2000 Professional (plus Service Pack 4) development and test only Windows 2000 Server (plus Service Pack 4) Windows XP Professional development and test only Windows Server 2003 Standard Edition Windows Server 2003 Enterprise Edition Windows on iSeries Server (using the IBM Integrated xSeries Server card) AIX 5.2 (plus Maintenance Level 3) AIX 5.3 (plus Maintenance Level 1) HP-UX 11i v1 (B.11.11) (plus Dec. 2003 QPK) Solaris 8 (plus SunSolve recommended Patch Cluster level and patch 111308) Solaris 9 (plus SunSolve recommended Patch Cluster level) Linux Intel (IA32) Red Hat Enterprise Linux AS 3.0 (plus Update 2) Linux Intel (IA32) SuSE LINUX Enterprise Server (SLES) 9 Linux zSeries (31-bit) Red Hat Enterprise Linux AS 3.0 (plus Update 2) Linux zSeries (31-bit) SuSE LINUX Enterprise Server (SLES) 9 z/OS 1.5 z/OS 1.6,Supported databases for broker,DB2 UDB 8.2 DB2 Runtime Client 8.2 (Windows development and test only) SQL Server 2000 (SP3a) Sybase Adaptive Server Enterprise (ASE) 12.5 Oracle 9i Release 2 Patch Set 4 () with Oracle Patch 3501955 Oracle 10g,Supported environments for toolkit,Based on the IBM Eclipse SDK v3.01 (formerly known as the WebSphere Studio Workbench) and RAD v Windows Windows 2000 Professional Windows 2000 Server Windows 2000 Advanced Server Windows XP Professional Windows Server 2003 Standard Edition Windows Server 2003 Enterprise Edition Linux Intel (IA32) Red Hat Enterprise Linux Advanced Server V3.0 (Update 2) Red Hat Enterprise Linux Advanced Server V4.0 SUSE LINUX Enterprise Server (SLES) 9 GTK Version 2.2.4 or later Mozilla version 1.4.2 or later,日程,整合的需求 Message Broker基础 WebSphere Message Broker实现细节 总结,总结,Message Broker is a powerful, flexible, extensible, production strength hub The Logical
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 采购基金服务合同
- 九年级道德与法治下册 第二单元 世界舞台上的中国 第四课 与世界共发展 第一框 中国的机遇与挑战教案 新人教版
- 二年级品德与生活下册 大自然中的伙伴教案 辽海版
- 安徽省滁州二中九年级体育 第21次课教案
- 2024年秋七年级英语上册 Unit 1 This is me Grammar教案 (新版)牛津版
- 2024秋八年级物理上册 第1章 机械运动 第3节 运动的快慢教案(新版)新人教版
- 2023六年级英语上册 Unit 11 Shall we go to the theatre说课稿 湘少版
- 厨房管理规章制度
- 租赁交通标志合同范本(2篇)
- 屈原 节选 课件
- 居住建筑节能65%(绿色建筑)设计标准
- 公交有限公司触电事故现场处置预案
- 盆景工-国家职业技能标准
- 合作伙伴生态构建计划
- 蓝蓝的夜蓝蓝的梦三部童声合唱谱
- 农贸市场反恐应急处置预案
- 付款条件与支付方式
- 屠宰行业价值分析
- 数字化赋能绿色智能制造案例分析
- 新生儿常见问题及护理 课件
- 解读三中全会决定《深化国防和军队改革》课件
评论
0/150
提交评论