| Author | Message | 
  		
		  |  Topic: How to use MQAX to connect to different MQ server dynamicly? | 
  		
		  | rajesh_avrs 
 Replies: 5
 Views: 10889
 
 |  Forum: IBM MQ API Support   Posted: Thu Feb 24, 2005 11:06 pm   Subject: How to use MQAX to connect to different MQ server dynamicly? | 
  		
		  | Tony, 
 You can not set the HostName, Channel & Port in your VB Program like you can do in Java or .NET languages.
 
 In the good old C++ and VB the only of achieving what you want is to use MQCH ...
 | 
  		
		  |  Topic: MQClients - Can they lose a message? | 
  		
		  | rajesh_avrs 
 Replies: 5
 Views: 7180
 
 |  Forum: General IBM MQ Support   Posted: Sun Feb 20, 2005 11:19 pm   Subject: MQClients - Can they lose a message? | 
  		
		  | Sorry about that... I have no 'bad' intentions to improve my rating or what so ever... 
 Today I had a chance to look at mqseries.net after a long time and thought i would respond to some postings th ...
 | 
  		
		  |  Topic: Client connection problems | 
  		
		  | rajesh_avrs 
 Replies: 8
 Views: 7456
 
 |  Forum: IBM MQ API Support   Posted: Sun Feb 20, 2005 4:07 pm   Subject: Client connection problems | 
  		
		  | The system where you are running the application, do you have MQSERVER environment variable set?  If yes, remove it and try running your code. | 
  		
		  |  Topic: Regarding dspmq | 
  		
		  | rajesh_avrs 
 Replies: 7
 Views: 11575
 
 |  Forum: IBM MQ API Support   Posted: Sun Feb 20, 2005 4:01 pm   Subject: Regarding dspmq | 
  		
		  | If I understand your problem right, your code is to figure out if the given queue manager is available for connection? (am i correct?) 
 Why can't you issue an MQCONN in a try-catch block?? If the Qu ...
 | 
  		
		  |  Topic: close queue immediately ???? | 
  		
		  | rajesh_avrs 
 Replies: 3
 Views: 4600
 
 |  Forum: IBM MQ API Support   Posted: Sun Feb 20, 2005 3:42 pm   Subject: close queue immediately ???? | 
  		
		  | Which OS are you running your application and which language? 
 I have coded several applications and have never seen this problem before.
 
 1) Check if you are issuing the queue.close() in the corr ...
 | 
  		
		  |  Topic: MQClients - Can they lose a message? | 
  		
		  | rajesh_avrs 
 Replies: 5
 Views: 7180
 
 |  Forum: General IBM MQ Support   Posted: Sun Feb 20, 2005 3:36 pm   Subject: MQClients - Can they lose a message? | 
  		
		  | I have noticed another wierd scenario. 
 When I was working in Win2K environment, I have shutdown the queue manager thru MMC in 'Controlled' mode.  Once the queue manager is down, I had issued an MQP ...
 | 
  		
		  |  Topic: Avoiding 2042 - Object in use | 
  		
		  | rajesh_avrs 
 Replies: 1
 Views: 4522
 
 |  Forum: General IBM MQ Support   Posted: Sun Feb 20, 2005 3:30 pm   Subject: Avoiding 2042 - Object in use | 
  		
		  | The best idea is to issue MQCLOSE after you are done with the Queue so 2042 could be avoided. | 
  		
		  |  Topic: repository redundancy question | 
  		
		  | rajesh_avrs 
 Replies: 2
 Views: 3841
 
 |  Forum: General IBM MQ Support   Posted: Sun Feb 20, 2005 3:28 pm   Subject: repository redundancy question | 
  		
		  | In our production, whenever we encounter a problem with some of the applications on the MQServer (the full repository), we shutdown the whole server and the rest of the cluster seem to be working fine ... | 
  		
		  |  Topic: Clients and Clustering - Just to confirm... | 
  		
		  | rajesh_avrs 
 Replies: 12
 Views: 11035
 
 |  Forum: Clustering   Posted: Fri Jan 28, 2005 4:04 pm   Subject: Clients and Clustering - Just to confirm... | 
  		
		  | Mrlinux, that is not true.  I just tried with this QM1, QM2 & QM* setup, but the MQCONN failed with 2058. | 
  		
		  |  Topic: Force message to a specific queue manager in cluster | 
  		
		  | rajesh_avrs 
 Replies: 9
 Views: 9420
 
 |  Forum: Clustering   Posted: Thu Jul 29, 2004 11:01 pm   Subject: Force message to a specific queue manager in cluster | 
  		
		  | Hi, 
 I have two 2000 servers hosting Queue managers QM1 and QM2.  I have an OS/390 box hosting another queue manager, QM3.  All the three queue managers are part of a cluster.
 
 QM1 and QM2 are hos ...
 | 
  		
		  |  Topic: How to put a message to a specific Queue Manager in cluster? | 
  		
		  | rajesh_avrs 
 Replies: 7
 Views: 7559
 
 |  Forum: Clustering   Posted: Tue Jul 13, 2004 10:54 pm   Subject: How to put a message to a specific Queue Manager in cluster? | 
  		
		  | I have read the manual @ http://as400bks.rochester.ibm.com/iseries/v5r1/ic2924/books/csqzah01.pdf.... 
 In pages 48 thru 50 the document has explained how to force the message to a specific queue man ...
 | 
  		
		  |  Topic: How to put a message to a specific Queue Manager in cluster? | 
  		
		  | rajesh_avrs 
 Replies: 7
 Views: 7559
 
 |  Forum: Clustering   Posted: Tue Jul 13, 2004 10:34 pm   Subject: How to put a message to a specific Queue Manager in cluster? | 
  		
		  | So, how does the MQOPEN look like?  Let's say I leave my application untouched.  So it uses the default open open which is MQOO_BIND_AS_Q_DEF which is "Bind on Open".  But "bind" to which queue manage ... | 
  		
		  |  Topic: Convert JMS BytesMessage object to com.ibm.mq.MQMessage Obje | 
  		
		  | rajesh_avrs 
 Replies: 2
 Views: 5271
 
 |  Forum: IBM MQ Java / JMS   Posted: Sun May 04, 2003 9:03 pm   Subject: Convert JMS BytesMessage object to com.ibm.mq.MQMessage Obje | 
  		
		  | This section gives the mapping of JMS header to the MQMD header.  However, the event data is present in the 'Data' section of an MQMessage, but not in MQMD. 
 When I do a get(MQMessage, GMO), MQMessa ...
 | 
  		
		  |  Topic: Convert JMS BytesMessage object to com.ibm.mq.MQMessage Obje | 
  		
		  | rajesh_avrs 
 Replies: 2
 Views: 5271
 
 |  Forum: IBM MQ Java / JMS   Posted: Sun May 04, 2003 2:46 am   Subject: Convert JMS BytesMessage object to com.ibm.mq.MQMessage Obje | 
  		
		  | Hello all, 
 I have written a plain MQJMS program using which I am reading a message from the MQSeries Queue.  My requirement is to convert this JMS BytesMessage object to a com.ibm.mq.MQMessage obje ...
 | 
  		
		  |  Topic: PCF Commands in Java | 
  		
		  | rajesh_avrs 
 Replies: 9
 Views: 17667
 
 |  Forum: IBM MQ Performance Monitoring   Posted: Thu May 01, 2003 2:58 am   Subject: PCF Commands in Java | 
  		
		  | Unfortunately, this book does not give the files to be used when the programming language is Java.  |