Author |
Message |
Topic: Why should qmgrs use unique channel for each cluster? |
bfzhou
Replies: 5 Views: 8985
|
Forum: Clustering Posted: Mon Jun 13, 2022 6:59 am Subject: Why should qmgrs use unique channel for each cluster? |
Thank you Morag for sharing the blog posts. That makes avoid sharing of CLUSRCVR channels on partial repository qmgrs a meaningful practice.
For CLUSSDR channels to the two full repository qmgrs, s ... |
Topic: Why should qmgrs use unique channel for each cluster? |
bfzhou
Replies: 5 Views: 8985
|
Forum: Clustering Posted: Fri Jun 03, 2022 5:21 am Subject: Why should qmgrs use unique channel for each cluster? |
In situations of multiple overlapping clusters, MQ Cluster best practice seems to recommend using unique CLUSSDR-CLUSRCVR pair for each cluster where a qmgr is a member, like TO.FR1.CLST_1, TO.PR3.CLU ... |
Topic: setmqaut for channel question |
bfzhou
Replies: 2 Views: 4671
|
Forum: IBM MQ Security Posted: Tue May 31, 2016 3:54 am Subject: setmqaut for channel question |
v 8.0.0.4 |
Topic: setmqaut for channel question |
bfzhou
Replies: 2 Views: 4671
|
Forum: IBM MQ Security Posted: Fri May 27, 2016 10:03 am Subject: setmqaut for channel question |
Hi,
I'm working on improve channel security by mapping MCAUSER field to a special userid, say 'chluser' and use setmqaut to add and remove right of chluser in accessing objects in the qmgr.
I w ... |
Topic: MQAppliance HA question |
bfzhou
Replies: 16 Views: 8257
|
Forum: General IBM MQ Support Posted: Fri Jan 29, 2016 4:18 am Subject: MQAppliance HA question |
I cannot find any reference in IBM's site regarding a virtual version of the MQ Appliance.
http://www-03.ibm.com/software/products/en/mq-appliance-m2000
Are you participating in some kind of bet ... |
Topic: MQAppliance HA question |
bfzhou
Replies: 16 Views: 8257
|
Forum: General IBM MQ Support Posted: Thu Jan 28, 2016 11:59 am Subject: MQAppliance HA question |
As a curiosity have you tried running sethagrp -s on appliance 2?
Yes, I tried the same on both appliances. now both HA qmgrs run on either of the appliance. So I'm unable to bring each to its pref ... |
Topic: MQAppliance HA question |
bfzhou
Replies: 16 Views: 8257
|
Forum: General IBM MQ Support Posted: Thu Jan 28, 2016 10:48 am Subject: MQAppliance HA question |
I recently got my hand on the new M2000, though only via the virtual appliance only. The HA through mirrored data is impressive!
in a pair of appliances setup for HA, I have one HAed qmgr on each d ... |
Topic: how to overcome Chameleon Namespace delima? |
bfzhou
Replies: 0 Views: 1828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 27, 2006 10:53 am Subject: how to overcome Chameleon Namespace delima? |
In my MRM-XML domain msgset, I have two msg definition files, one without name space, one with namespace. the latter reference the first, structure below:
Invoice
InvoiceNo
CustID
ItemI ... |
Topic: MQ6.0 Cobol library path confusion - need advice please! |
bfzhou
Replies: 7 Views: 5928
|
Forum: IBM MQ API Support Posted: Wed Jun 07, 2006 12:29 pm Subject: MQ6.0 Cobol library path confusion - need advice please! |
oops, I mean the .h files in the /usr/mqm/inc directory, not the logicals. |
Topic: MQ6.0 Cobol library path confusion - need advice please! |
bfzhou
Replies: 7 Views: 5928
|
Forum: IBM MQ API Support Posted: Wed Jun 07, 2006 12:28 pm Subject: MQ6.0 Cobol library path confusion - need advice please! |
problem solved. it's not related to the logicals I mentioned. It was that the links have mode r--r-----, while the developer is not in the mqm group.
we changed that to r--r--r--, now it compiled. |
Topic: MQ6.0 Cobol library path confusion - need advice please! |
bfzhou
Replies: 7 Views: 5928
|
Forum: IBM MQ API Support Posted: Wed Jun 07, 2006 12:05 pm Subject: MQ6.0 Cobol library path confusion - need advice please! |
Thanks for the reasonable advice. I think I'll try that.
the reason I haven't done so was the fact that I was not asked to choose between 32- and 64-bit at installation time. I also noticed the fi ... |
Topic: MQ6.0 Cobol library path confusion - need advice please! |
bfzhou
Replies: 7 Views: 5928
|
Forum: IBM MQ API Support Posted: Wed Jun 07, 2006 11:23 am Subject: MQ6.0 Cobol library path confusion - need advice please! |
Yes, it is there. That's also what MQ support told us. But we're skeptical about that. |
Topic: MQ6.0 Cobol library path confusion - need advice please! |
bfzhou
Replies: 7 Views: 5928
|
Forum: IBM MQ API Support Posted: Wed Jun 07, 2006 10:27 am Subject: MQ6.0 Cobol library path confusion - need advice please! |
Hi,
After installing MQ6.0 in a 64-bit AIX box, our developers couldn't compile cobol programs any more. A check in the system found logicals in /usr/mqm/inc/ all point to the 32-bit libraries, in ... |
Topic: wbimb 5/6 training material? |
bfzhou
Replies: 2 Views: 7561
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 31, 2006 6:14 pm Subject: wbimb 5/6 training material? |
Anyone know of a good training material like the former mq66 which was also used in IBM mqsi training?
The Tutorial under the sticky posting at this group is not bad, but not as systematic. I've be ... |
Topic: how to read "raw" msg and redirect |
bfzhou
Replies: 8 Views: 4550
|
Forum: IBM MQ API Support Posted: Wed Mar 29, 2006 6:06 pm Subject: how to read "raw" msg and redirect |
Jeff is right. Although the round-robin capability in a MQ cluster is generally better choice for load balancing, and to certain degree failover, applications have no control over how it is distribute ... |