|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Multithreading in Message Broker |
« View previous topic :: View next topic » |
Author |
Message
|
geethgubi |
Posted: Mon Jun 22, 2009 1:34 pm Post subject: Multithreading in Message Broker |
|
|
Apprentice
Joined: 18 Dec 2008 Posts: 44
|
I have a message flow which is running in multi-threading mode. 5 threads are running. Its been running since 3 months, there are no issues till now. Now we got an issue, not sure whether its a threading issue or not. Among these 5 threads, 1 thread is alloted for processing 46,000 records. Other threads (each one) is alloted with some 5 to 6 records processing at a time. Now only when the thread is processing 46000 records only, we get lot of records unprocessed for long time (message lying in the input queue longer) but when we turn off processing these 46,000 records the other processing is flowing thro' properly. I could not understand what is happening when we turn on 46,000 records. Can someone help me to find out whats happening when we enable processing these records. |
|
Back to top |
|
 |
rajmq |
Posted: Mon Jun 22, 2009 10:03 pm Post subject: |
|
|
 Partisan
Joined: 29 Sep 2002 Posts: 331 Location: USA
|
By any chance did you look up the memory utilization? How do measure the 1 thread is processing 46000 records?
 _________________ IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified System Administrator - WebSphere Business Integration Message Broker V6.0 |
|
Back to top |
|
 |
mymq |
Posted: Tue Jun 23, 2009 6:48 pm Post subject: |
|
|
Centurion
Joined: 01 Mar 2007 Posts: 101 Location: US-Greenwille
|
what is your broker version, OS?
did u get a chance to look at the syslog for any error? _________________ --SRK-- |
|
Back to top |
|
 |
telecoda |
Posted: Wed Jun 24, 2009 12:48 am Post subject: |
|
|
Novice
Joined: 05 Feb 2008 Posts: 15
|
As you are processing a large number of messages in a single flow is there any contention occurring outside of the flow?
For example is the flow processing 46,000 records locking rows in a database that are preventing the other flows from processing?
Are the messages being processed in a single transaction or message by message? |
|
Back to top |
|
 |
geethgubi |
Posted: Wed Jun 24, 2009 12:19 pm Post subject: |
|
|
Apprentice
Joined: 18 Dec 2008 Posts: 44
|
These are processed by message by message. I dont think lock would be acquired as we have DB2_SKIPINSERTED, DB2_EVALUNCOMMITTED
, DB2_SKIPDELETED enabled for Insert, update and delete. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|