Interface AbstractQueueControlHandler.DelegatingQueueControl<T>
-
- Enclosing class:
- AbstractQueueControlHandler<T>
public static interface AbstractQueueControlHandler.DelegatingQueueControl<T>Exposes the method signatures that are common betweenorg.apache.activemq.api.core.management.QueueControlandorg.apache.activemq.api.jms.management.JMSQueueControl.
-
-
Method Summary
-
-
-
Method Detail
-
getDelegate
T getDelegate()
-
sendMessageToDeadLetterAddress
boolean sendMessageToDeadLetterAddress(org.jboss.dmr.ModelNode id) throws Exception- Throws:
Exception
-
sendMessagesToDeadLetterAddress
int sendMessagesToDeadLetterAddress(String filter) throws Exception
- Throws:
Exception
-
changeMessagePriority
boolean changeMessagePriority(org.jboss.dmr.ModelNode id, int priority) throws Exception- Throws:
Exception
-
changeMessagesPriority
int changeMessagesPriority(String filter, int priority) throws Exception
- Throws:
Exception
-
moveMessage
boolean moveMessage(org.jboss.dmr.ModelNode id, String otherQueue) throws Exception- Throws:
Exception
-
moveMessage
boolean moveMessage(org.jboss.dmr.ModelNode id, String otherQueue, boolean rejectDuplicates) throws Exception- Throws:
Exception
-
moveMessages
int moveMessages(String filter, String otherQueue, boolean rejectDuplicates) throws Exception
- Throws:
Exception
-
listMessageCounterHistoryAsHTML
String listMessageCounterHistoryAsHTML() throws Exception
- Throws:
Exception
-
-