| Author | 
		  Message
		 | 
		
		  | visasimbu | 
		  
		    
			  
				 Posted: Wed Mar 10, 2010 3:36 am    Post subject: message size in WMB | 
				     | 
			   
			 
		   | 
		
		
		    Disciple
 
 Joined: 06 Nov 2009 Posts: 171
  
  | 
		  
		    
			  
				In websphere MQ, upto 100MB of message can be handled by queue. So WMB can handle upto 100 MB of message.. is it ? 
 
 
Whether WMB can handle more 100MB of data ?..
 
What is higher limit of message size that can be handle by WMB ? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Gaya3 | 
		  
		    
			  
				 Posted: Wed Mar 10, 2010 3:51 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi
 
 Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US 
  | 
		  
		    
			  
				if you are getting the Messages from MQ then its 100 MB
 
 
if it is through file - any size..
 
 
what ever it may be think about performance, segmentation etc etc over here. 
 
 
if it is a heavy load of message transformation, you have to design very carefully...   _________________ Regards
 
Gayathri
 
-----------------------------------------------
 
Do Something Before you Die | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | visasimbu | 
		  
		    
			  
				 Posted: Thu Mar 11, 2010 8:14 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Disciple
 
 Joined: 06 Nov 2009 Posts: 171
  
  | 
		  
		    
			  
				Thanks gaya..
 
 
Is it any property to increase the maximum limit of 100MB in MQ ?
 
Or any otherway to process morethan 100MB of message through MQ ? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Thu Mar 11, 2010 9:38 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				
   
	| visasimbu wrote: | 
   
  
	Thanks gaya..
 
 
Is it any property to increase the maximum limit of 100MB in MQ ?
 
Or any otherway to process morethan 100MB of message through MQ ? | 
   
 
 
 
Look up message grouping and message segmentation, although if your message is over 100MB segmentation will be of little help.
 
 
I would like to challenge you and ask you why do you need to process messages over 100MB.  Those should be broken down into their atomic components.   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Vitor | 
		  
		    
			  
				 Posted: Fri Mar 12, 2010 6:21 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA 
  | 
		  
		    
			  
				
   
	| fjb_saper wrote: | 
   
  
	I would like to challenge you and ask you why do you need to process messages over 100MB.  Those should be broken down into their atomic components.   | 
   
 
 
 
 
 
 
That's a lot of data to be one single item. 
 
 
Remember that something like a C or Java app doesn't process a 100Mb+ file as a lump, but a record at a time.
 
 
And if you're trying to process it as a single lump because the inidivdual elements have affinity, that's a bad design in itself. _________________ Honesty is the best policy.
 
Insanity is the best defence. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | visasimbu | 
		  
		    
			  
				 Posted: Wed Mar 17, 2010 2:37 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Disciple
 
 Joined: 06 Nov 2009 Posts: 171
  
  | 
		  
		    
			  
				Thanks fjb_saper and vitor...
 
 
Just i want to know about the limit of WMB message handling...
 
 
I got some idea about it..
 
Thanks for all...    | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |