Author |
Message
|
ChunkyLover54 |
Posted: Wed Oct 17, 2012 9:20 pm Post subject: Message Broker Toolkit Debugger Very Slow |
|
|
Newbie
Joined: 17 Oct 2012 Posts: 2
|
Hi,
I am using 7.0.0.4 of Message Broker Toolkit and am experiencing extremely slow performance when debugging a message flow. By slow, I mean it takes a good 20 seconds for it to respond to simple step over command(F6).
I have tried several things:
1. Recreating my broker
2. Limiting my workspace to a minimum
3. Changing the heap size of the toolkit JVM
My flow is very simple - MQInput node, basic transformation, output to MQOutput node.
Does anyone have any ideas/suggestions on how to make the debugger usable?
Thanks, |
|
Back to top |
|
 |
McueMart |
Posted: Thu Oct 18, 2012 2:17 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
Quote: |
basic transformation |
Would this happen to be a JavaComputeNode? I have never had issues debugging when using ESQL, but I have experienced *very* slow debugging when using largish (100kb+) messages going through java compute nodes. This was at v8.0.0.1 but I expect the issue may still be there in v7. |
|
Back to top |
|
 |
ChunkyLover54 |
Posted: Thu Oct 18, 2012 3:41 am Post subject: |
|
|
Newbie
Joined: 17 Oct 2012 Posts: 2
|
Unfortunately no java compute node is involved... I work with a few others and most of us are experiencing the same problem. |
|
Back to top |
|
 |
McueMart |
Posted: Thu Oct 18, 2012 3:50 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Oct 18, 2012 5:17 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Learn to use better debugging tools. The interactive debugger is the least effective tool you can use. Don't use it.
Try User Trace or putting Trace nodes in your flows. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqsiuser |
Posted: Thu Oct 18, 2012 5:21 am Post subject: |
|
|
 Yatiri
Joined: 15 Apr 2008 Posts: 637 Location: Germany
|
|
Back to top |
|
 |
|