Class FilePendingDurableSubscriberMessageStoragePolicy
- java.lang.Object
-
- org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy
-
- All Implemented Interfaces:
PendingDurableSubscriberMessageStoragePolicy
public class FilePendingDurableSubscriberMessageStoragePolicy extends Object implements PendingDurableSubscriberMessageStoragePolicy
Creates a PendIngMessageCursor for Durable subscribers *
-
-
Constructor Summary
Constructors Constructor Description FilePendingDurableSubscriberMessageStoragePolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingMessageCursor
getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;
-
-
-
Method Detail
-
getSubscriberPendingMessageCursor
public PendingMessageCursor getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)
Retrieve the configured pending message storage cursor;- Specified by:
getSubscriberPendingMessageCursor
in interfacePendingDurableSubscriberMessageStoragePolicy
- Parameters:
broker
-clientId
-name
-maxBatchSize
-sub
-- Returns:
- the Pending Message cursor
-
-