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.
The ack logic in JMS Spout says :
Message msg = this.pendingMessages.remove(msgId); JmsMessageID oldest = this.toCommit.first(); if(msgId.equals(oldest)) { ... }
Is this "if" check for Batch acknowledgment mode as it does for a batch only .