org.apache.activemq.broker.region.policy
Class FilePendingSubscriberMessageStoragePolicy
java.lang.Object
org.apache.activemq.broker.region.policy.FilePendingSubscriberMessageStoragePolicy
- All Implemented Interfaces:
- PendingSubscriberMessageStoragePolicy
public class FilePendingSubscriberMessageStoragePolicy
- extends Object
- implements PendingSubscriberMessageStoragePolicy
Creates a PendIngMessageCursor for Durable subscribers *
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePendingSubscriberMessageStoragePolicy
public FilePendingSubscriberMessageStoragePolicy()
getSubscriberPendingMessageCursor
public PendingMessageCursor getSubscriberPendingMessageCursor(Broker broker,
String name,
int maxBatchSize,
Subscription subs)
- Description copied from interface:
PendingSubscriberMessageStoragePolicy
- Retrieve the configured pending message storage cursor;
- Specified by:
getSubscriberPendingMessageCursor in interface PendingSubscriberMessageStoragePolicy
- Parameters:
broker - name - maxBatchSize -
- Returns:
- a Cursor
- See Also:
org.apache.activemq.broker.region.policy.PendingSubscriberMessageStoragePolicy#getSubscriberPendingMessageCursor(java.lang.String,
org.apache.activemq.kaha.Store, int)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.