| Author | 
		  Message | 
  		
  		
		     Topic: Further development of MQJExplorer | 
  		
  		
		  digulla
  
	  	  Replies: 11 Views: 13830
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Wed May 04, 2005 7:53 am   Subject: Further development of MQJExplorer | 
  		
  		
		  A plugin for Eclipse comes to mind...
 
 Well, that's too bad. I guess I'll have to solve my problem without the source, then.
 
 Which of couse means that nobody else will be able to profit from my b ... | 
  		
  		
		     Topic: Further development of MQJExplorer | 
  		
  		
		  digulla
  
	  	  Replies: 11 Views: 13830
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Tue May 03, 2005 5:36 am   Subject: Further development of MQJExplorer | 
  		
  		
		  Hello,
 
 Does anyone know if Mr. Kolban is still working on MQJExplorer and how to reach him?
 
 If he isn't working on MQJE anymore, is the source available anywhere?
 
 Thanks, | 
  		
  		
		     Topic: What is MQMsg2? | 
  		
  		
		  digulla
  
	  	  Replies: 7 Views: 4891
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Mar 10, 2005 9:28 am   Subject: What is MQMsg2? | 
  		
  		
		  I found a couple of functions named getMsg2() in com.ibm.mq.MQQueue and I was curious what they did. They take a MQMsg2 as parameter and are quite similar to get(), otherwise.
 
 What I was wondering  ... | 
  		
  		
		     Topic: What is MQMsg2? | 
  		
  		
		  digulla
  
	  	  Replies: 7 Views: 4891
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Mar 10, 2005 7:37 am   Subject: What is MQMsg2? | 
  		
  		
		  Hello,
 
 The Java libraries from IBM offers an "MQMsg2" and getMsg2*() methods to get such messages.
 
 Where can I find documentation for this message type and the GET methods?
 
 Thanks, | 
  		
  		
		     Topic: Reading large messages (> 100MB) | 
  		
  		
		  digulla
  
	  	  Replies: 7 Views: 10659
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 07, 2005 9:34 am   Subject: Reading large messages (> 100MB) | 
  		
  		
		  Thanks for the quick reply  
 
 Can you give me an example for GETting and PUTting segmented messages in Java? I browsed the various threads in the forum but couldn't find anything useful (most code  ... | 
  		
  		
		     Topic: Reading large messages (> 100MB) | 
  		
  		
		  digulla
  
	  	  Replies: 7 Views: 10659
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 07, 2005 9:05 am   Subject: Reading large messages (> 100MB) | 
  		
  		
		  Hello,
 
 I have a router application where I get huge messages and I need to process them with Java. Usually, I get a large data message to send to some app or I get a request to query an app for dat ... | 
  		
  		
		     Topic: How to browser/list all queues on a qm? | 
  		
  		
		  digulla
  
	  	  Replies: 5 Views: 3007
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 07, 2005 6:36 am   Subject: How to browser/list all queues on a qm? | 
  		
  		
		  My "business app" is a GUI to monitor MQ queues and browse the contents   | 
  		
  		
		     Topic: MQ First Step API Exerciser. | 
  		
  		
		  digulla
  
	  	  Replies: 1 Views: 2118
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 07, 2005 6:35 am   Subject: MQ First Step API Exerciser. | 
  		
  		
		  | If you want to get only messages with certain message and/or correlation ids, then you must set the flags MQC.MQMO_MATCH_MSG_ID and MQC.MQMO_MATCH_CORREL_ID in MQGetMessageOptions.options. | 
  		
  		
		     Topic: How to browser/list all queues on a qm? | 
  		
  		
		  digulla
  
	  	  Replies: 5 Views: 3007
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 07, 2005 6:12 am   Subject: How to browser/list all queues on a qm? | 
  		
  		
		  Look at support pack ms0b.
 Thanks a lot! | 
  		
  		
		     Topic: How to browser/list all queues on a qm? | 
  		
  		
		  digulla
  
	  	  Replies: 5 Views: 3007
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Mar 07, 2005 4:10 am   Subject: How to browser/list all queues on a qm? | 
  		
  		
		  Hello,
 
 I'm looking for an example code which shows how to get a list of all queues on a queue manager.
 
 Thanks a lot, |