countReceivers

countReceivers(): Integer;

The countReceivers method of the JadeGenericQueue class returns the number of processes that currently have the queue opened for retrieval of messages.

The queue must be opened by the openQueue method defined in the JadeMessagingFactory class, with Usage=Inq or Usage=All included in the options parameter.