Bug 1261984

Summary: (6.4.z) Change in connection allocation of the HornetQ resource adapter
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Tom Ross <tom.ross>
Component: HornetQAssignee: Bartek Spyrko-Smietanko <bspyrkos>
Status: CLOSED DUPLICATE QA Contact: Miroslav Novak <mnovak>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: bbaranow, bspyrkos, cdewolf, csuconic, msvehla, tom.ross
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-31 18:47:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tom Ross 2015-09-10 14:37:17 UTC
A Hornet RA that is configured with multiple static connectors that points to a remote cluster.

 <connectors>
    <connector-ref connector-name=host1"/>
   <connector-ref connector-name="host2"/>                            
</connectors>


At startup if host2 is not up and running all connections will be allocated to host1. 
This is not desirable, the RA should be trying indefinlty to establish connection to host2 in hope that it may come up at some time in the future.