Actually I think I figured it out. The second link does have everything
documented...some are documented as a XML element and some just as
properties until another element. I was searching for all of them with the
"<" on the front so i wasn't finding them all. 

Although even the elements that are documented a lot of there descriptions
are vauge or just missing about exactly what is allowed there. For example
here is the doc for the topic attribute of the policyEntry:

 topic   java.lang.String        A helper method to set the destination from a
configuration file

This doesn't help me much, the example activemq.xml has this as the
policyEntry:

  <policyEntry topic="FOO.>">

Can I assume this matches any topic that begins with FOO.?



mjparme wrote:
> 
> 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#a9927325
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to