FYI, I've created an issue for G which lists the missing values (and
some which are on the class, but no in the docs):
* https://issues.apache.org/jira/browse/GERONIMO-3089
And I created an issue for AMQ to the same affect here:
* http://issues.apache.org/activemq/browse/AMQ-1225
--jason
On Apr 10, 2007, at 2:33 PM, Jason Dillon wrote:
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