Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1890607
  • 博文数量: 389
  • 博客积分: 7877
  • 博客等级: 少将
  • 技术积分: 4521
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-10 14:02
文章分类

全部博文(389)

文章存档

2024年(1)

2022年(1)

2021年(1)

2020年(1)

2019年(1)

2018年(3)

2017年(6)

2016年(4)

2015年(8)

2014年(15)

2013年(31)

2012年(19)

2011年(47)

2010年(33)

2009年(105)

2008年(109)

2007年(4)

分类:

2008-11-12 11:05:11

这里有两个参数
OPEN
NOTFIXED

OPEN用于 消息有group message的情况下,即消息需要放到同一个QMGR里面去,则将queue的DEFBIND定义为OPEN

这种也可以实现负载均衡,不过这个是按照queue来区分的,不是按照消息来实现负载均衡的

DEFBIND(NOTFIXED)  with a round-robin distribution of messages to all available TARGET.Qs in the cluster

DEFBIND(OPEN)  the destination queue is selected at MQOPEN time and will not be changed until MQCLOSE.

The queue attribute DEFBIND determines whether or not rerouting will be performed while a queue is opened:


阅读(3764) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~