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
Exception
int sendMessagesToDeadLetterAddress(String filter) throws Exception
Exception
boolean changeMessagePriority(org.jboss.dmr.ModelNode id, int priority) throws Exception
Exception
int changeMessagesPriority(String filter, int priority) throws Exception
Exception
boolean moveMessage(org.jboss.dmr.ModelNode id, String otherQueue) throws Exception
Exception
boolean moveMessage(org.jboss.dmr.ModelNode id, String otherQueue, boolean rejectDuplicates) throws Exception
Exception
int moveMessages(String filter, String otherQueue, boolean rejectDuplicates) throws Exception
Exception
String listMessageCounterHistoryAsHTML() throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.