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
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 © 2020 JBoss by Red Hat. All rights reserved.