Author |
Message
|
djohnsson |
Posted: Wed Feb 01, 2006 3:27 pm Post subject: Message Broker Toolkit / Broker performance |
|
|
Newbie
Joined: 01 Feb 2006 Posts: 8
|
Hi,
I have a message flow that is 6M in size and I am trying to deploy and debug it but my MessageBroker Toolkit is very very slow and does not seem to handle the size very well.
I have a PC that has 1G in RAM.
I have configured the start up arguments as:
mqsistudio.exe -margs -xms512mb -xms800mb
Any suggestions on how to help the Message Broker Toolkit/Broker/Config Mgr perform better.
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Feb 01, 2006 5:52 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
How "slow" is "slow"?
What is the maxmsgln on the configmgr qmgr, channels, broker qmgr, etc? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JT |
Posted: Wed Feb 01, 2006 6:20 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
mqsistudio.exe -margs -xms512mb -xms800mb |
I could be wrong, but the syntax of this command doesn't look quite right. In all of the threads that I've seen regarding this command (to increase the JVM heap), the command looks like this:
Quote: |
mqsistudio.exe -vmargs -Xms512mb -Xmx800mb |
Also note that the case of the arguments may matter, as all of the examples I've seen include the uppercase 'X'. |
|
Back to top |
|
 |
djohnsson |
Posted: Thu Feb 02, 2006 2:11 pm Post subject: |
|
|
Newbie
Joined: 01 Feb 2006 Posts: 8
|
Hi,
I have confirmed the syntax "mqsistudio.exe -margs -xms512mb -xms800mb" and it is right.
Slow means it takes 5 minutes to deploy a flow.
What I have found is that when I add a particular flow to my bar file it registers as 5M where as when I add the same flow to my colleagues bar file the size is .9M. very strange.
Any suggestions on what this could be. I have added the same flow to 3 to a bar file on 3 other colleagues environments and they all get .9M.
What to do? |
|
Back to top |
|
 |
djohnsson |
Posted: Thu Feb 02, 2006 2:14 pm Post subject: |
|
|
Newbie
Joined: 01 Feb 2006 Posts: 8
|
To correct my wording: I have added the same flow to a bar file on 3 other colleagues environments and they all get .9M.
also
I don't have "Include source files" ticked.
I have also tried recreating my bar file and I still get the same result. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 02, 2006 2:23 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Delete the bar file and try again. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
djohnsson |
Posted: Thu Feb 02, 2006 2:35 pm Post subject: |
|
|
Newbie
Joined: 01 Feb 2006 Posts: 8
|
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 02, 2006 3:38 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
So it didn't work?
Or it did work?
What are the contents of the bar file after you build it?
Do you have dependant projects? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
djohnsson |
Posted: Thu Feb 02, 2006 3:42 pm Post subject: |
|
|
Newbie
Joined: 01 Feb 2006 Posts: 8
|
No it didn't work.
The contents of the bar file is just the one message flow which is 5M in size. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 02, 2006 4:15 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I mean, can you post the exact listing of the bar file, when you view it with jar -tvf or winzip or such? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
djohnsson |
Posted: Thu Feb 02, 2006 6:06 pm Post subject: |
|
|
Newbie
Joined: 01 Feb 2006 Posts: 8
|
Yep when I open it in winzip the cmf file is 5,709,813. the other files are broker.xml,manifest.mf, service.log and user.log. The other files are minimal in size.
I reinstalled WBIMB and the file is now .9M like my other colleagues. Wasnt the desired option but I was running out of time and this was a quick fix.
Thanks for your help. It will remain a mystery to me. |
|
Back to top |
|
 |
|