79721347

Date: 2025-07-31 13:32:51
Score: 0.5
Natty:
Report link

Turns out, that the config parameters have been at the wrong position. The following standalone.xml works

        <subsystem xmlns="urn:jboss:domain:resource-adapters:6.1">
            <resource-adapters>
                <resource-adapter id="wmq.jakarta.jmsra.rar">
                    <archive>
                        wmq.jakarta.jmsra.rar
                    </archive>
                    <transaction-support>NoTransaction</transaction-support>
                    <config-property name="reconnectionRetryCount">
                        10
                    </config-property>
                    <config-property name="reconnectionRetryInterval">
                        900000
                    </config-property>
                    <connection-definitions>
                    ...
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Matthias