Author |
Message
|
ppraveen33 |
Posted: Thu Jan 23, 2014 2:08 am Post subject: CLUSTER QUEUE |
|
|
Apprentice
Joined: 26 Jun 2013 Posts: 36
|
Hello Team,
I am getting issue with cluster queue(Destination queue) the issue is when i am placing a message whose size is 4.3MB it was working fine.But if it is larger than 4.3 mb it was not accepting.I have increased the cluster reciver & cluster sendr channel to 9 mb & also cluster queue size to 9mb.
Exception is:[BIPv610:2230]BIP2230E: Error detected whilst processing a message in node 'Caught exception and rethrowing'.
The message broker detected an error whilst processing a message in node 'Caught exception and rethrowing'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error. : Caught exception and rethrowing.Please help me on this |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Jan 23, 2014 2:27 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
What is the QUEUE MANAGER maximum message size? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
ppraveen33 |
Posted: Thu Jan 23, 2014 2:33 am Post subject: |
|
|
Apprentice
Joined: 26 Jun 2013 Posts: 36
|
DEFAULT SIZE IS 4MB
MAX SIZE IS 100MB |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Jan 23, 2014 4:02 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
What about the SYSTEM.CLUSTER.TRANSMIT.QUEUE? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
ppraveen33 |
Posted: Thu Jan 23, 2014 4:43 am Post subject: |
|
|
Apprentice
Joined: 26 Jun 2013 Posts: 36
|
SYSTEM.CLUSTER.TRANSMIT.QUEUE IS also set to 9mb |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 23, 2014 4:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
How is the application connected to the queue manager? |
|
Back to top |
|
 |
JaganMohan |
Posted: Fri Mar 07, 2014 8:00 pm Post subject: |
|
|
Newbie
Joined: 04 Mar 2014 Posts: 2
|
[quote]
Hi Readers,
Finally what is conclusion for the above question?
Plz let me know the how to solve dis?[/quote] |
|
Back to top |
|
 |
smdavies99 |
Posted: Sat Mar 08, 2014 12:14 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
If you look at the full exceptionList you will find the exact WMQ Error that you are encountering.
Until you know that, you are like a person trying to find their way out of a maze in the pitch dark. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sat Mar 08, 2014 6:16 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Good point. The message that fails that is bigger than 4.3 could be failing for reasons that have nothing to do with its size. Unless you have an MQ Reason Code that says the message is too big, don't assume that it's size is the issue. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|