Author |
Message |
Topic: Choice of using Standard Bindings vs Fastpath bindings |
dware
Replies: 11 Views: 18257
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 11, 2022 5:41 am Subject: Choice of using Standard Bindings vs Fastpath bindings |
I can confirm that fastpath is the default for the MQ Appliance.
On the original question, regarding fastpath performance for channels, it definitely can make a difference to overall message throug ... |
Topic: CLuster workload balance |
dware
Replies: 34 Views: 24569
|
Forum: Clustering Posted: Mon Sep 15, 2014 11:01 pm Subject: CLuster workload balance |
We need to set DEFBIND(NOTFIXED) or CLWLUSEQ(ANY) ? what is the difference
DEFBIND controls when a routing choice is made, CLWLUSEQ influences what the choice is.
DEFBIND is the default 'bind' t ... |
Topic: Log files filling up quickly |
dware
Replies: 7 Views: 4739
|
Forum: General Discussion Posted: Thu Sep 11, 2014 11:51 pm Subject: Log files filling up quickly |
That was helpful, thank you. I can see looking through my monitoring logs that during the time frame the log files were filling up, the cluster sender channels were struggling being in "BINDING& ... |
Topic: Not getting publication in a PUB/SUB cluster |
dware
Replies: 11 Views: 5950
|
Forum: General IBM MQ Support Posted: Tue Aug 26, 2014 12:17 am Subject: Not getting publication in a PUB/SUB cluster |
Yes, the proxy subscriptions are automatically created, you shouldn't need to do anything, so perhaps there is one stuck in the system somewhere or a reason for not sending one.
Unlike the clustere ... |
Topic: cluster workload balancing when App binds with alias queue |
dware
Replies: 16 Views: 18233
|
Forum: Clustering Posted: Mon Aug 25, 2014 10:55 pm Subject: cluster workload balancing when App binds with alias queue |
Don't worry - I was doubting myself too. |
Topic: cluster workload balancing when App binds with alias queue |
dware
Replies: 16 Views: 18233
|
Forum: Clustering Posted: Fri Aug 22, 2014 2:12 am Subject: cluster workload balancing when App binds with alias queue |
Strange, what are we doing differently?
That environment variable looks to be a temporary V6 service stream only requirement, the behaviour since V7 has been as described (the alias takes precedenc ... |
Topic: cluster workload balancing when App binds with alias queue |
dware
Replies: 16 Views: 18233
|
Forum: Clustering Posted: Fri Aug 22, 2014 12:36 am Subject: cluster workload balancing when App binds with alias queue |
I'm afraid I disagree with this, although the documentation is not very clear. Have you tried this?
I think the documentation you reference is just being over simplistic and trying to indicate that ... |
Topic: Not getting publication in a PUB/SUB cluster |
dware
Replies: 11 Views: 5950
|
Forum: General IBM MQ Support Posted: Tue Aug 19, 2014 8:58 am Subject: Not getting publication in a PUB/SUB cluster |
So, to be clear, you're now running the following from QM2?
amqspub TOPICA/TEST/A1 QM2
Your output shows that QM2 can see the clustered topic, so the next step is to see if QM2 knows tha ... |
Topic: Not getting publication in a PUB/SUB cluster |
dware
Replies: 11 Views: 5950
|
Forum: General IBM MQ Support Posted: Tue Aug 19, 2014 5:47 am Subject: Not getting publication in a PUB/SUB cluster |
"Also the fact that I can run amqspub on QM2 to publish to TOPICA which is only defined in QM1 with no error indicates at least QM1 and QM2 are talking."
This isn't actually the case, amq ... |
Topic: cluster workload balancing when App binds with alias queue |
dware
Replies: 16 Views: 18233
|
Forum: Clustering Posted: Mon Aug 18, 2014 12:55 am Subject: cluster workload balancing when App binds with alias queue |
If the application uses MQOO_BIND_AS_Q_DEF then it will pick up the bind option from the thing it opens, which in this case is the queue alias not the clustered remote queue. So you need to set NOTFIX ... |
Topic: QMGR takes long time to shut down |
dware
Replies: 6 Views: 5092
|
Forum: General Discussion Posted: Thu Jul 03, 2014 11:30 pm Subject: QMGR takes long time to shut down |
Why isn't it documented? As you can see, it's simply one of those rough around the edges internal features that has leaked out into the public domain over time (e.g. search this forum for "dspmq ... |
Topic: QMGR takes long time to shut down |
dware
Replies: 6 Views: 5092
|
Forum: General Discussion Posted: Thu Jul 03, 2014 5:43 am Subject: QMGR takes long time to shut down |
If you first want to identify the offending apps that aren't disconnecting then "dspmq -c" give you a chance to see all the local processes associated with a queue manager. You'll need to wo ... |
Topic: How to identify the subscribers for topics on MQ 7.5 |
dware
Replies: 2 Views: 4145
|
Forum: General Discussion Posted: Wed Jul 02, 2014 7:41 am Subject: How to identify the subscribers for topics on MQ 7.5 |
Hi,
The ACTCONN value is the MQ connection id of the application that currently has the subscription open. If you're getting back all zeros in ACTCONN it means no application has it open at this po ... |