The APIs which need to be implemented for persistent message stores for durable messaging
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
org.apache.activemq.store.amq.reader | |
org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
org.apache.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
org.apache.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
org.apache.activemq.store.jpa | |
org.apache.activemq.store.jpa.model | |
org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.memory | VM based implementation of message persistence |
MessageRecoveryListener | code | html | |
MessageStore | Represents a message store which is used by the persistent implementations | code | html |
PersistenceAdapter | Adapter to the actual persistence mechanism used with ActiveMQ | code | html |
PersistenceAdapterFactory | Factory class that can create PersistenceAdapter objects. | code | html |
ReferenceStore | Represents a message store which is used by the persistent implementations | code | html |
ReferenceStoreAdapter | Adapter to the actual persistence mechanism used with ActiveMQ | code | html |
TopicMessageStore | A MessageStore for durable topic subscriptions | code | html |
TopicReferenceStore | A MessageStore for durable topic subscriptions | code | html |
TransactionRecoveryListener | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
TransactionStore | Represents the durable store of the commit/rollback operations taken against the broker. | code | html |
AbstractMessageStore | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
PersistenceAdapterFactoryBean | Creates a default persistence model using the Journal and JDBC | code | html |
ProxyMessageStore | A simple proxy that delegates to another MessageStore. | code | html |
ProxyTopicMessageStore | A simple proxy that delegates to another MessageStore. | code | html |
ReferenceStore.ReferenceData | code | html |