Bug 1073426 - Example configuration standalone-hornetq-colocated.xml is not correct
Summary: Example configuration standalone-hornetq-colocated.xml is not correct
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.4.0
Assignee: Clebert Suconic
QA Contact: Miroslav Novak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-06 12:35 UTC by Miroslav Novak
Modified: 2019-08-19 12:45 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:45:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1078702 0 unspecified CLOSED [Doc Change] Configuration of colocated backup cannot contain configuration of destinations or connection factories 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBEAP-247 0 Major Closed Example configuration standalone-hornetq-colocated.xml is not correct 2017-06-28 16:24:31 UTC

Internal Links: 1078702

Description Miroslav Novak 2014-03-06 12:35:02 UTC
Example configuration for collocated HA topology with shared store provided in $JBOSS_HOME/docs/examples/configs is not fully correct. 

Main issue is in configuration of shared store which points to $JBOSS_HOME/standalone/data/ directory:

<paging-directory path="messagingpaging2"/>
<bindings-directory path="messagingbindings2"/>
<journal-directory path="messagingjournal2"/>
<large-messages-directory path="messaginglargemessages2"/>

and also configuration of RemoteConnectionFactory which is not set to HA. 

Collocated HA topology requires to have two EAP 6.x servers in HQ cluster which contains HQ backups for each other. For this reason we should provide 2 standalone-hornetq-colocated-{1..2}.xml  files where location of shared store would be defined by property like ${shared.store.directory}:
<paging-directory path="${shared.store.directory}/messagingpaging2"/>

HA capable RemoteConnectionFactory is can be taken from $JBOSS_HOME/standalone/configuration/standalone-full-ha.xml

Comment 1 JBoss JIRA Server 2015-08-18 12:10:32 UTC
Jeff Mesnil <jmesnil> updated the status of jira JBEAP-247 to Resolved

Comment 2 JBoss JIRA Server 2015-08-20 08:11:30 UTC
Marek Kopecký <mkopecky> updated the status of jira JBEAP-247 to Closed


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