That will be great! If you're unsure of anything feel free to post here. :-)
mjparme wrote:
Thanks for the information! Now since I have figured out the documentation is
actually a Wiki I am finding my way around a little better and since it is a
Wiki I can help improve it once I figure stuff out.
Adrian Co wrote:
Refer to this: http://activemq.apache.org/wildcards.html
mjparme wrote:
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?