We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db3e5e commit ee48616Copy full SHA for ee48616
javalite-async/src/main/java/org/javalite/async/Async.java
@@ -605,7 +605,7 @@ public int moveMessages(String source, String target){
605
*
606
* @return true if message moved
607
*/
608
- public boolean moveMessages(String messageId, String source, String target){
+ public boolean moveMessage(String messageId, String source, String target){
609
610
try {
611
return getQueueControl(source).moveMessage(messageId, target);
0 commit comments