Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-6022

RA doesn't allow multiple servers when using static connector

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • EAP 5.1.0 Post Release
    • None
    • None
    • None

    Description

      currently you can only configure 1 connector when not using discovery. This means you cant use static connectors with failover. We need to change this so users can define multiple connectors, like this:

      <config-property-name>ConnectorClassName</config-property-name>
      <config-property-type>java.lang.String</config-property-type>
      <config-property-value>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory,org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</config-property-value>

      and

      <config-property-name>ConnectionParameters</config-property-name>
      <config-property-type>java.lang.String</config-property-type>
      <config-property-value>host=127.0.0.1;port=5445,host=127.0.0.1;port=5446</config-property-value>

      Attachments

        Activity

          People

            rh-ee-ataylor Andy Taylor
            rh-ee-ataylor Andy Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: