Package org.apache.activemq.broker.region.policy

Examples of org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy


    @Parameterized.Parameter
    public PendingDurableSubscriberMessageStoragePolicy pendingDurableSubPolicy;

    @Parameterized.Parameters(name="{0}")
    public static Iterable<Object[]> getTestParameters() {
        return Arrays.asList(new Object[][]{{new FilePendingDurableSubscriberMessageStoragePolicy()},{new StorePendingDurableSubscriberMessageStoragePolicy()}});
    }
View Full Code Here

TOP

Related Classes of org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.