Class VMPendingDurableSubscriberMessageStoragePolicy
- java.lang.Object
-
- org.apache.activemq.broker.region.policy.VMPendingDurableSubscriberMessageStoragePolicy
-
- All Implemented Interfaces:
PendingDurableSubscriberMessageStoragePolicy
public class VMPendingDurableSubscriberMessageStoragePolicy extends Object implements PendingDurableSubscriberMessageStoragePolicy
Creates a VMPendingMessageCursor *
-
-
Constructor Summary
Constructors Constructor Description VMPendingDurableSubscriberMessageStoragePolicy()
-
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
-
-