Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-5642

Documentation - 4.4.3. Data Replication - correct configuration examples

XMLWordPrintable

      In chapter - https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0/configuring-messaging/#data_replication - there are not fully correct configuration examples as they're missing group-name attribute - they should look like (for live server):

      <server>
          <replication-master check-for-live-server="true" group-name="group1" cluster-name="my-cluster"/>
             ...
          <cluster-connection name="my-cluster" />
      </server>
      

      and for backup:

      <server>
          <replication-slave group-name="group1" cluster-name="my-cluster" />
             ...
          <cluster-connection name="my-cluster" />
      </server>
      

            rhn-support-pfestoso_jira Phil Festoso (Inactive)
            mnovak1@redhat.com Miroslav Novak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: