| Author | 
		  Message | 
  		
  		
		     Topic: Calling REST API on Cloud from IIB Flow using RestReqNode | 
  		
  		
		  MD
  
	  	  Replies: 2 Views: 4828
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 01, 2018 1:30 am   Subject: Calling REST API on Cloud from IIB Flow using RestReqNode | 
  		
  		
		  its working now.
 The mistake is I'm passing duplicate data and the API not accepting it  
 
 Few links for your info:
 Debug REST-API on Cloud: https://console.bluemix.net/docs/services/AppConnect/t ... | 
  		
  		
		     Topic: Calling REST API on Cloud from IIB Flow using RestReqNode | 
  		
  		
		  MD
  
	  	  Replies: 2 Views: 4828
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu May 31, 2018 3:15 am   Subject: Calling REST API on Cloud from IIB Flow using RestReqNode | 
  		
  		
		  Hello All,
 
 I have implemented REST API flow in IBM App connect which fetches data from sales force. This is working fine.
 
 Now I want to call this REST API from IIB flow which is running in my lo ... | 
  		
  		
		     Topic: User defined properties in java compute node | 
  		
  		
		  MD
  
	  	  Replies: 2 Views: 1876
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Apr 13, 2018 1:56 am   Subject: User defined properties in java compute node | 
  		
  		
		  String udpValue = getUserDefinedAttribute("DEF").toString();
 It didn't worked.
 It worked when I created UDP named DEF in Basic. | 
  		
  		
		     Topic: User defined properties in java compute node | 
  		
  		
		  MD
  
	  	  Replies: 2 Views: 1876
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Apr 13, 2018 12:54 am   Subject: User defined properties in java compute node | 
  		
  		
		  Can we add new property group to create an UDP value instead creating it in Basic ?
 If yes, how to call that UDP in JCN ?
 
 I have created new property group named ABC and inside it I created UDP na ... | 
  		
  		
		     Topic: COLLECTOR NODE | 
  		
  		
		  MD
  
	  	  Replies: 3 Views: 2473
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 07, 2017 8:15 pm   Subject: COLLECTOR NODE | 
  		
  		
		  You're specifying it in ESQL. 
 
 The Collection node uses XPath notation.
 I'm specifying it in Collector node properties only(Properties->Basic->Collection definition)
 
 Thanks   | 
  		
  		
		     Topic: COLLECTOR NODE | 
  		
  		
		  MD
  
	  	  Replies: 3 Views: 2473
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 07, 2017 2:52 am   Subject: COLLECTOR NODE | 
  		
  		
		  Hello All,
 
 How to set correlation path in collector node ?
 
 $LocalEnvironment/LASTMSG has the value true
 
 Tried below 2 scenarios for correlation path but didn't worked. (Correlation pattern I  ... | 
  		
  		
		     Topic: MQ OUTPUT NODE OUT Terminal Continuation flow | 
  		
  		
		  MD
  
	  	  Replies: 3 Views: 4301
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 06, 2017 7:15 pm   Subject: MQ OUTPUT NODE OUT Terminal Continuation flow | 
  		
  		
		  Thanks much Grand  
 
 It worked with Transaction mode setup.
 
 
 BR/MAnoj | 
  		
  		
		     Topic: MQ OUTPUT NODE OUT Terminal Continuation flow | 
  		
  		
		  MD
  
	  	  Replies: 3 Views: 4301
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Nov 06, 2017 2:14 am   Subject: MQ OUTPUT NODE OUT Terminal Continuation flow | 
  		
  		
		  Hello All,
 
 I have a requirement in which one request-reply also included in between the flow.
 My flow contains,
 MQ-INPUT -> Java Compute -> MQ-OUTPUT -> MQ GET -> Remaining transforma ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 05, 2017 8:02 pm   Subject: Handling large message in IIB | 
  		
  		
		  Okay..
 
 Can help me how to do that concatenation when last message found in the queue.
 
 In my POC I just placed MQ Input node, MQ Output node.
 So when I put the 10MB message, 10 messages going to ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 05, 2017 3:45 am   Subject: Handling large message in IIB | 
  		
  		
		  First of all - why not try it with a small sample flow?
 Yes I did it and I got the same as you said(Messages will be processed separately).
 
 So just for confirmation is there any other way we can p ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 05, 2017 1:11 am   Subject: Handling large message in IIB | 
  		
  		
		  So lets take below example..
 
 The actual message(XML) is 10MB size
 I split this message as 1MB each using MQFT and grouping.
 
 When I put this message in queue with MQFT command, each message will ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 04, 2017 11:27 pm   Subject: Handling large message in IIB | 
  		
  		
		  Tick the box on the MQinput node ("All messages available").
 I have done it.
 
 This means that when the group is complete on the input queue, then they will get passed to the flow one at a ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 04, 2017 8:14 pm   Subject: Re: Handling large message in IIB | 
  		
  		
		  The target wants 100Mb of data as a single comma delimited record. Seriously?
 If the Broker can handle 100 MB message at the incoming side and in transformation, it can be send as multiple records at ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 04, 2017 7:53 pm   Subject: Handling large message in IIB | 
  		
  		
		  Hi zpat,
 
 Thanks for the reply.
 
 Even we are thinking to use MQFT and split the message(Grouping) and send.
 
 If we use Grouping, Broker MQ-Input node wait until it receives the last message and  ... | 
  		
  		
		     Topic: Handling large message in IIB | 
  		
  		
		  MD
  
	  	  Replies: 13 Views: 8793
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 04, 2017 3:27 am   Subject: Handling large message in IIB | 
  		
  		
		  Hi All,
 
 I have the requirement like below..
 
 I have to develop a flow in IIB.
 My input message is XML and it can be upto 100 MB.
 I need to transfer this XML message to Flatfile(CSV) and need to ... |