Author |
Message |
Topic: Unable to Parse Taiwanese Characters |
rajeshavrs
Replies: 2 Views: 2390
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 09, 2013 9:58 am Subject: Unable to Parse Taiwanese Characters |
We have an application which is sending Taiwanese characters in an XML with UTF 8 encoding to the message flow. However, the message flow fails to process the message.
Are there any additional set ... |
Topic: Basic question on clustering |
rajeshavrs
Replies: 3 Views: 2759
|
Forum: Clustering Posted: Fri Jul 30, 2004 3:15 pm Subject: Basic question on clustering |
Just a piece of advice...
Also consider the number of queues that would be shared in the cluster... if it one or two queues only that are to be shared from each queue manager, you are better off us ... |
Topic: Force message to a specific queue manager in cluster |
rajeshavrs
Replies: 9 Views: 9057
|
Forum: Clustering Posted: Fri Jul 30, 2004 2:45 pm Subject: Force message to a specific queue manager in cluster |
I might be being paranoid... but, does the above piece of code always works as intended, irrespective of the cluster bind options?
I mean, whether bind option is "Bind on Open" or "Not Fixed"... wi ... |
Topic: Force message to a specific queue manager in cluster |
rajeshavrs
Replies: 9 Views: 9057
|
Forum: Clustering Posted: Fri Jul 30, 2004 1:52 pm Subject: Force message to a specific queue manager in cluster |
Where can I get the sample COBOL code that actually rips off the "Reply To Queue" from request message and sets it in the "MQOD Object Queue Manager name"?
Thank you. |
Topic: Force message to a specific queue manager in cluster |
rajeshavrs
Replies: 9 Views: 9057
|
Forum: Clustering Posted: Fri Jul 30, 2004 8:21 am Subject: Force message to a specific queue manager in cluster |
That's a great idea, which I would surely implement in my next assignment...
Unfortunately, the setup I mentioned is already in place in Production and we are looking for a fix at a configuration ... |
Topic: How to put a message to a specific Queue Manager in cluster? |
rajeshavrs
Replies: 7 Views: 7218
|
Forum: Clustering Posted: Tue Jul 13, 2004 9:54 pm Subject: How to put a message to a specific Queue Manager in cluster? |
I have three queue managers X, Y, Z, all part of a cluster. X & Y are hosting a queue called Q1 in the cluster. Now if any application connecting to Z puts a message in Q1, based on the default ... |
Topic: REAL Load Balancing utilizing the MQ clusters |
rajeshavrs
Replies: 7 Views: 3520
|
Forum: Clustering Posted: Wed Jun 16, 2004 4:07 pm Subject: REAL Load Balancing utilizing the MQ clusters |
That's a nice trick
But won't this approach increase the network traffic interms of sending too many requests to the Queue Managers? |
Topic: REAL Load Balancing utilizing the MQ clusters |
rajeshavrs
Replies: 7 Views: 3520
|
Forum: Clustering Posted: Wed Jun 16, 2004 9:06 am Subject: REAL Load Balancing utilizing the MQ clusters |
Jeff,
Could you please elaborate? I think I am not getting a clear picture.
|
Topic: REAL Load Balancing utilizing the MQ clusters |
rajeshavrs
Replies: 7 Views: 3520
|
Forum: Clustering Posted: Wed Jun 16, 2004 8:12 am Subject: REAL Load Balancing utilizing the MQ clusters |
You mean channel exit at the Server Connection Level?
How will this work? If I define the exit on a channel on Qmgr1, the Queue Manager has to still take the load from all the 14,000 clients r ... |
Topic: REAL Load Balancing utilizing the MQ clusters |
rajeshavrs
Replies: 7 Views: 3520
|
Forum: Clustering Posted: Tue Jun 15, 2004 3:21 pm Subject: REAL Load Balancing utilizing the MQ clusters |
Hello all,
We have a very straight forward Websphere MQ clustering scenario. Qmgr1 is running on Box1 and Qmgr2 is running on Box2. We have 14,000 MQ clients that connect to these two queue manag ... |