Could anyone clarify the meaning that
"A Queue is global or exclusive" ?
Thanks
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.
The quote is mine, just couldn't findd what is a global and exclusive queue?
Thank you for the reference.