| Author | 
		  Message | 
  		
  		
		     Topic: limitation of local cache | 
  		
  		
		  siva reddy
  
	  	  Replies: 3 Views: 6143
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 31, 2016 2:13 am   Subject: limitation of local cache | 
  		
  		
		  Hi ,
 
 Is there are documented limitation on the size of the cache implemented using shard row in message broker v 7. 
 
 Also , the shared row cannot scale beyond a certain limit (what is precisely  ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 16, 2016 9:19 pm   Subject: Facing issues when processing group mesaages | 
  		
  		
		  Hi Vitor,
 
 We may not take 5 minutes to process 2000 records, i just gave a indicative number though it was on a higher side, there is no processing done except extracting the payload and consolidat ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 16, 2016 11:43 am   Subject: Facing issues when processing group mesaages | 
  		
  		
		  vitor/ smdavies
 
 say i have configured collector node to timeout after 5 mins, expecting that all the 2000 plus records of the group are processed by the mq input node.
 
 Now even in a case where w ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 16, 2016 10:22 am   Subject: Facing issues when processing group mesaages | 
  		
  		
		  Agree with you Vitor,
 
 looping MQget is a very bad practice and can bring down the execution group if not handled properly.
 
 Now coming to the point of using collector node, its always the first o ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 16, 2016 9:38 am   Subject: Facing issues when processing group mesaages | 
  		
  		
		  Thanks for the response vitor.
 
 The queue is only used by the IIB interface , no other application reads the messages from the queue.
 
 Sending application sends all the messages in the group with  ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 16, 2016 7:55 am   Subject: Facing issues when processing group mesaages | 
  		
  		
		  Thanks for the reply,
 As part of the message i am getting 
 1. Group ID
 2. Message Sequence Number (messge position in the group)
 3. Last Message Indicator ( helps to identify the last mesage in th ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 16, 2016 12:54 am   Subject: Facing issues when processing group mesaages | 
  		
  		
		  As i have mentioned earlier, the number of messages sent in a group is not constant and will differ , hence we cannot use the number of messages as an option to loop through the MQget node.
 
 We are  ... | 
  		
  		
		     Topic: Facing issues when processing group mesaages | 
  		
  		
		  siva reddy
  
	  	  Replies: 24 Views: 12064
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Aug 13, 2016 11:15 pm   Subject: Facing issues when processing group mesaages | 
  		
  		
		  Hi All,
 I have a requirement to process group messages based on group id.
 Intially i thought to use collector node followed by mq input node which will trigger the flow once all the group messages a ... | 
  		
  		
		     Topic: Facing issues when accessing CDATA as second child element | 
  		
  		
		  siva reddy
  
	  	  Replies: 6 Views: 4045
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Jul 16, 2016 10:01 pm   Subject: Facing issues when accessing CDATA as second child element | 
  		
  		
		  Thanks for the reply,
 
 i just tried with the suggestion @Master, as you said it is working fine.
 Now i am able to extract the content in CDATA section. feeling good ' '.
 
 But i got one more  ... | 
  		
  		
		     Topic: Facing issues when accessing CDATA as second child element | 
  		
  		
		  siva reddy
  
	  	  Replies: 6 Views: 4045
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Jul 16, 2016 10:06 am   Subject: Facing issues when accessing CDATA as second child element | 
  		
  		
		  Thanks for the reply,I tried in that way also, but dint work out.
 As you suggested if we use XMLNSC.CDATASection it wont allow to deploy the Integration Service.
 When i tried i got the below error:
 ... | 
  		
  		
		     Topic: Facing issues when accessing CDATA as second child element | 
  		
  		
		  siva reddy
  
	  	  Replies: 6 Views: 4045
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Sat Jul 16, 2016 4:34 am   Subject: Facing issues when accessing CDATA as second child element | 
  		
  		
		  Hi All,
 
 I am trying to access the content in CDATA section shown below.
 
 <rootelement>
 <sample>
 <child1>hello world</child1>
 <![CDATA[ I want to access the  CDATA se ... |