Class VMPendingSubscriberMessageStoragePolicy
- java.lang.Object
-
- org.apache.activemq.broker.region.policy.VMPendingSubscriberMessageStoragePolicy
-
- All Implemented Interfaces:
PendingSubscriberMessageStoragePolicy
public class VMPendingSubscriberMessageStoragePolicy extends Object implements PendingSubscriberMessageStoragePolicy
Creates a VMPendingMessageCursor *
-
-
Constructor Summary
Constructors Constructor Description VMPendingSubscriberMessageStoragePolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingMessageCursor
getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)
Retrieve the configured pending message storage cursor;
-
-
-
Method Detail
-
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 interfacePendingSubscriberMessageStoragePolicy
- 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)
-
-