| Author | 
		  Message
		 | 
		
		  | JosephGramig | 
		  
		    
			  
				 Posted: Wed Dec 20, 2006 7:24 am    Post subject: Report messages with a lower priority | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA 
  | 
		  
		    
			  
				I have done a cursory glance and I don't see a way to request that your report messages be a different priority than the original message.
 
 
I just thought it might come in handy with request reply where the reports are only used for historical or other non-priority purposes.
 
 
Does any one know how to specify say COA with a lower priority? _________________ Joseph
 
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
 
Solution Designer - WMQ V6.0
 
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Nigelg | 
		  
		    
			  
				 Posted: Wed Dec 20, 2006 7:43 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Master
 
 Joined: 02 Aug 2004 Posts: 1046
  
  | 
		  
		    
			  
				From the APR, MQMD->Report field, Contents of the message descriptor for a report message
 
 
   
	| Quote: | 
   
  
	| Priority - Copied from the original message descriptor  | 
   
 
 _________________ MQSeries.net helps those who help themselves.. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | JosephGramig | 
		  
		    
			  
				 Posted: Wed Dec 20, 2006 8:16 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA 
  | 
		  
		    
			  
				So, if the service program does not copy the MQMD fields but uses the defaults, then if I set a low priority on the request, I sould get the default priority on the reply.
 
 
I would then get the different priorities I want. Hmmm, I will check the service program. _________________ Joseph
 
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
 
Solution Designer - WMQ V6.0
 
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | Nigelg | 
		  
		    
			  
				 Posted: Thu Dec 21, 2006 1:02 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Master
 
 Joined: 02 Aug 2004 Posts: 1046
  
  | 
		  
		    
			  
				No, where did you get that from?
 
 
The priority (and other MQMD fields) of system-generated msgs is the same as the original msg. _________________ MQSeries.net helps those who help themselves.. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Thu Dec 21, 2006 5:09 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Poobah
 
 Joined: 16 Oct 2002 Posts: 19981
  
  | 
		  
		    
			  
				Nigel -
 
He meant that request(low)->COA(low)->HIS program->reply(normal) _________________ I am *not* the model of the modern major general. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | HubertKleinmanns | 
		  
		    
			  
				 Posted: Thu Dec 21, 2006 10:59 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Shaman
 
 Joined: 24 Feb 2004 Posts: 732 Location: Germany 
  | 
		  
		    
			  
				COAs are not generated by an application, but by the QMgr itself. So you have no chance, to influence the MQMD of a COA report message. _________________ Regards
 
Hubert | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | JosephGramig | 
		  
		    
			  
				 Posted: Thu Dec 21, 2006 11:11 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA 
  | 
		  
		    
			  
				Hubert,
 
 
Sure you do, just as Jeff said what I meant!  
 
 
The COA is whatever priority the request is.
 
 
The Reply can be any thing the Server makes it. The Reply is not made by the server. _________________ Joseph
 
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
 
Solution Designer - WMQ V6.0
 
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | JosephGramig | 
		  
		    
			  
				 Posted: Thu Dec 21, 2006 11:13 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA 
  | 
		  
		    
			  
				I meant the reply is not made by the QMGR but by the Server program. _________________ Joseph
 
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
 
Solution Designer - WMQ V6.0
 
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3 | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | HubertKleinmanns | 
		  
		    
			  
				 Posted: Thu Dec 21, 2006 11:00 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Shaman
 
 Joined: 24 Feb 2004 Posts: 732 Location: Germany 
  | 
		  
		    
			  
				Joseph,
 
 
of course it could make sense, to send COAs with lower priority than the request messages, but does it make sense, to send a reply with a higher priority than the request? _________________ Regards
 
Hubert | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |