Author |
Message
|
mqlover |
Posted: Tue Sep 07, 2010 3:25 am Post subject: Max size to be deployed on to the execution group |
|
|
Disciple
Joined: 25 Jul 2010 Posts: 176
|
Hi,
I just want to know what should be the size of the bar file that can be deployed on to the execution group.
I presume that there should be some limit on the size of the msgflows and msgsets, otherwise there will be a error deploying the bar file.
Can any1 please tell me.
Thanks |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Sep 07, 2010 3:44 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
The first limit is the MAXMSGLEN of the Queues used by the WBI components to do the deploy.
OOTB WMQ defaults to 4Mb. This default may not be enough for large deploys. _________________ 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 |
|
 |
mqjeff |
Posted: Tue Sep 07, 2010 3:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The OOB limit for MQ is not the same as the OOB limit for Broker - particularly if mqsicreatebroker built the queue manager.
Secondly, the deploy process is smart enough to manage very large bar files over relatively small MQ pipes.
And it is not always better to deploy smaller bar files. If you have 100 bar files to deploy, this is going to take longer than the same number of flows and sets split into 10 bar files instead.
But take any non-JCN jar files *OUT* of your BAR files. Put those on shared-classes or in a JavaClassLoader configurable service shared-classes directory. |
|
Back to top |
|
 |
mqlover |
Posted: Wed Sep 08, 2010 12:58 am Post subject: Max size to be deployed on to the execution group |
|
|
Disciple
Joined: 25 Jul 2010 Posts: 176
|
Yeah, but all is related with the size of the message flow and message sets.
This again forms a part of processing. Either I can split the message flows across bar files or I can combine bar files.
So again this is with the processing.
But i need exact number like how many message flows can be deployed on to the execution group.
Thanks |
|
Back to top |
|
 |
nathanw |
Posted: Wed Sep 08, 2010 1:05 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
this is like how long is a piece of string
OOB configuration against custom configuration
all things will be different
here's an idea why not try to deploy a large bar file 2.5 mb on a standard build across a network
the bar file when exploded out on a windows box contained 2000 files across 400 folders
this took several minutes as expected
there are alot of factors to take into account
liek i said
start small and work up and you will find you answer _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
|