| Author | 
		  Message | 
  		
  		
		     Topic: Date calculation using IINTERVAL | 
  		
  		
		  alokamit72
  
	  	  Replies: 2 Views: 2829
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Jul 06, 2015 6:09 am   Subject: Date calculation using IINTERVAL | 
  		
  		
		  I am calculating time using INTERVAL like below
 
 DECLARE dateStr1 CHARACTER '2015-07-30';
   DECLARE MSGDATE1 TIMESTAMP; 
 SET MSGDATE1 = CAST(dateStr1 AS TIMESTAMP FORMAT 'yyyy-MM-dd');
  SET Envir ... | 
  		
  		
		     Topic: Regading MQInput node | 
  		
  		
		  alokamit72
  
	  	  Replies: 7 Views: 3733
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 05, 2011 1:09 am   Subject: Regading MQInput node | 
  		
  		
		  Hi,
 
  In MQ Input node i can see Transaction Mode Property and the option is Automatic,Yes , and  no. In which senario we set Automatic, Yes and No.?
 
 
 Regards
 Amit | 
  		
  		
		     Topic: Additonal Instances | 
  		
  		
		  alokamit72
  
	  	  Replies: 1 Views: 1533
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 05, 2011 1:02 am   Subject: Additonal Instances | 
  		
  		
		  Hi,
 
  I have oprned my bar file and clicked on message flow which is there in Bar. i have clicked on Manage i have given a value for the addtional Instance is 5.after that i have build it and saved  ... | 
  		
  		
		     Topic: How to add two same database from one computr node | 
  		
  		
		  alokamit72
  
	  	  Replies: 2 Views: 2139
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 05, 2011 12:52 am   Subject: How to add two same database from one computr node | 
  		
  		
		  Hi ,
 
   I wanted to connect two database from single compute node.can i do this?.As per my understanding in compute node we can define one data source not more than this.
 
 
 
 Regards
 Amit | 
  		
  		
		     Topic: Multitreading in Meaage broker | 
  		
  		
		  alokamit72
  
	  	  Replies: 1 Views: 1576
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 14, 2011 2:50 am   Subject: Multitreading in Meaage broker | 
  		
  		
		  Hi,
 
   What is multithreading in message broker? how can we use it in message broker?? and what setup we need to do so that a queue can process five message at a time.
 
 
 
 
 Regards
 Amit | 
  		
  		
		     Topic: Method getValueAsString() not found from MbElement class | 
  		
  		
		  alokamit72
  
	  	  Replies: 5 Views: 5072
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Fri Jun 10, 2011 1:41 am   Subject: Method getValueAsString() not found from MbElement class | 
  		
  		
		  Hi ,
 
  The issue has been resolved.I have added new version of jar called  jplugin2 .jar in java build path.Earlier I had older version of jplugin2 .jar.
 
  Thank you all for the help.
 
 Regards
  ... | 
  		
  		
		     Topic: Method getValueAsString() not found from MbElement class | 
  		
  		
		  alokamit72
  
	  	  Replies: 5 Views: 5072
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Jun 08, 2011 1:07 am   Subject: Method getValueAsString() not found from MbElement class | 
  		
  		
		  Hi,
 
   When I am writing the code like 
 
 import com.ibm.broker.plugin.MbElement;
 MbElement e = null;
 
  Storing some value in e.
 
 and here if i try to get 
 e.getValueAsString(); its giving ge ... | 
  		
  		
		     Topic: Method getValueAsString() not found from MbElement class | 
  		
  		
		  alokamit72
  
	  	  Replies: 5 Views: 5072
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 07, 2011 3:47 am   Subject: Method getValueAsString() not found from MbElement class | 
  		
  		
		  Hi,
 
   I am facing one issue. In my message flow I am using JCN(Java compute node). In a java class I have impoted MbElement and created an object of this class and trying to retrive all the method  ... |