| Author | 
		  Message | 
  		
  		
		     Topic: Open a queue for two diferents process | 
  		
  		
		  cameron
  
	  	  Replies: 7 Views: 4091
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Apr 14, 2005 2:27 am   Subject: MQSeries Java / JMS | 
  		
  		
		  | Why not use publish/subscribe? | 
  		
  		
		     Topic: Monitoring Queue Activity Remotely | 
  		
  		
		  cameron
  
	  	  Replies: 12 Views: 15931
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Tue Apr 12, 2005 8:34 am   Subject: Monitoring Queue Activity Remotely | 
  		
  		
		  | Do you mean you want to know of an 'off the shelf' app to do this for you?  There are many, just search the web, BMC patrol is but to mention one of lots. | 
  		
  		
		     Topic: Java Header structures. | 
  		
  		
		  cameron
  
	  	  Replies: 4 Views: 3451
  | 
		   Forum: IBM MQ API Support   Posted: Fri Feb 18, 2005 12:09 pm   Subject: Java Header structures. | 
  		
  		
		  The data is in cwf format, guess I need to use the MQMessage class   | 
  		
  		
		     Topic: PCF programming | 
  		
  		
		  cameron
  
	  	  Replies: 2 Views: 3165
  | 
		   Forum: IBM MQ API Support   Posted: Fri Feb 18, 2005 8:23 am   Subject: PCF programming | 
  		
  		
		  I wrote some PCF stuff lately, didn't completely understand it, however there is a good link here to example code (if you a writing this in Java)
 
 http://www.xephon.com/cgi-bin/xephon3/licence/getco ... | 
  		
  		
		     Topic: Java Header structures. | 
  		
  		
		  cameron
  
	  	  Replies: 4 Views: 3451
  | 
		   Forum: IBM MQ API Support   Posted: Fri Feb 18, 2005 8:13 am   Subject: Java Header structures. | 
  		
  		
		  | C++, Cobol etc have structures that allow a message to be parsed and headers obtained easlily.  Does java have objects that are do this?  Is there any way to easily parse a message or is the only way  ... | 
  		
  		
		     Topic: Another libmqjbnd05.so problem | 
  		
  		
		  cameron
  
	  	  Replies: 22 Views: 21070
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Feb 18, 2005 12:43 am   Subject: Another libmqjbnd05.so problem | 
  		
  		
		   #!/bin/sh 
 CLASSPATH=$CLASSPATH:/usr/mqm/java/lib/com.ibm.mq.jar:/usr/mqm/java/lib/com.ibm. 
 mqbind.jar:/usr/mqm/java/lib/connector.jar 
 LIBPATH=$LIBPATH:/usr/mqm/java/lib 
 
 echo $CLASSPATH 
 ec ... | 
  		
  		
		     Topic: Another libmqjbnd05.so problem | 
  		
  		
		  cameron
  
	  	  Replies: 22 Views: 21070
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Feb 16, 2005 1:35 am   Subject: Another libmqjbnd05.so problem | 
  		
  		
		  You should not require to do anything else use the JDK1.4 JRE. I take it you are executing the hava command <full path to java executable>/java
 
 The libraries being run by the JRE in this case ... |