I was just looking at:

    http://activemq.apache.org/resource-adapter-properties.html

Which shows a bunch of configuration values for the resource- adapter... but then I looked at the META-INF/ra.xml and I only see config-property elements for:

 * ServerUrl
 * UserNAme
 * Password
 * Clientid
 * UseInboundSession
 * BrokerXmlConfig

These, which are on the above page, are not actually configurable via the RA:

 * AllPrefetchValues
 * DurableTopicPrefetch
 * QueuePrefetch
 * InputStreamPrefetch
 * TopicPrefetch
 * InitialRedeliveryDelay
 * MaximumRedeliveries
 * RedeliveryBackOffMultiplier
 * RedeliveryUseExponentialBackOff

How are these settings supposed to be configured in a RA if there is no config-property for them?

Did someone forget to update the ra.xml when these were added... or am I missing some important bit about how to configure resource- adapters?

--jason

Reply via email to