1
votes

For ActiveMQ it is possible to create exclusive consumers for queue so that only one consumer receives all messages while it is alive.

Is it possible to do the same for Tibco EMS? I was able to find only information about exclusive queues, but it requires some permissions to manage queue. Is it possible to specify it somehow on client when I'm connecting to an existing queue.

1

1 Answers

1
votes

No, it's not possible to create an exclusive consumer on TIBCO EMS without setting the exclusive property on the queue.