Name | Signature and Synopsis |
---|---|
getActiveDestinations | String[] getActiveDestinations() Returns an array of active destination uris that are bound to this RuleSession |
getQueueCapacity | int getQueueCapacity(String destinationURI) Return the remaining queue capacity for this local destination. |
getQueueDepth | int getQueueDepth(String destinationURI) Get the queue depth for this local destination. |
resumeDestination | void resumeDestination(String destinationURI) throws Exception Resume a pre-existing destination. |
suspendDestination | void suspendDestination(String destinationURI) throws Exception Suspend a pre-existing destination. |