队列是队列管理器系统的子系统还是完全独立的系统?
在消息队列上下文中:
您能否解释一下队列是否是队列管理器的子系统?
或者队列和队列管理器是完全两个独立的系统一起工作?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我说:队列管理器是队列的容器。
I say: A queue manager is a container for queues.
队列管理器
队列管理器是一个为应用程序提供消息传递服务的程序。使用消息队列接口 (MQI) 的应用程序可以将消息放入队列并从队列中获取消息。队列管理器确保消息被发送到正确的队列或路由到另一个队列管理器。队列管理器处理向其发出的 MQI 调用以及提交给它的命令(无论来自任何源)。队列管理器为每个调用或命令生成适当的完成代码。
队列管理器是 WebSphere® MQ 消息传递网络中的主要组件。队列管理器托管网络中的其他对象,例如队列和将队列管理器连接在一起的通道。必须运行队列管理器才能执行以下任务:
参考
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:
Reference