TibrvQueue.getName()
Method
Declaration
java.lang.String getName
()
Purpose
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.