Bug 1261984 - (6.4.z) Change in connection allocation of the HornetQ resource adapter
Summary: (6.4.z) Change in connection allocation of the HornetQ resource adapter
Keywords:
Status: CLOSED DUPLICATE of bug 1267172
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Bartek Spyrko-Smietanko
QA Contact: Miroslav Novak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-10 14:37 UTC by Tom Ross
Modified: 2019-09-12 08:54 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-31 18:47:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HORNETQ-1492 0 Major Open Change in connection allocation of the HornetQ resource adapter 2017-10-04 10:42:42 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.