public static interface AbstractQueueControlHandler.DelegatingQueueControl<T>
org.apache.activemq.api.core.management.QueueControl
and org.apache.activemq.api.jms.management.JMSQueueControl
.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 © 2018 JBoss by Red Hat. All rights reserved.