-
1. Re: Using jboss-ra.xml to override ra.xml property values?
benr Jul 5, 2010 4:32 AM (in response to charrogruver)1 of 1 people found this helpfulWhat are you looking to set? Tracing can be configured using Java system properties, the other properties can't (reconnectionRetryInterval/Count and the connection pooling properties) but the defaults should be ok for general use.
-
2. Re: Using jboss-ra.xml to override ra.xml property values?
charrogruver Jul 5, 2010 2:38 PM (in response to benr)I was afraid that it was going to be something like that... :>) We need to set the pooling properties associated with maximum connections and concurrent connections. We will just explode the rar when we deploy it and modify the ra.xml as needed. Our middleware team will just have to be careful when they update and patch MQSeries.
Thanks.
-
3. Re: Using jboss-ra.xml to override ra.xml property values?
benr Jul 6, 2010 2:44 AM (in response to charrogruver)maxConnections and connectionConcurrency only affect the number of connections available for MDB delivery, and unless you have a large number of MDBs and/or are connecting to a number of different queue managers the default values should be ok for most configurations. Connections for outbound JMS are configured separately.
If you can raise a PMR then I can put in a change to allow these values to be overridden using Java system properties. That would be a better solution long-term than unpacking/repacking the .rar file.