`
JAVA天地
  • 浏览: 673580 次
  • 性别: Icon_minigender_1
  • 来自: 太原
文章分类
社区版块
存档分类
最新评论

WebSphere MQ 学习笔记

阅读更多
1. WebSphere MQ的对象(objects)
queue managers;
queues;
process definitions;
namelists;
channels;
client connection channels;
listeners;
services;
authentication information objects
2. WebSphere MQ queues:
Local queue object

Remote queue object

Alias queue object

Model queue object

2.1 Queues used by WebSphere MQ
1) Initiation queues, they are used in triggering.
"Trigger Event" happened(eg. the number of messages on a queue reaches a predefined depth)
|
|
"Queue Manager" put the "Trigger Message" on a specified "Initiation Queue"
|
|
"Trigger Monitor" on "Initiation Queue" will retrieve the "Trigger Message", and start the application program that was specified in the trigger message.

2) Transmission queues, they are queues that temporarily store messages that are destined for a remote queue manager.

3) Cluster Transmission queues. Each queue manager within a cluster has a cluster transmission queue called "SYSTEM.CLUSTER.TRANSMIT.QUEUE."

4) Dead-letter queues, A dead-letter (undelivered-message) queue is a queue that stores messages that cannot be routed to their correct destinations. "SYSTEM.DEAD.LETTER.QUEUE"

5) Command queues, The command queue, "SYSTEM.ADMIN.COMMAND.QUEUE", is a local queue to which suitably authorized applications can send MQSC commands for processing.

6) Reply-to queues, the application that receives the message can send back a reply message to the sending application. This message is put on a queue, called a reply-to queue.

7) Event queues, When an instrumentation event occurs, the queue manager puts an event message on an event queue.

3. WebSphere MQ queue managers

4. Process definitions
A process definition object defines an application that starts in response to a trigger event on a WebSphere MQ queue manager.

5. Clusters

6. Namelists
A namelist is a WebSphere MQ object that contains a list of other WebSphere MQ objects.

7. Authentication information objects
The queue manager authentication information object forms part of WebSphere MQ support for Secure Sockets Layer (SSL) security.

8. Channels
Channels are objects that provide a communication path from one queue manager to another.

8.1 Client connection channels

9. Listeners
Listeners are processes that accept network requests from other queue managers, or client applications, and start associated channels.

10. Services
Service objects are a way of defining programs to be executed when a queue manager starts or stops. Programs:
1) Servers, A server is a service object that has the parameter SERVTYPE specified as SERVER.
2) Commands, A command is a service object that has the parameter SERVTYPE specified as COMMAND.

--------------------------------------------------------------------------------
Security

. The Object Authority Manager(OAM) facility
. User-written, or third party, channel exits
. Channel security using Secure Sockets Layer(SSL)
分享到:
评论

相关推荐

    IBM WebSphere MQ 安装包

    【IBM WebSphere MQ安装包详解】 IBM WebSphere MQ,前身为IBM MQSeries,是IBM公司推出的一款企业级的消息中间件产品。它在信息技术领域扮演着至关重要的角色,为跨网络、操作系统和应用程序提供了高效、安全的...

    IBM WebSphere MQ入门教程.pdf

    IBM WebSphere MQ入门教程 IBM WebSphere MQ 是一种基于消息队列的中间件,用于实现不同的应用程序之间的异步通信。下面是对 IBM WebSphere MQ 的入门教程的总结,涵盖了 WebSphere MQ 的原理、体系结构、重要特点...

    IBM WebSphere MQ 技术白皮书.doc

    IBM WebSphere MQ 技术白皮书 IBM WebSphere MQ 技术白皮书是 IBM 公司发布的一份技术白皮书,旨在介绍 IBM WebSphere MQ 产品的技术特性、架构和价值。下面是根据白皮书的内容生成的相关知识点。 概述 在概述...

    非常全面的WebsphereMQ的PDF学习资料

    个人收集整理,非常全面的WebsphereMQ的PDF学习资料。Websphere MQ Programming Guide,Websphere MQ Using C++,WebSphere MQ Using Java,WEBSPHERE MQ6.0 JAVA编程,WebSphere MQ基础教程,IBM WEBSPHERE MQ教程...

    WebSphere MQ自学笔记

    ### WebSphere MQ自学笔记知识点概览 #### 一、MQ6.0安装 **1.1 启动MQ v6.0 安装程序** - **启动安装程序**:通过双击`Setup.exe`文件来启动WebSphere MQ v6.0的安装程序。安装程序界面会展示安装选项和步骤指南...

    MQ,websphere mq

    学习MQ和WebSphere MQ的相关书籍可以帮助我们深入理解以下关键概念: 1. **消息队列模型**:理解消息如何在队列中存储和传递,以及不同类型的队列(如本地队列、远程队列、死信队列等)。 2. **WebSphere MQ架构**...

    WebSphereMQ_V7.5.0.2_for_Windows(4-1)

    WebSphere® MQ (也称MQSeries)以一致的、可靠的和易于管理的方式来连接应用程序,并为跨部门、企业范围的集成提供了可靠的基础。通过为重要的消息和事务提供可靠的、一次且仅一次的传递,Websphere MQ 可以处理...

    Linux 上的 WebSphere MQ 开发快速入门

    Linux 上的 WebSphere MQ 开发快速入门 本文将介绍如何在 Linux 上安装和配置 WebSphere MQ,以及如何使用 Java 应用程序开发 MQ 环境。本文将通过示例应用程序说明如何向队列发送消息和从队列接收消息。 ...

    Websphere MQ入门教程-使用IBM Websphere MQ

    通过阅读提供的“WebSphere MQ入门教程7.doc”,你可以更深入地学习这些概念,并实践如何在实际项目中部署和使用WebSphere MQ。无论你是初学者还是有经验的开发者,这个教程都将为你提供宝贵的指导。

    websphere MQ 8.0 自带jar包

    WebSphere MQ 8.0 自带的 JAR 包是一组关键组件,它们构成了 IBM 的消息中间件解决方案,用于在不同应用程序之间可靠地传递数据。这些 JAR 文件位于 `WebSphere MQ\java\lib` 目录下,是开发、配置和运行与 ...

    IBM Websphere MQ入门教程

    IBM Websphere MQ入门教程 IBM Websphere MQ是IBM公司开发的一款消息队列中间件,旨在提供一个可靠的异步通信机制,实现不同应用程序之间的数据交换和集成。下面是该教程的知识点总结: 中间件的概念和优点 ...

    WebSphere MQ 系统管理指南 6.0

    对于更深入的学习,指南提供了对高级主题的讨论,例如,如何设计高可用性架构、实施负载均衡和容错机制,以及如何集成WebSphere MQ与其他企业应用和服务。这些高级主题有助于读者理解如何将WebSphere MQ应用于复杂的...

    WebSphere MQ介绍教程

    IBM WebSphere MQ是一个先进的消息中间件产品,它提供了一个可靠的消息传输系统,用于应用程序、Web服务和Web 2.0技术。它为不同计算平台和操作系统间的消息通信提供了一个统一的解决方案。WebSphere MQ的v7版本特别...

    Websphere MQ入门教程

    在第三章,我们将学习如何规划和安装Websphere MQ,包括硬件和软件需求,以及安装、验证过程。安装过程中,了解WebSphere MQ文档和管理工具至关重要。 第四章介绍了Websphere MQ的管理系统,包括本地和远程管理,...

    Websphere MQ入门教程7

    【Websphere MQ入门教程7】是一本专为初学者和WebSphere MQ系统管理员及开发者设计的实用指南。全书涵盖了WebSphere MQ...通过阅读此书,读者可以系统地学习并逐步精通WebSphere MQ,从而在实际项目中发挥其强大功能。

    WebSphere_MQ_V6.0.zip

    WebSphere MQ,原名MQSeries,是IBM推出的一款企业级的消息中间件产品,它在IT领域扮演着重要的角色,尤其在分布式系统、企业应用程序集成(EAI)以及业务流程自动化中发挥着关键作用。WebSphere MQ V6.0是这个系列...

    学习使用WebSphere MQ for Java编程

    安装中提供的示例程序(如 IVP)可以帮助开发者了解如何使用 WebSphere MQ for Java 进行基本操作,这些示例通常包括创建队列、发送和接收消息等场景,是学习和调试的宝贵资源。 总结,WebSphere MQ for Java 是 ...

    精通 WebSphere MQ.pdf

    《精通WebSphere MQ》一书深入探讨了IBM WebSphere MQ这一强大的消息中间件技术,旨在为读者提供全面、深入的理解和实践经验。以下是基于该书标题、描述、标签以及部分内容提炼的关键知识点: ### 1. 消息中间件...

Global site tag (gtag.js) - Google Analytics