Open ghost opened 9 years ago
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 .
The ack logic in JMS Spout says :
Is this "if" check for Batch acknowledgment mode as it does for a batch only .