-
Sub-task
-
Resolution: Done
-
Major
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
Low
-
Not Required
-
ON_QA
Example 40.5. Remote JCA Server
picture with red underline, use new attached
Procedure 40.13. Configure JCA Connection Factories
Step 5 In ra.xml, search for <resourceadapter>.
Remove example, it's just copy of example from step 3
Procedure 40.13. Configure JCA Connection Factories
Step 6 Configure the Inbound Connector
Change org.hornetq.core.remoting.impl.netty.NettyConnectorFactoryy --> org.hornetq.core.remoting.impl.netty.NettyConnectorFactory
Procedure 40.13. Configure JCA Connection Factories
Step 6 Configure the Inbound Connector
Enhance Important section, add something like: Comment out ConnectorClassName and ConnectionParameters parameter when using auto discovery.
Procedure 40.13. Configure JCA Connection Factories
Step 6 Configure the Inbound Connector
add HA property to support failover
<config-property> <description>Do we support HA</description> <config-property-name>HA</config-property-name> <config-property-type>java.lang.Boolean</config-property-type> <config-property-value>true</config-property-value> </config-property>