TibrvQueue.setName()
Method
Declaration
voidsetName
(java.lang.String queueName)
throws TibrvException
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.
Parameter |
Description |
|
Replace the name of the queue with this new name. It is illegal to supply |