You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sub3 <st...@subwest.com> on 2008/07/11 01:12:23 UTC

Virtual Topic Size

Hi,
Is there a way to set the maximum size of a Virtual Topic.
I have my queues & topic set to a maximum of 50mb, but it doesn't appear to
work with VirtualTopic.  Currently, I am seeing the system slow down to a
crawl when the VT takes up most of the activemq jvm memory.  Any
suggestions?  Thanks.

        <destinationPolicy>
http://www.nabble.com/file/p18393858/activemq.xml activemq.xml 
            <policyMap>
                <policyEntries>
                    <policyEntry queue=">" memoryLimit="50mb"/>
                    <policyEntry topic=">" memoryLimit="50mb">
                        <dispatchPolicy>
                            <strictOrderDispatchPolicy/>
                        </dispatchPolicy>
                        <subscriptionRecoveryPolicy>
                            <lastImageSubscriptionRecoveryPolicy/>
                        </subscriptionRecoveryPolicy>
                    </policyEntry>
                </policyEntries>
            </policyMap>
        </destinationPolicy>

-- 
View this message in context: http://www.nabble.com/Virtual-Topic-Size-tp18393858p18393858.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.