You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by ivanrc <ir...@indra.es> on 2007/12/10 14:06:46 UTC

How can I set activeMQ policies as subscriptionRecoveryPolicy

Hello,

 In activemq standalone server, I only have to add this into config xml file
for set recovery policies

<destinationPolicy>
      <policyMap><policyEntries>
          <policyEntry topic=">">
          	<messageEvictionStrategy>
           		<oldestMessageEvictionStrategy/>
      		</messageEvictionStrategy>
            <dispatchPolicy>
              <strictOrderDispatchPolicy />
            </dispatchPolicy>
            <subscriptionRecoveryPolicy>
               <!-- <lastImageSubscriptionRecoveryPolicy /> -->
              <timedSubscriptionRecoveryPolicy recoverDuration="60000" />
            </subscriptionRecoveryPolicy>
            
          </policyEntry>

      </policyEntries></policyMap>
    </destinationPolicy>
  
When I have to set this in Apache Geronimo?, into activemq connector deploy
plan?

Other cuestion is where I have to set discoveryUri transport connection in
Geronimo that is in activemq standalone config file.

Thanks.
-- 
View this message in context: http://www.nabble.com/How-can-I-set-activeMQ-policies-as-subscriptionRecoveryPolicy-tp14252103s134p14252103.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.