glassfish:kernel:connection-queue:onTaskDequeuedEvent

on task dequeued event

Synopsis

glassfish:kernel:connection-queue:onTaskDequeuedEvent(
java.lang.String listenerName,
int taskId)

Description

This event is called when a task is removed from a task queue.

Use this event to count the number of queued tasks.

Parameters

listenerName

The name of the network listener associated with the task queue.

taskId

The ID of the newly dequeued task.