Author |
Message |
Topic: MQ Explorer MaxChannels and 64 bit |
mattb
Replies: 1 Views: 2423
|
Forum: General Discussion Posted: Mon Sep 01, 2008 8:18 am Subject: MQ Explorer MaxChannels and 64 bit |
Hi
I have installed MQ 6.0.2.0 on a 64 bit Windows Windows 2003 server. This included migration of an existing queue manager from 5.3.13.
Problem is that I am exceeding max channels (according ... |
Topic: MQ Series v6 on 64 bit Windows ? |
mattb
Replies: 1 Views: 2022
|
Forum: General Discussion Posted: Mon Feb 25, 2008 5:46 am Subject: MQ Series v6 on 64 bit Windows ? |
Hi
Can anyone tell me if IBM is planning to release a 64 bit version of MQ series for Windows?
I would have thought there is demand for it, if IBM are waiting for enough interest ?
Thanks
... |
Topic: Logical GET across queue managers |
mattb
Replies: 1 Views: 2020
|
Forum: Clustering Posted: Wed Jan 30, 2008 10:33 am Subject: Logical GET across queue managers |
Hi All
I have a newbie MQ clustering design question which I hope you can help with. Sorry the example is a bit long.
To a client posting a job, there should appear to be 2 queues: Q.JOBS.A and Q. ... |
Topic: Contention on queue ? |
mattb
Replies: 16 Views: 10271
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 22, 2007 6:07 am Subject: Contention on queue ? |
Thanks to everyone for their comments and advice. Particularly Vitor for pointing out our misuse of MessageId.
Our next version will use priority queues and will not use MessageId when doing MQGET ... |
Topic: Contention on queue ? |
mattb
Replies: 16 Views: 10271
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 18, 2007 7:07 am Subject: Contention on queue ? |
When you say "MSGID" you don't mean MQ Msg Id do you?
Yes... (now you've got me worried)
I agree we should use queue priorities (next version...), but we still want to be able to pre-e ... |
Topic: Contention on queue ? |
mattb
Replies: 16 Views: 10271
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 18, 2007 6:36 am Subject: Contention on queue ? |
Hi Scott
We have a concept of Home job and Away jobs. A server attempts to find Home jobs in preference to Away jobs.
If a Home job arrives while an Away job being processed, we pre-empt the Aw ... |
Topic: Contention on queue ? |
mattb
Replies: 16 Views: 10271
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Oct 18, 2007 4:05 am Subject: Contention on queue ? |
Thanks for your reply Bill. I agree we could keep the connection open for the additional 2 min check rather than opening/closing it each time, however this increases the total number of open input con ... |
Topic: Contention on queue ? |
mattb
Replies: 16 Views: 10271
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 17, 2007 8:51 am Subject: Contention on queue ? |
Platform MQ5.3 CSD 13 on Windows. C/C++ API.
We have ~2000 open input connections to a single queue each doing blocking MQGETs (servers looking for jobs)
At the same time we have 1..20 clients d ... |