Moves the messages in given range of message Ids to given Queue. QPID-170
@param fromMessageId first in the range of message ids
@param toMessageId last in the range of message ids
@param toQueue where the messages are to be moved
@throws IOException
@throws JMException
Moves all the message corresponding to the specified filter to the specified other queue. RejectDuplicates = false on this case Using {@code null} or an empty filter will move all messages from this queue.
@return the number of moved messages
Moves all the message corresponding to the specified filter to the specified other queue. Using {@code null} or an empty filter will move all messages from this queue.
@return the number of moved messages
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.