Queues

Posted by Admin on 04-Aug-2008 01:20

Could anyone clarify the meaning that

"A Queue is global or exclusive" ?

Thanks

All Replies

Posted by jtownsen on 04-Aug-2008 08:00

Can you give us any more information on where this quote comes from?

From the Sonic MQ documentation (relating to queue configurations):

Global:

Select to allow applications connected to other brokers in the cluster or

brokers in other nodes to send to the queue. (See “Advertised Global

Queues” on page 535 for information on global queues.) (The DMQ must

be local.)

Exclusive:

Select to allow only one user to read from the queue. If more than one

user has permission to receive from a read-only queue, the second user

will get a JMS exception when they create a queue viewer or queue

browser as long as the first user remains connected.

Clustered queues cannot be exclusive. The DMQ can be exclusive.

Posted by Admin on 06-Aug-2008 03:33

The quote is mine, just couldn't findd what is a global and exclusive queue?

Thank you for the reference.

This thread is closed