public interface SempClient
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Queue |
createQueueForTopic(java.lang.String queueName,
java.lang.String topicName)
This is only called when a user requests to read data from a topic.
|
long |
getBacklogBytes(java.lang.String queueName)
Retrieves the size of the backlog (in bytes) for the specified queue.
|
boolean |
isQueueNonExclusive(java.lang.String queueName)
Determines if the specified queue is non-exclusive.
|
boolean isQueueNonExclusive(java.lang.String queueName) throws java.io.IOException
java.io.IOException
Queue createQueueForTopic(java.lang.String queueName, java.lang.String topicName) throws java.io.IOException
java.io.IOException
long getBacklogBytes(java.lang.String queueName) throws java.io.IOException
java.io.IOException