| Author | 
		  Message | 
  		
  		
		     Topic: Trigger JMSCMQ1050 | 
  		
  		
		  edmondh
  
	  	  Replies: 4 Views: 4647
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Nov 25, 2010 10:05 am   Subject: Trigger JMSCMQ1050 | 
  		
  		
		  Therein lies the issue, our landscape is NOT pure JMS. I just want to cover 2 use case. 1 bad data & 2 Bad message. I will get to end of this & keep u informed.
 
 Maybe solution will help bet ... | 
  		
  		
		     Topic: Trigger JMSCMQ1050 | 
  		
  		
		  edmondh
  
	  	  Replies: 4 Views: 4647
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Nov 12, 2010 4:42 am   Subject: Trigger JMSCMQ1050 | 
  		
  		
		  OK let me add more details.
 
 We have a large middleware landscape. All messages are MQRFH2 using meta data in usr folder for routing etc. We need to implement a JMS client at a new endsite. As part  ... | 
  		
  		
		     Topic: Trigger JMSCMQ1050 | 
  		
  		
		  edmondh
  
	  	  Replies: 4 Views: 4647
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Nov 11, 2010 8:06 am   Subject: Trigger JMSCMQ1050 | 
  		
  		
		  Hi there.
 
 I am trying to trigger the above error.
 
 I am extending my current landscape with a new JMS client. Currently I send MQRFH2 message throughout my WMQ messaging back bone.
 
 I want to w ... | 
  		
  		
		     Topic: Does MQC.MQMO_MATCH_GROUP_ID work on XMITQ messages? | 
  		
  		
		  edmondh
  
	  	  Replies: 3 Views: 4277
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Apr 29, 2010 4:11 am   Subject: Does MQC.MQMO_MATCH_GROUP_ID work on XMITQ messages? | 
  		
  		
		  Hi
 
 Thanks for reply. Yes I am aware it is Queue manager that puts message on XMIT queue. It adds MQXQH.
 
 But as u would expect no information is lost & I guess this is how we can GET and matc ... | 
  		
  		
		     Topic: Does MQC.MQMO_MATCH_GROUP_ID work on XMITQ messages? | 
  		
  		
		  edmondh
  
	  	  Replies: 3 Views: 4277
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Apr 29, 2010 1:29 am   Subject: Does MQC.MQMO_MATCH_GROUP_ID work on XMITQ messages? | 
  		
  		
		  Hi
 
 I am developing using MQv6 on Windows XP.
 
 I am building a simple utility to take messages stuck on XMIT queue and put on a new remote queue.
 
 Idea is to take an undeliverable message from a ... | 
  		
  		
		     Topic: Display WMQ version | 
  		
  		
		  edmondh
  
	  	  Replies: 2 Views: 5130
  | 
		   Forum: Mainframe, CICS, TXSeries   Posted: Mon Dec 03, 2007 3:48 am   Subject: Display WMQ version | 
  		
  		
		  Hi 
 
 Is there any simple command of way to display WMQ version.
 
 Rgds
 Ed | 
  		
  		
		     Topic: Strange behaviour when working with correlation Id | 
  		
  		
		  edmondh
  
	  	  Replies: 4 Views: 7631
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri May 11, 2007 8:09 am   Subject: Strange behaviour when working with correlation Id | 
  		
  		
		  OOOHHHH.........
 Cheers for reply.....
 
 I was hoping QM could automatically copy messageId to correlationId if so requested? | 
  		
  		
		     Topic: Strange behaviour when working with correlation Id | 
  		
  		
		  edmondh
  
	  	  Replies: 4 Views: 7631
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri May 11, 2007 7:40 am   Subject: Strange behaviour when working with correlation Id | 
  		
  		
		  Hi 
 I assume someone has try this before & can help.
 
 I have two scencario
    A  When I have a correlationId  & want to specify a it as corelation ID for a message
    B  When I don't have ... | 
  		
  		
		     Topic: Custom java application getting 2017 error after 255 browses | 
  		
  		
		  edmondh
  
	  	  Replies: 1 Views: 4929
  | 
		   Forum: IBM MQ Java / JMS   Posted: Fri Mar 30, 2007 6:47 am   Subject: Custom java application getting 2017 error after 255 browses | 
  		
  		
		  Hi
 
 I have written a custom application that reads message from queues.
 
 Before I go a get on message I first have a peep at message. So first I access queue with browse options, 
 MQC.MQOO_BROWSE ... | 
  		
  		
		     Topic: Replacing FTP with MQ | 
  		
  		
		  edmondh
  
	  	  Replies: 21 Views: 16376
  | 
		   Forum: General IBM MQ Support   Posted: Fri Jan 12, 2007 8:52 am   Subject: Re: Replacing FTP with MQ | 
  		
  		
		  
 Yes.
 
 Don't do it this way.
 
 Send the data when the sender is ready.
 
 Receive the data when the receiver is ready.
 
 Do not make the two dependant on each other.
 
 
 Ok I agree, I am making  ... | 
  		
  		
		     Topic: Replacing FTP with MQ | 
  		
  		
		  edmondh
  
	  	  Replies: 21 Views: 16376
  | 
		   Forum: General IBM MQ Support   Posted: Fri Jan 12, 2007 6:48 am   Subject: Replacing FTP with MQ | 
  		
  		
		  Thanks guys for the feed back, the conversations is now reaching where I wanted it. Namely a high level discussion on potential solutions.
 
 Thanks in particular to Scott. My own solution is not too  ... | 
  		
  		
		     Topic: Replacing FTP with MQ | 
  		
  		
		  edmondh
  
	  	  Replies: 21 Views: 16376
  | 
		   Forum: General IBM MQ Support   Posted: Wed Jan 10, 2007 7:54 am   Subject: Replacing FTP with MQ | 
  		
  		
		  Hi
 
 I am trying to write a little application using MQ to replace FTP.
 
 Currently I am making a MQ Client connection and putting my messages (&/OR groups of message) on a queue. Similarily, in ... | 
  		
  		
		     Topic: Messages being commited  without commit | 
  		
  		
		  edmondh
  
	  	  Replies: 5 Views: 3522
  | 
		   Forum: IBM MQ API Support   Posted: Fri Feb 17, 2006 7:23 am   Subject: Messages being commited  without commit | 
  		
  		
		  "There is an implicit COMMIT done on MQDISC, it is behaving as expected."
 
 This is exactly what I wanted to heat, what is MQDISC?Is there a quick answer? | 
  		
  		
		     Topic: Messages being commited  without commit | 
  		
  		
		  edmondh
  
	  	  Replies: 5 Views: 3522
  | 
		   Forum: IBM MQ API Support   Posted: Fri Feb 17, 2006 7:02 am   Subject: Messages being commited  without commit | 
  		
  		
		  Hi there
 
 I am sending several message to message queue with max message depth of 3.
 When I send >3 message exception occurs, in my exception handling
 I call 
 queue.close()
 qMgr.diconnect
 
  ... |