Author |
Message |
Topic: AMI and defunct processes on AIX |
mlr
Replies: 1 Views: 4497
|
Forum: IBM MQ API Support Posted: Thu Aug 07, 2008 5:50 pm Subject: AMI and defunct processes on AIX |
a process becomes defunct when it ends and its parent has not waited for it.
the solution is to call wait() either for each child pid explicitly, or for all pids. see the wait() unix manual entry for ... |
Topic: Existing MQ server not matching with its new replica |
mlr
Replies: 8 Views: 10531
|
Forum: General IBM MQ Support Posted: Thu Aug 07, 2008 4:44 am Subject: Existing MQ server not matching with its new replica |
don't fiddle with undocumented settings you do not understand
you asked a dumb question and you got a sensible answer which is more than you deserved
if you look closely you will see that there ... |
Topic: "RESET CLUSTER" |
mlr
Replies: 6 Views: 6153
|
Forum: General IBM MQ Support Posted: Thu Aug 07, 2008 4:41 am Subject: "RESET CLUSTER" |
if you can't be bothered to read the real info in the manual then how can you expect anybody on the forum to take you seriously
the answer is no, the command has no effect on anything at all |
Topic: How can MQ client read messages from 2 queue managers |
mlr
Replies: 12 Views: 15903
|
Forum: IBM MQ API Support Posted: Thu Jul 31, 2008 12:56 pm Subject: How can MQ client read messages from 2 queue managers |
connect to qmgr 1, read msgs
disconnect
repeat for qmgr 2
how hard was that to figure out? |
Topic: IBM finally admits linear logging sucks |
mlr
Replies: 16 Views: 16765
|
Forum: General Discussion Posted: Thu Jul 31, 2008 12:53 pm Subject: IBM finally admits linear logging sucks |
i think that should be lose...
loose is the opposite of tight
lose is the opposite of find
why is this such a common error in postings?
others are: teh (typo), could of for could have (illit ... |
Topic: Cluster query and clarification on "refresh cluster&quo |
mlr
Replies: 7 Views: 7002
|
Forum: Clustering Posted: Mon Jul 28, 2008 1:04 pm Subject: Cluster query and clarification on "refresh cluster&quo |
the problem was caused by two qmgrs of the same name being present in the cluster at the same time. at some point the DR box must have been connected to the live system.
refresh cluster was the wro ... |
Topic: Round robin to QM - Problem Resolved |
mlr
Replies: 30 Views: 17415
|
Forum: Clustering Posted: Thu Jul 24, 2008 8:26 pm Subject: Round robin to QM - Problem Resolved |
whether a qmgr is a fr or pr has no effect on load balancing
read the cluster manual section about putting msgs from outside a cluster using a gateway qmgr and a qmgr alias with a blank qmname. |
Topic: MQ6 Workload balancing on short time scale |
mlr
Replies: 10 Views: 7792
|
Forum: Clustering Posted: Tue Jul 22, 2008 10:03 pm Subject: MQ6 Workload balancing on short time scale |
do you have admin or maintenance msgs at the same time?
wher do your timings come from. if , as i suspect, they come from the app consuming the msgs rather than from the qmgr putting the msgs, the ti ... |
Topic: Tracking messages |
mlr
Replies: 24 Views: 13419
|
Forum: General IBM MQ Support Posted: Thu Jul 17, 2008 11:00 pm Subject: Tracking messages |
if you want to keep the msgs no matter what, make them persistent. wmq discards non-persistent msgs if there is a problem deliviering them. |
Topic: Runaway Publisher |
mlr
Replies: 10 Views: 5928
|
Forum: General IBM MQ Support Posted: Thu Jul 17, 2008 10:52 pm Subject: Runaway Publisher |
Broker qm.ini parameters:
DLQNonPersistentPublication=yes|no
If the broker fails to send a nonpersistent publication to a subscriber, this attribute indicates whether the broker should put the publ ... |
Topic: CLWLUSEQ(ANY) attribute |
mlr
Replies: 17 Views: 23588
|
Forum: Clustering Posted: Sun Jul 13, 2008 12:58 pm Subject: CLWLUSEQ(ANY) attribute |
no it doesn't, that is just silly |
Topic: User exit not valid. return code was 536895861 |
mlr
Replies: 9 Views: 28267
|
Forum: User Exits Posted: Tue Jul 08, 2008 11:10 am Subject: User exit not valid. return code was 536895861 |
there are no fdcs.
i expect the exit was not compiled properly. |
Topic: round robining is not working in a cluster! |
mlr
Replies: 22 Views: 13388
|
Forum: Clustering Posted: Mon Jun 30, 2008 2:35 pm Subject: round robining is not working in a cluster! |
This is a "bug" with the way MQ clustering works.
IZ23058 |