hi,
I am trying to set memoryLimit property in Spring of a Queue using
destinationmapentry but it still using defualt limit.

here is the configuration code snippet of applicationcontext.xml
------------------------------

<bean id="centralQueue" class="org.apache.activemq.command.ActiveMQQueue">
                <constructor-arg index="0" value="central.bar" />
        </bean>
        
        <bean id="destinationMapEntry" abstract="true"
class="org.apache.activemq.filter.DestinationMapEntry" >
                <property name="destination" ref="centralQueue"></property>
        </bean>
        <bean id="policyEntry"
class="org.apache.activemq.broker.region.policy.PolicyEntry"
parent="destinationMapEntry" >
                <property name="memoryLimit" value="1024"></property>
        </bean>
---------------------------------------
Please explain what is the meaning if audit and maxauditdepth.:-((
Thanks
-- 
View this message in context: 
http://www.nabble.com/memoryLimit-property-is-not-being-set-tp15060915s2354p15060915.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to