QueueMessageCount Property

The message count returned by various queue operations.

Syntax

public int getQueueMessageCount();

Default Value

0

Remarks

This property is populated with a message count after calling certain queue-related methods.

After calling...This property will reflect...
DeclareQueue The number of messages currently in the queue.
PurgeQueue The number of messages purged from the queue.
DeleteQueue THe number of messages deleted along with the queue.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Java Edition - Version 20.0 [Build 8155]