I am trying to figure out what the various configuration options are and what
they do but I seemed to be handicapped by an old XML reference. I have found
two versions:

http://activemq.apache.org/xml-reference.html
http://activemq.apache.org/xbean-xml-reference-41.html

The second one seems to be more recent; however, it is still out of date.
For example, I am trying to figure out what this excerpt from the default
activemq.xml file does, policyEntry is documented in the second reference
link but not much else in this excerpt is:

 <destinationPolicy>
            <policyMap>
                <policyEntries>
                    <policyEntry topic="FOO.>">
                        <dispatchPolicy>
                            <strictOrderDispatchPolicy/>
                        </dispatchPolicy>
                        <subscriptionRecoveryPolicy>
                            <lastImageSubscriptionRecoveryPolicy/>
                        </subscriptionRecoveryPolicy>
                    </policyEntry>

                </policyEntries>
            </policyMap>
        </destinationPolicy>

Is there a more recent XML reference?
-- 
View this message in context: 
http://www.nabble.com/XML-Reference-out-of-date--tf3555250s2354.html#a9926994
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to