| Author | 
		  Message | 
  		
  		
		     Topic: broker not reads messages from input queue | 
  		
  		
		  Mateo
  
	  	  Replies: 3 Views: 3194
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Dec 10, 2003 2:35 am   Subject: broker not reads messages from input queue | 
  		
  		
		  Finally I have redesigned my flows to not have two or more MQInput nodes in one flow and this seems to resolve the problem.
 
 I know now that IBM suggests not to put multiply MQInput nodes in one flo ... | 
  		
  		
		     Topic: What if 2 Trace nodes write to the same file at same time ? | 
  		
  		
		  Mateo
  
	  	  Replies: 2 Views: 2406
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 05, 2003 5:02 am   Subject: What if 2 Trace nodes write to the same file at same time ? | 
  		
  		
		  | I've made a little test where there were three flows each one reading from different queue and all writing to same file on disk. First flow was writing only 1 line of text , second one was writing 100 ... | 
  		
  		
		     Topic: What if 2 Trace nodes write to the same file at same time ? | 
  		
  		
		  Mateo
  
	  	  Replies: 2 Views: 2406
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 04, 2003 3:15 am   Subject: What if 2 Trace nodes write to the same file at same time ? | 
  		
  		
		  Hi all,
 I wonder what happens if two Trace nodes write to the same file at the same time?
 Is there a synchronization mechanism (-> and consequently deadlock possibility)
 or data coming from both ... | 
  		
  		
		     Topic: Oracle, NLS_LANG and MQSI | 
  		
  		
		  Mateo
  
	  	  Replies: 3 Views: 4201
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 17, 2003 10:30 pm   Subject: Oracle, NLS_LANG and MQSI | 
  		
  		
		  Hi,
 We made it working with NLS_LANG=POLISH_POLAND.EE8ISO8859P2
 I do not know how I was only told that there was wrong encoding set in Oracle database.
 
 Mateo | 
  		
  		
		     Topic: Any way to stop/reduce number of MQSI data in syslog | 
  		
  		
		  Mateo
  
	  	  Replies: 2 Views: 3232
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 09, 2003 10:09 pm   Subject: Any way to stop/reduce number of MQSI data in syslog | 
  		
  		
		  Thanks for Your response EddieA
 I had already looked and there were no differences in /etc/syslog.conf.
 I have there 
 
 mail.debug              /var/adm/syslog/mail.log
 *.info;mail.none        /va ... | 
  		
  		
		     Topic: Any way to stop/reduce number of MQSI data in syslog | 
  		
  		
		  Mateo
  
	  	  Replies: 2 Views: 3232
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 09, 2003 1:42 am   Subject: Any way to stop/reduce number of MQSI data in syslog | 
  		
  		
		  Hi all,
 We use Oracle (8i) as external database. It happend that database went down becouse of some reason and MQSI (2.1 & CSD05) started writing lots of messages (3 per 1 sec.) to syslog.log (on ... | 
  		
  		
		     Topic: Calling cniDeleteMessage after CCI_EXCEPTION | 
  		
  		
		  Mateo
  
	  	  Replies: 1 Views: 2900
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 08, 2003 3:14 am   Subject: Calling cniDeleteMessage after CCI_EXCEPTION | 
  		
  		
		  Hi Oron
 In U487642.TXT comming with U487642 patch I've found following:
 Note that the copy of the input message created by the cniCreateMessage function must be deleted by a matching call to the cni ... | 
  		
  		
		     Topic: Corrupted output messages | 
  		
  		
		  Mateo
  
	  	  Replies: 2 Views: 2579
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed May 21, 2003 3:20 am   Subject: Corrupted output messages | 
  		
  		
		  Hi Kirani,
 thanks for response, I have discovered (while looking for details to include in the reply for You) that problem is in my second flow (which reads from OUT2), I made a fix and now I am test ... | 
  		
  		
		     Topic: Corrupted output messages | 
  		
  		
		  Mateo
  
	  	  Replies: 2 Views: 2579
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue May 20, 2003 3:27 am   Subject: Corrupted output messages | 
  		
  		
		  Hi,
 
 I have a flow:
 IN1(MQInput) -> CPluginNode -> ... -> OUT1(MQOutput)-> N1(Compute)->OUT2(MQOutput)
 
 I in some percent (below 1%) of messages I get invalid messages in OUT2 queu ... | 
  		
  		
		     Topic: Suppresing message processing. | 
  		
  		
		  Mateo
  
	  	  Replies: 5 Views: 4746
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Mon May 05, 2003 2:06 am   Subject: Suppresing message processing. | 
  		
  		
		  Thank You for response. 
 I tested MQDisable node writen by Kolban and it works perfectly.  
 
 Mateo | 
  		
  		
		     Topic: Suppresing message processing. | 
  		
  		
		  Mateo
  
	  	  Replies: 5 Views: 4746
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 5:08 am   Subject: preserve order of processing messages | 
  		
  		
		  Let me clarify my problem:
 What I realy need to do is preserve order of processing messages. 
 So lets assume there are three messages in input queue. Lets call them msg1, msg2, msg3. I need them in  ... | 
  		
  		
		     Topic: Suppresing message processing. | 
  		
  		
		  Mateo
  
	  	  Replies: 5 Views: 4746
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Wed Apr 30, 2003 3:34 am   Subject: Suppresing message processing. | 
  		
  		
		  Hi, 
 
 Have You ever thought about implement following scenario: 
 
 Message flow reads message and exception is thrown. The message that caused an error goes to error queue and processing of further ... | 
  		
  		
		     Topic: Destination list and java plugin node | 
  		
  		
		  Mateo
  
	  	  Replies: 6 Views: 5480
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 29, 2003 6:37 am   Subject: Destination list and java plugin node | 
  		
  		
		  'Variables' was wrong. I did not tried Name/Value .
 Generaly I use plugin nodes to read data from db and cache it in memory so I query database only for the first message (than use cache). In this ca ... | 
  		
  		
		     Topic: Destination list and java plugin node | 
  		
  		
		  Mateo
  
	  	  Replies: 6 Views: 5480
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 29, 2003 6:15 am   Subject: Destination list and java plugin node | 
  		
  		
		  Jeff You were right. I've checked also with both OUT1,OUT2 queues and it works well.
 Thanks for Your help.
 
 Mateo | 
  		
  		
		     Topic: Destination list and java plugin node | 
  		
  		
		  Mateo
  
	  	  Replies: 6 Views: 5480
  | 
		   Forum: WebSphere Message Broker (ACE) Support   Posted: Tue Apr 29, 2003 5:45 am   Subject: Destination list and java plugin node | 
  		
  		
		  Actualy java code is simpler , does nothing with OUT2 queue, but it is not a siginficant difference to the problem I have (I think):
 
    public void evaluate(MbMessageAssembly assembly, MbInputT ... |