| Author | Message | 
		
		  | twegmann | 
			  
				|  Posted: Wed Nov 22, 2006 5:49 am    Post subject: limit on size of XML message in the Broker ?? |   |  | 
		
		  |  Novice
 
 
 Joined: 09 Aug 2001Posts: 23
 Location: New Jersey
 
 | 
			  
				| We've hit a snag on one of our projects. We are bringing an XML message into the Broker, but it is kicking it out, the trace indicating it can't parse a message that size. My consultant tells me that the Broker can't handle an XML message bigger than about 10 or 11 mb in size. Can anyone confirm this ? If this is true, what do people do when faced with an XML message that is bigger (mine is about 22 mb) and need to send it through the Broker ? |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | kimbert | 
			  
				|  Posted: Wed Nov 22, 2006 6:07 am    Post subject: |   |  | 
		
		  |  Jedi Council
 
 
 Joined: 29 Jul 2003Posts: 5543
 Location: Southampton
 
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Maximreality | 
			  
				|  Posted: Wed Nov 22, 2006 6:40 am    Post subject: Re: limit on size of XML message in the Broker ?? |   |  | 
		
		  |  Acolyte
 
 
 Joined: 04 Jun 2004Posts: 65
 Location: Copenhagen
 
 | 
			  
				| I have processed a message greater than 20 Mb without any problems.... |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | twegmann | 
			  
				|  Posted: Wed Nov 22, 2006 9:00 am    Post subject: |   |  | 
		
		  |  Novice
 
 
 Joined: 09 Aug 2001Posts: 23
 Location: New Jersey
 
 | 
			  
				| Thanks Kimbert, I am looking at the article now. 
 Maximreality, are you using the technique outlined in Kimbert's link, or can you parse the entire 20 mb message at once ?
 
 If I bump up the memory being allocated to the Broker, do you think that will enable me to handle larger messages ??
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | jefflowrey | 
			  
				|  Posted: Wed Nov 22, 2006 9:21 am    Post subject: |   |  | 
		
		  | Grand Poobah
 
 
 Joined: 16 Oct 2002Posts: 19981
 
 
 | 
			  
				| 
   
	| twegmann wrote: |  
	| If I bump up the memory being allocated to the Broker, do you think that will enable me to handle larger messages ?? |  
 Yes.
 _________________
 I am *not* the model of the modern major general.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Maximreality | 
			  
				|  Posted: Fri Nov 24, 2006 1:02 am    Post subject: |   |  | 
		
		  |  Acolyte
 
 
 Joined: 04 Jun 2004Posts: 65
 Location: Copenhagen
 
 | 
			  
				| 
   
	| twegmann wrote: |  
	| Maximreality, are you using the technique outlined in Kimbert's link, or can you parse the entire 20 mb message at once ?
 
 |  
 We do it at once...., from what i understand 50 Mb should also be possible without problems.
 
 But ofcourse depends on your setup
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | twegmann | 
			  
				|  Posted: Fri Dec 01, 2006 1:04 pm    Post subject: |   |  | 
		
		  |  Novice
 
 
 Joined: 09 Aug 2001Posts: 23
 Location: New Jersey
 
 | 
			  
				| Our problem turned out to be memory related. We had some AIX userid limits that were over-riding the memory allocated for the broker to use. After we bumped up the limits for these userid's, problem was eliminated. As extra insurance, we also increased the number of memory segments allocated to the DataFlow Engine - we had two segments allocated (512mb) and increased it to four segments (1 Gig). The message now goes through the broker like a hot knife goes through butter! Thanks for everyone's help and advice. |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |