int getQueueDepth(String destinationURI)
int getQueueDepth(String destinationURI)
Name | Type | Description |
---|---|---|
localDestinationURI | String | The localchannel's destionation URI whose queue depth is being asked. |
Type | Description |
---|---|
int | A value >= 0 for local channel's destination, else -1 if any other type of destination is specified |