TibrvQueueGroup.add()

Method

Declaration

void add(TibrvQueue eventQueue)
  throws TibrvException

Purpose

Add an event queue to a queue group.

Remarks

If the queue is already in the group, adding it again has no effect.

If either the queue or the group is invalid, this method throws a TibrvException.

Parameter

Description

eventQueue

Add this event queue to a queue group.

See Also

TibrvQueue