|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Question regarding option parameters for accessQueue() |
« View previous topic :: View next topic » |
Author |
Message
|
aronimink |
Posted: Tue Mar 20, 2007 5:38 am Post subject: Question regarding option parameters for accessQueue() |
|
|
Apprentice
Joined: 03 Jan 2006 Posts: 26
|
I would like to know what MQC.MQOO_INQUIRE makes diffrence by adding like below. Can someone tell me?
queueManager.accessQueue(queueName, MQC.MQOO_BROWSE)
queueManager.accessQueue(queueName, MQC.MQOO_BROWSE|MQC.MQOO_INQUIRE)
Thanks in advance. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Mar 20, 2007 6:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Allows the program to inquire about queue attributes. Check out the Application Programmers Reference for a full description of the option, it's use and implications. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 20, 2007 6:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, you probably don't want to use MQOO_BROWSE unless you're writing a message monitoring tool, where you need to leave the messages entirely untouched.
For all other purposes, where the possibility exists that you might need to remove messages, you should probably use Syncpoint instead. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|