TibrvQueueGroup.remove()

Method

Declaration

void remove(TibrvQueue eventQueue)
  throws TibrvException

Purpose

Remove an event queue from a queue group.

Remarks

If the queue is not in the group, or if the group is invalid, this call throws an exception with the status code TibrvStatus.INVALID_QUEUE.

Parameter

Description

eventQueue

Remove this event queue from a queue group.

See Also

TibrvQueue