IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 系统运维 -> IBM WebSphere MQ -> 正文阅读

[系统运维]IBM WebSphere MQ

目录

WebSphere MQ

System Components

Queue Manager

Queue

Message


WebSphere MQ

System Components

Main components of a WebSphere MQ network and provides a basis for understanding the technical architecture of WebSphere MQ:

Queue managers are connected to each other by server channels, which, like client channels, are network abstractions that isolate the queue managers and, by extension, the applications from the different network protocols that may be in use in the enterprise (e.g., TCP/IP, SNA LU.62). Server channels are typed, the most common being a sender channel and a receiver channel. In contrast to client channels, server channels are unidirectional, so a sender/receiver pair are required by a given queue manager to enable bidirectional communication. Transmission and receipt of messages across channels is managed by an internal component called the Message Channel Agent (MCA), and this communication can be similarly authenticated and secured using the inbuilt SSL support.

MQI: native MQ API

Queue Manager

The queue manager is the base entity that supplies the messaging facilities used by the application. It provides access to MQ queues, which store MQ messages, and is responsible for maintaining the queues and ensuring messages are delivered to the right queue destination with the defined qualities of service. From the JMS perspective, it is that entity with which the JMS client interacts: the JMS provider.

Applications interact with the queue manager using either?JMS, the native?API?(MQI), or one of a number of other APIs. The application may establish either a local or client connection to the queue manager. A local connection requires that the application run on the same physical machine as the queue manager and uses interprocess memory to communicate with the queue manager. A client connection allows the application to run on a machine that is remote from the queue manager and, in contrast, employs a protocol exchange over the network to invoke messaging facilities. The client connection uses a network abstraction called a client channel, which is bidirectional, being designed to pass both?API?calls and results. Communication over a client channel can be optionally authenticated and secured using the inbuilt Secure Socket Layer (SSL) support.?

Queue

The MQ queue is the ultimate destination of the message; messages are sent to, received from, and moved between queues in fulfillment of the communication process. Hence it defines the underlying implementation of the JMS Destination. A queue belongs to a queue manager, which is responsible for maintaining the queue. The queue is a named entity and must be unique within the queue manager that owns it. The queue acts as a storage medium, accumulating messages that are later removed by the queue manager for transmission or by the application for processing. Message storage on the queue is based on FIFO (first in, first out), with messages being added to the end and messages (by default) being removed from the front. The messages may also be stored based on priority, with messages of higher priority being moved (in FIFO order) to the front of the queue. The queue manager additionally supports specific messages being retrieved from the queue based on identifiers. MQ queues have a controllable depth allowing the maximum number of messages that can be stored at any given time to be defined.

MQ queues are rendered as storage in process memory but are associated with a directory structure on the hard disk. If allowable memory storage (which is configurable) is exceeded, the messages (persistent or nonpersistent) temporarily spill over to the hard disk. Persistent messages are additionally logged by the queue manager to file-based logs, which enables message recovery in the event that the queue manager process fails. WebSphere MQ types queues based on their function; examples include local queues that represent an application's inbox or outbox, remote queues that are definitions on one queue manager of queues that exist on another, and transmission queues that serve as storage for outbound messages. Queues can either be statically defined by an administrator or created dynamically by an application, enabling, for instance, on-the-fly creation of a dedicated queue for a given application's replies.

Message

The message body is opaque in that it contains no specific references to the actual physical representation of the data being transported (unlike the?JMS?message).

JMS Message to MQ Message Mapping

  系统运维 最新文章
配置小型公司网络WLAN基本业务(AC通过三层
如何在交付运维过程中建立风险底线意识,提
快速传输大文件,怎么通过网络传大文件给对
从游戏服务端角度分析移动同步(状态同步)
MySQL使用MyCat实现分库分表
如何用DWDM射频光纤技术实现200公里外的站点
国内顺畅下载k8s.gcr.io的镜像
自动化测试appium
ctfshow ssrf
Linux操作系统学习之实用指令(Centos7/8均
上一篇文章      下一篇文章      查看所有文章
加:2022-05-12 16:43:29  更:2022-05-12 16:44:11 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/15 15:52:54-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码