TibrvQueue::getName()

Method

Declaration

TibrvStatus getName (const char*& queueName) const;

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.

Parameter

Description

queueName

The program supplies a variable, and the method stores in that variable a string pointer to the queue name.

The program must not modify the string.

See Also

TibrvQueue::setName()