TibrvQueue.getName()

Method

Declaration

java.lang.String getName()

Purpose

Extract the name of a queue.

Remarks

Queue names assist programmers and administrators in troubleshooting queues. When Rendezvous software delivers an advisory message pertaining to a queue, it includes the queue’s name; administrators can use queue names to identify specific queues within a program.

The default name of every queue is tibrvQueue. We strongly recommend that you relabel each queue with a distinct and informative name, for use in debugging.

This method returns the queue’s name, even when the queue is invalid.

See Also

TibrvQueue.setName()