Author |
Message |
Topic: Clustering with .NET |
barknee
Replies: 14 Views: 8450
|
Forum: Clustering Posted: Thu May 26, 2005 4:45 am Subject: Clustering with .NET |
Thanks for all of your help. I must say that I have read through the clustering docs, the .NET docs and the API doc(some of that) and I think IBM's tech writers suck. I have had to resort to PInvoke ... |
Topic: Clustering with .NET |
barknee
Replies: 14 Views: 8450
|
Forum: Clustering Posted: Wed May 25, 2005 11:39 am Subject: Clustering with .NET |
You rock. I just checked that. I removed the clustered queue from the default QM and it worked like a charm.
thanks for your help again. This has been eating at me for hours. |
Topic: Clustering with .NET |
barknee
Replies: 14 Views: 8450
|
Forum: Clustering Posted: Wed May 25, 2005 11:25 am Subject: Clustering with .NET |
Thanks. Makes sense. Ok, last one, and I know this is a config issue. I spawn multiple threads to hammer the queues, however the first QM always takes the message. IE, the other local queues never ... |
Topic: Clustering with .NET |
barknee
Replies: 14 Views: 8450
|
Forum: Clustering Posted: Wed May 25, 2005 11:12 am Subject: Clustering with .NET |
I am new to MQSeries so I thought that with clustering you do not have to specify the queue manager explicitly?
I think this fixed it. I was using the wrong channel. Is there anywhere in the do ... |
Topic: Clustering with .NET |
barknee
Replies: 14 Views: 8450
|
Forum: Clustering Posted: Wed May 25, 2005 10:53 am Subject: Clustering with .NET |
I am trying to connect to a clustered queue manager and cannot get a connection without naming the queue manager explicitly. Here is the code I am using and any help will be appreciated. Everything ... |