public static interface AbstractQueueControlHandler.DelegatingQueueControl<T>
QueueControl
and JMSQueueControl.| Modifier and Type | Method and Description |
|---|---|
boolean |
changeMessagePriority(org.jboss.dmr.ModelNode id,
int priority) |
int |
changeMessagesPriority(String filter,
int priority) |
long |
countMessages(String filter) |
boolean |
expireMessage(org.jboss.dmr.ModelNode id) |
int |
expireMessages(String filter) |
T |
getDelegate() |
String |
listConsumersAsJSON() |
String |
listMessageCounter() |
String |
listMessageCounterAsHTML() |
String |
listMessageCounterHistory() |
String |
listMessageCounterHistoryAsHTML() |
String |
listMessagesAsJSON(String filter) |
boolean |
moveMessage(org.jboss.dmr.ModelNode id,
String otherQueue) |
boolean |
moveMessage(org.jboss.dmr.ModelNode id,
String otherQueue,
boolean rejectDuplicates) |
int |
moveMessages(String filter,
String otherQueue) |
int |
moveMessages(String filter,
String otherQueue,
boolean rejectDuplicates) |
void |
pause() |
boolean |
removeMessage(org.jboss.dmr.ModelNode id) |
int |
removeMessages(String filter) |
void |
resetMessageCounter() |
void |
resume() |
int |
sendMessagesToDeadLetterAddress(String filter) |
boolean |
sendMessageToDeadLetterAddress(org.jboss.dmr.ModelNode id) |
T getDelegate()
boolean sendMessageToDeadLetterAddress(org.jboss.dmr.ModelNode id)
throws Exception
Exceptionint sendMessagesToDeadLetterAddress(String filter) throws Exception
Exceptionboolean changeMessagePriority(org.jboss.dmr.ModelNode id,
int priority)
throws Exception
Exceptionint changeMessagesPriority(String filter, int priority) throws Exception
Exceptionboolean moveMessage(org.jboss.dmr.ModelNode id,
String otherQueue)
throws Exception
Exceptionboolean moveMessage(org.jboss.dmr.ModelNode id,
String otherQueue,
boolean rejectDuplicates)
throws Exception
Exceptionint moveMessages(String filter, String otherQueue, boolean rejectDuplicates) throws Exception
ExceptionString listMessageCounterHistoryAsHTML() throws Exception
ExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.