|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How do I know if a queue is TMPDYN? |
« View previous topic :: View next topic » |
Author |
Message
|
wmqman |
Posted: Thu Feb 10, 2005 3:02 pm Post subject: How do I know if a queue is TMPDYN? |
|
|
 Newbie
Joined: 24 Feb 2004 Posts: 4
|
Is there a Java class (or a method thereof) that if called will return a queue type? My queing environment use temporary dynamic reply queues and I would like to know if I can programatically query the queue manager for the queue type (STATIC, PERMDYN, TEMPDYN, etc.) and possibly its queue name? _________________ Cheers,
Michael S. Gardner, Senior Middleware Architect
Granville Systems Corporation
Post Office Box 82265
Austin, Texas 78708-2265
v/f: +1 512-255-7678
e: msgardner@granvillesystems.com |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 10, 2005 3:08 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
kman |
Posted: Mon Feb 14, 2005 11:09 pm Post subject: |
|
|
Partisan
Joined: 21 Jan 2003 Posts: 309 Location: Kuala Lumpur, Malaysia
|
TEMPDYN queues have the following properties:
Quote: |
v They cannot be shared queues, accessible from queue managers in a queue-sharing group (only available on WebSphere MQ for z/OS).
v They hold nonpersistent messages only.
v They are non-recoverable.
v They are deleted when the queue manager is started.
v They are deleted when the application that issued the MQOPEN call which
resulted in the creation of the queue closes the queue or terminates. |
If you are worried about those queues filling up the system, then the above statement clears the issue. They are temporary by nature and will get cleaned up in the end.  |
|
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
|
|
|
|