This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch activemq-5.19.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.19.x by this push:
new 977eb819af [AMQ-9646] activemq-5.19.x-only compile fix
977eb819af is described below
commit 977eb819afb401f1560a1acc2efb4af4b865157b
Author: Matt Pavlovich <[email protected]>
AuthorDate: Sat Feb 8 09:23:31 2025 -0600
[AMQ-9646] activemq-5.19.x-only compile fix
---
.../java/org/apache/activemq/store/journal/JournalMessageStore.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/activemq-jdbc-store/src/main/java/org/apache/activemq/store/journal/JournalMessageStore.java
b/activemq-jdbc-store/src/main/java/org/apache/activemq/store/journal/JournalMessageStore.java
index 89e0c20673..7ec10c4d9a 100644
---
a/activemq-jdbc-store/src/main/java/org/apache/activemq/store/journal/JournalMessageStore.java
+++
b/activemq-jdbc-store/src/main/java/org/apache/activemq/store/journal/JournalMessageStore.java
@@ -357,11 +357,6 @@ public class JournalMessageStore extends
AbstractMessageStore {
longTermStore.recover(listener);
}
- @Override
- public void recoverNextMessages(int offset, int maxReturned,
MessageRecoveryListener listener) throws Exception {
- throw new
UnsupportedOperationException("recoverNextMesage(offset,maxReturned,listener)
is not supported.");
- }
-
public void start() throws Exception {
if (this.memoryUsage != null) {
this.memoryUsage.addUsageListener(peristenceAdapter);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact