| Author | 
		  Message | 
  		
  		
		     Topic: PROPAGATE and Variables | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 10 Views: 8901
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 26, 2006 11:48 pm   Subject: PROPAGATE and Variables | 
  		
  		
		  Thanks....a lot of thanks. I didn't understood the idea. I thought it was much more difficult. 
 
 Again.... thanks. It's works fine now!!!!   | 
  		
  		
		     Topic: PROPAGATE and Variables | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 10 Views: 8901
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 26, 2006 11:28 pm   Subject: PROPAGATE and Variables | 
  		
  		
		  I think you're right, but....which is the sentence? How i can do it?   | 
  		
  		
		     Topic: PROPAGATE and Variables | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 10 Views: 8901
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 26, 2006 4:54 am   Subject: PROPAGATE and Variables | 
  		
  		
		  The level that i have is as follow:
 
 - Message    
 ---- Properties
 -------- MessageSet
 --------     ..
 --------     ..
 -------- Topic
 ---- MQMD
 -------- SourceQueue
 --------     ..
 -------- ... | 
  		
  		
		     Topic: PROPAGATE and Variables | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 10 Views: 8901
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 26, 2006 3:55 am   Subject: PROPAGATE and Variables | 
  		
  		
		  Yes, but the problem continue
 
    | 
  		
  		
		     Topic: PROPAGATE and Variables | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 10 Views: 8901
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 26, 2006 1:50 am   Subject: PROPAGATE and Variables | 
  		
  		
		  I have the next code a little bit cleaned:
 
 DECLARE K INTEGER 1;
 DECLARE L INTEGER;
 		
    DECLARE I INTEGER 1;
    DECLARE J INTEGER CARDINALITY(InputRoot.*[]);
    WHILE I < J DO
        SET  ... | 
  		
  		
		     Topic: PROPAGATE and Variables | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 10 Views: 8901
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 25, 2006 11:59 pm   Subject: PROPAGATE and Variables | 
  		
  		
		  Hi everybody,   
 
 A simple question. I have 2 flows: the first with a PROPAGATE statement and a second which receive the XMLs message sent by the first. How a can to send variables (made by me) to  ... | 
  		
  		
		     Topic: Time Process Start | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 5 Views: 4127
  | 
		   Forum: General IBM MQ Support   Posted: Fri Aug 25, 2006 2:08 am   Subject: Time Process Start | 
  		
  		
		  I have two methods to look the puttime value:
 
 1-into local environment 
   with the debugger (i can follow the process)
 
 2- into Unix environment (server)
 through the next code
 
   -- InputTime ... | 
  		
  		
		     Topic: Time Process Start | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 5 Views: 4127
  | 
		   Forum: General IBM MQ Support   Posted: Thu Aug 24, 2006 10:11 pm   Subject: Time Process Start | 
  		
  		
		  No exactly, GMT + 1 (Madrid, Paris).
 
 Is there any variable which i can take this hour, or i must "build" it?
    | 
  		
  		
		     Topic: Time Process Start | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 5 Views: 4127
  | 
		   Forum: General IBM MQ Support   Posted: Thu Aug 24, 2006 6:14 am   Subject: Time Process Start | 
  		
  		
		  Hello everybody,
    
 i'm trying to catch the time when the process start. I take the "Properties.CreationTime" or the "MQMD.PutTime" value (both have the same value). The problem is the hour value: ... | 
  		
  		
		     Topic: Send values to MQMD: error | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 2 Views: 5180
  | 
		   Forum: IBM MQ API Support   Posted: Wed Jun 14, 2006 5:01 am   Subject: Send values to MQMD: error | 
  		
  		
		  OK. I've found the trouble. Seems to work. Thanks very much!    | 
  		
  		
		     Topic: Send values to MQMD: error | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 2 Views: 5180
  | 
		   Forum: IBM MQ API Support   Posted: Wed Jun 14, 2006 1:23 am   Subject: Send values to MQMD: error | 
  		
  		
		  Hi everybody   ,
 
 I'm newer into the "world of Java MQ" and i have a problem.
 I have the next code:
 
 
 try {
 	long messageLength = xmlByteArray.length;
 
 
 	// Set connection options...
  ... | 
  		
  		
		     Topic: DATE format | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 8 Views: 4777
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 07, 2006 3:07 am   Subject: DATE format | 
  		
  		
		  Thanks friends   . I will try to create a Compute Node....follow by a Trace Node. 
 
 Thanks again. Good luck! | 
  		
  		
		     Topic: DATE format | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 8 Views: 4777
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 07, 2006 2:28 am   Subject: DATE format | 
  		
  		
		  Yes. You're right.    . I knew this post
 
 http://www.mqseries.net/phpBB2/viewtopic.php?t=27726&start=0&postdays=0&postorder=asc&highlight=datetime string
 
 I've catch some lines fr ... | 
  		
  		
		     Topic: DATE format | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 8 Views: 4777
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 07, 2006 1:59 am   Subject: DATE format | 
  		
  		
		  Hi shalabh1976,
 
 I think like you about the seconds    . I think there's no a funtion at the MB V5 wich make that simply. 
 
 Thanks | 
  		
  		
		     Topic: DATE format | 
  		
  		
		  krustyelpayaso
  
	  	  Replies: 8 Views: 4777
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Mar 07, 2006 1:52 am   Subject: DATE format | 
  		
  		
		  Hi elvis_gn,
 
 I'm on MB5...... I'm almost sure than '00' should works, but doesn't it.
 
    |