| Author | 
		  Message | 
  		
  		
		     Topic: In-Place vs Parallel Migration | 
  		
  		
		  PBS12
  
	  	  Replies: 4 Views: 11653
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Tue Jun 02, 2020 6:04 am   Subject: In-Place vs Parallel Migration | 
  		
  		
		  What would be the best Migration Strategy? In-Place vs Parallel?
 
 What would be real challenges if we do In-Place migration from IIB 9 to 10 And MQ 8 to MQ9? | 
  		
  		
		     Topic: Migrate from IIB 9 to IIB 10 vs AppConnect | 
  		
  		
		  PBS12
  
	  	  Replies: 5 Views: 8949
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 10, 2019 12:03 pm   Subject: Migrate from IIB 9 to IIB 10 vs AppConnect | 
  		
  		
		  Do the consuming applications have to re-generate their stubs for SOAP services over IIB9, once we migrate from IIB 9 to 10 or ACE 11?
 
 Does IBM recommend to must re-generate stubs for existing SOAP ... | 
  		
  		
		     Topic: Issue while passing JSON tree containing List. Item is added | 
  		
  		
		  PBS12
  
	  	  Replies: 4 Views: 7429
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 23, 2019 11:12 am   Subject: Issue while passing JSON tree containing List. Item is added | 
  		
  		
		  | Thanks for your inputs. Will try to use for loop in future. | 
  		
  		
		     Topic: Migrate from IIB 9 to IIB 10 vs AppConnect | 
  		
  		
		  PBS12
  
	  	  Replies: 5 Views: 8949
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 21, 2019 7:55 am   Subject: Migrate from IIB 9 to IIB 10 vs AppConnect | 
  		
  		
		  We have IIB 9.0.0.7 running in our environments.
 
 We are planning to migrate from 9 to either 10 or 11.
 
 What would be the better option.
 9 to 10?
 or
 9 to 11 diretcly?
 
 
 I feel its better to ... | 
  		
  		
		     Topic: Issue while passing JSON tree containing List. Item is added | 
  		
  		
		  PBS12
  
	  	  Replies: 4 Views: 7429
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 20, 2019 11:36 am   Subject: Issue while passing JSON tree containing List. Item is added | 
  		
  		
		  Found the way to do it without individual field mapping.
 DECLARE inref REFERENCE TO Environment.Variables.InputData.someArray.Item[1];
  WHILE LASTMOVE(inref)=TRUE DO
     		SET Outpu ... | 
  		
  		
		     Topic: Issue while passing JSON tree containing List. Item is added | 
  		
  		
		  PBS12
  
	  	  Replies: 4 Views: 7429
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Aug 20, 2019 7:34 am   Subject: Issue while passing JSON tree containing List. Item is added | 
  		
  		
		  Hi, 
 
 I am facing one issue while passing over JSON tree containing list. I see at end Item{} is added instead of 
 CREATE LASTCHILD OF Environment.Variable DOMAIN('JSON') TYPE Name NAME 'In ... | 
  		
  		
		     Topic: Process flow stops abnormally after certain time | 
  		
  		
		  PBS12
  
	  	  Replies: 3 Views: 4363
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 13, 2018 12:38 pm   Subject: Re: Process flow stops abnormally after certain time | 
  		
  		
		  Why are you using FileRead not FileInput? It's an odd design choice.
 
 Earlier I was using FileInput Node only, after seeing this issue I switched to File Read node hoping that will help. But there w ... | 
  		
  		
		     Topic: Is there any timeout for File Read Node? | 
  		
  		
		  PBS12
  
	  	  Replies: 1 Views: 2949
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 12, 2018 12:51 pm   Subject: Is there any timeout for File Read Node? | 
  		
  		
		  I have flow which stops processing after certain time. (about 21 minutes)
 
 Not sure if File read has any timeout setting.
 
 
 Appreciate your help. | 
  		
  		
		     Topic: Process flow stops abnormally after certain time | 
  		
  		
		  PBS12
  
	  	  Replies: 3 Views: 4363
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 12, 2018 8:30 am   Subject: Process flow stops abnormally after certain time | 
  		
  		
		  HI,
 
 I have 2 separate  message flows like below-
 
 1. Trigger-- It reads one file and calls another flow(Process) for all records in the file using dynamic aggregation with 4 records at a time asy ... |