| Author | 
		  Message | 
  		
  		
		     Topic: AIX - any special things to consider? | 
  		
  		
		  vasukn
  
	  	  Replies: 0 Views: 2567
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jan 30, 2002 11:00 am   Subject: AIX - any special things to consider? | 
  		
  		
		  Hi,
 
 We will be moving our code (MQSeries java client 5.1.2) from windows to aix for testing. Do I need to take care of any AIX specific parameters for MQ in my java code ?  We tested the code on Wi ... | 
  		
  		
		     Topic: connection pool possible in MQSeries Java ? | 
  		
  		
		  vasukn
  
	  	  Replies: 5 Views: 6278
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Jan 25, 2002 2:29 pm   Subject: connection pool possible in MQSeries Java ? | 
  		
  		
		  Thanks for the reply. Now, the question is
  
 1. How can I you make MQ manage the connections or do the connection pooling without making changes to the code ?
 
 2. I am not writing the jsp pages. T ... | 
  		
  		
		     Topic: connection pool possible in MQSeries Java ? | 
  		
  		
		  vasukn
  
	  	  Replies: 5 Views: 6278
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Jan 24, 2002 12:27 pm   Subject: connection pool possible in MQSeries Java ? | 
  		
  		
		  Hi,
 
 Is it possible to pool the MQ connections or MQQueManagers using MQSeries java ? We are using the MQ Classes in a jsp environment. Right now,for every request a new MQQueueManager object is ins ... | 
  		
  		
		     Topic: Correlation ID | 
  		
  		
		  vasukn
  
	  	  Replies: 7 Views: 7343
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jan 23, 2002 2:09 pm   Subject: Correlation ID | 
  		
  		
		  Thanks for the replies. 
 If MQSeries does not create correlation id then
 how dows the MQC.MQPMO_NEW_CORREL_ID option works with
 putMessageOptions class ? I guess it creates the correlation_id.
 We  ... | 
  		
  		
		     Topic: Correlation ID | 
  		
  		
		  vasukn
  
	  	  Replies: 7 Views: 7343
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jan 23, 2002 8:45 am   Subject: Correlation ID | 
  		
  		
		  Thanks for the reply. If it is generated by the system, how can I read the correlation_id before putting the message ?
 
 Thanks.
  | 
  		
  		
		     Topic: Correlation ID | 
  		
  		
		  vasukn
  
	  	  Replies: 7 Views: 7343
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Jan 22, 2002 4:49 pm   Subject: Correlation ID | 
  		
  		
		  Hi,
 
 I am using MQSeries -java. I have a basic question. Is the correlation_id or message_id is being generated by the MQServer or do we have to program ? (like UIDGeneratio ?) After reading couple  ... | 
  		
  		
		     Topic: Connection Pooling JMS | 
  		
  		
		  vasukn
  
	  	  Replies: 1 Views: 3952
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jan 21, 2002 2:48 pm   Subject: Connection Pooling JMS | 
  		
  		
		  I am also interested to know how this worked for you. could you please send me the code snippets of how you are handling multiple requests in a thread safe way ? 
 
 thanks.
 
 -vasukn (Vasudeva.Kalya ... | 
  		
  		
		     Topic: JSP and MQ - handling multiple requests | 
  		
  		
		  vasukn
  
	  	  Replies: 0 Views: 3347
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jan 21, 2002 2:09 pm   Subject: JSP and MQ - handling multiple requests | 
  		
  		
		  Hi,
 
 We are using jsp and mqseries client for java for our application. We have a single instance of class to manage all the requests from the JSP. My concern is
 
 1. Is this is a good design ? The ... |