队列是队列管理器系统的子系统还是完全独立的系统?

发布于 2024-12-28 15:23:57 字数 82 浏览 2 评论 0原文

在消息队列上下文中:

您能否解释一下队列是否是队列管理器的子系统?

或者队列和队列管理器是完全两个独立的系统一起工作?

In the Message Queuing context:

Can you please explain if a Queue is a sub-system of a Queue Manager?

Or A queue and Queue Manager are completely two separate systems working together?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我的痛♀有谁懂 2025-01-04 15:23:57

我说:队列管理器是队列的容器。

I say: A queue manager is a container for queues.

眼趣 2025-01-04 15:23:57

队列管理器

队列管理器是一个为应用程序提供消息传递服务的程序。使用消息队列接口 (MQI) 的应用程序可以将消息放入队列并从队列中获取消息。队列管理器确保消息被发送到正确的队列或路由到另一个队列管理器。队列管理器处理向其发出的 MQI 调用以及提交给它的命令(无论来自任何源)。队列管理器为每个调用或命令生成适当的完成代码。

队列管理器是 WebSphere® MQ 消息传递网络中的主要组件。队列管理器托管网络中的其他对象,例如队列和将队列管理器连接在一起的通道。必须运行队列管理器才能执行以下任务:

  • 启动通道
  • 处理 MQI 调用
  • 创建、删除、更改队列和通道定义
  • 运行命令服务器以处理 MQSC 命令

参考

Queue managers

A queue manager is a program that provides messaging services to applications. Applications that use the Message Queue Interface (MQI) can put messages on queues and get messages from queues. The queue manager ensures that messages are sent to the correct queue or are routed to another queue manager. The queue manager processes both the MQI calls that are issued to it, and the commands that are submitted to it (from whatever source). The queue manager generates the appropriate completion codes for each call or command.

The queue managers are the main components in a WebSphere® MQ messaging network. The queue managers host the other objects in the network, such as the queues and the channels that connect the queue managers together. A queue manager must be running to perform the following tasks:

  • Start channels
  • Process MQI calls
  • Create, delete, alter queues and channel definitions
  • Run a command server to process MQSC commands

Reference

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文