TibrvQueue.getMaxEvents()

Method

Declaration

int getMaxEvents()
  throws TibrvException

Purpose

Extract the maximum event limit of a queue.

Remarks

Programs can limit the number of events that a queue can hold—either to curb queue growth, or implement a specialized dispatch semantics.

Zero specifies an unlimited number of events.

See Also

TibrvQueue.setLimitPolicy()