Channel

Description

Functions to operate on Channels and Destination

Functions

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