| Author | 
		  Message | 
  		
  		
		     Topic: Message consumer not browsing messages | 
  		
  		
		  Rush124
  
	  	  Replies: 4 Views: 3945
  | 
		   Forum: General IBM MQ Support   Posted: Wed Jul 22, 2015 1:44 am   Subject: Message consumer not browsing messages | 
  		
  		
		  Hi Paul,
 Thanks for replying.
 
 What makes you think that message priority stops the async. consume working properly ? Can you give a few more details about what you are doing ? What language are yo ... | 
  		
  		
		     Topic: Message consumer not browsing messages | 
  		
  		
		  Rush124
  
	  	  Replies: 4 Views: 3945
  | 
		   Forum: General IBM MQ Support   Posted: Wed Jul 22, 2015 12:22 am   Subject: Message consumer not browsing messages | 
  		
  		
		  Hi,
 
 I have implemented an asynchronous message consumption application.
 Here I have used message consumer callback function which is registered for multiple queues. This function browses messages  ... | 
  		
  		
		     Topic: Event Callback creates a new thread | 
  		
  		
		  Rush124
  
	  	  Replies: 1 Views: 2081
  | 
		   Forum: General IBM MQ Support   Posted: Mon Mar 09, 2015 10:33 pm   Subject: Event Callback creates a new thread | 
  		
  		
		  Hi,
 
 I have used MQCB to register message consumers and a Event Callback against a Connection handle.
 
 Then I start callbacks using MQCTL with MQOP_START_WAIT.
 
 but when an event occurrs (Say &q ... | 
  		
  		
		     Topic: MQCB with timeout | 
  		
  		
		  Rush124
  
	  	  Replies: 3 Views: 3203
  | 
		   Forum: General IBM MQ Support   Posted: Mon Dec 15, 2014 7:59 pm   Subject: MQCB with timeout | 
  		
  		
		  mqjeff,
 
 To close the queue, I need to get out of the CallBack. But when MQCTL with MQOP_START_WAIT is used, that thread is allocated only for the callback and cannot do anything else in that thread ... | 
  		
  		
		     Topic: MQCB with timeout | 
  		
  		
		  Rush124
  
	  	  Replies: 3 Views: 3203
  | 
		   Forum: General IBM MQ Support   Posted: Thu Dec 11, 2014 3:06 am   Subject: MQCB with timeout | 
  		
  		
		  I 'm registering an event handler function using MQCB and the starting the callback using MQCTL with MQOP_START_WAIT.
 
 I have used MQOP_START_WAIT, since I want to keep the callback in the same Thre ... | 
  		
  		
		     Topic: MQCTL fails with MQRC_NO_CALLBACKS_ACTIVE | 
  		
  		
		  Rush124
  
	  	  Replies: 3 Views: 3812
  | 
		   Forum: General Discussion   Posted: Wed Nov 05, 2014 1:20 am   Subject: MQCTL fails with MQRC_NO_CALLBACKS_ACTIVE | 
  		
  		
		  Sorry for not stating the Problem correctly. 
 
 My Actual problem is MQCB returns a error Code with 2036 (MQRC_NOT_OPEN_FOR_BROWSE)
 
 Here I' m using two MQHCONNs.
 
 In Thread1, First I'm connectin ... | 
  		
  		
		     Topic: MQCTL fails with MQRC_NO_CALLBACKS_ACTIVE | 
  		
  		
		  Rush124
  
	  	  Replies: 3 Views: 3812
  | 
		   Forum: General Discussion   Posted: Tue Nov 04, 2014 11:22 pm   Subject: MQCTL fails with MQRC_NO_CALLBACKS_ACTIVE | 
  		
  		
		  Hi,
 I am trying to set a callback for set of queues.(this is done from a Custom Thread created by my application - say Thread1)
 Here, first I'm Registering the callback function using 
 MQCB (Hconn, ... | 
  		
  		
		     Topic: PCF commands to get Channel Attributes | 
  		
  		
		  Rush124
  
	  	  Replies: 5 Views: 5287
  | 
		   Forum: General Discussion   Posted: Tue Sep 23, 2014 2:31 am   Subject: PCF commands to get Channel Attributes | 
  		
  		
		  Thanks. 
 (As you mentioned, I have been referring the wrong page and trying to inquire invalid attributes )   | 
  		
  		
		     Topic: PCF commands to get Channel Attributes | 
  		
  		
		  Rush124
  
	  	  Replies: 5 Views: 5287
  | 
		   Forum: General Discussion   Posted: Sun Sep 21, 2014 9:20 pm   Subject: PCF commands to get Channel Attributes | 
  		
  		
		  Hi again,
 
 I could manged to get the number of clients connected to each channel as you pointed out.
 
 Then I tried to get parameters such as "ClientIdentifier, "MsgsReceived" , &quo ... | 
  		
  		
		     Topic: PCF commands to get Channel Attributes | 
  		
  		
		  Rush124
  
	  	  Replies: 5 Views: 5287
  | 
		   Forum: General Discussion   Posted: Fri Sep 19, 2014 2:18 am   Subject: PCF commands to get Channel Attributes | 
  		
  		
		  Thank you very much.   
 It works.
 
 (By "number of clients", i meant the number of applications connected to channels. So number of iterations gives the answer.) | 
  		
  		
		     Topic: PCF commands to get Channel Attributes | 
  		
  		
		  Rush124
  
	  	  Replies: 5 Views: 5287
  | 
		   Forum: General Discussion   Posted: Thu Sep 18, 2014 11:38 pm   Subject: PCF commands to get Channel Attributes | 
  		
  		
		  Hi,
 
 I'm want to get the number of clients connected to a particular channel using PCF.
 (I am using channels which are type of MQCHT_SVRCONN)
 
 I went through MQCMD_INQUIRE_CHANNEL and MQCMD_INQUI ... | 
  		
  		
		     Topic: PCF commands using MQHBAG | 
  		
  		
		  Rush124
  
	  	  Replies: 2 Views: 6604
  | 
		   Forum: IBM MQ API Support   Posted: Thu Sep 11, 2014 8:16 pm   Subject: PCF commands using MQHBAG | 
  		
  		
		  Thank you, I got it.  
 
 
 
 I do not need to know the connection handler, when creating the bag. But when executing (Sending the command), connection handler is needed and passed as a parameter in m ... | 
  		
  		
		     Topic: PCF commands using MQHBAG | 
  		
  		
		  Rush124
  
	  	  Replies: 2 Views: 6604
  | 
		   Forum: IBM MQ API Support   Posted: Thu Sep 11, 2014 3:43 am   Subject: PCF commands using MQHBAG | 
  		
  		
		  Hi,
 
 I m creating an adminBag using mqCreateBag(MQCBO_ADMIN_BAG) to send PCF commands And a responseBag  to get reply messages.
 
 Before creating bags, i m getting connected to Queue Manager.
 
 Bu ... | 
  		
  		
		     Topic: Accuracy of MQMD->puttime | 
  		
  		
		  Rush124
  
	  	  Replies: 11 Views: 11512
  | 
		   Forum: General IBM MQ Support   Posted: Wed Aug 20, 2014 12:52 am   Subject: Accuracy of MQMD->puttime | 
  		
  		
		  Again - why do you need this level of precision?
 
 HI, because the client need to do a proof testing of the system by adding messages of different sizes in different rates ( like 100messages per seco ... | 
  		
  		
		     Topic: Accuracy of MQMD->puttime | 
  		
  		
		  Rush124
  
	  	  Replies: 11 Views: 11512
  | 
		   Forum: General IBM MQ Support   Posted: Tue Aug 19, 2014 10:51 pm   Subject: Accuracy of MQMD->puttime | 
  		
  		
		  Thanks all for the valuable replies.
 
 However in my case we can't change the original message that is put to the Queue. So as paul mentioned "add a high resolution timestamp 'RequestTime' to th ... |