Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-6396

ActiveMQ transportConnector host should be ActiveMQHostname in config-substitutions.properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0-beta-1
    • 3.0.1
    • ActiveMQ
    • Security Level: public (Regular issues)

    Description

      I think ActiveMQHost should be distinguished from ServerHost.So the activemq transportConnector uri host should be ActiveMQHost. But in repository\org\apache\geronimo\configs\activemq-broker-blueprint\3.0-w20120503\activemq-broker-blueprint-3.0-w20120503.car\OSGI-INF\blueprint\activemq.xml it is ServerHostName.

      <!--
      The transport connectors expose ActiveMQ over a given protocol to
      clients and other brokers. For more information, see:

      http://activemq.apache.org/configuring-transports.html
      -->
      <amq:transportConnectors>
      <amq:transportConnector name="openwire" uri="tcp://${ServerHostname}:${ActiveMQPort + PortOffset}"/>
      <!--
      <transportConnector name="openwire2" uri="tcp://${ServerHostname}:${* + ${PortOffset}}" discoveryUri="multicast://default"/>
      <transportConnector name="ssl" uri="ssl://${ServerHostname}:${61617 + ${PortOffset}}"/>
      <transportConnector name="stomp" uri="stomp://${ServerHostname}:${61613 + ${PortOffset}}"/>
      <transportConnector name="xmpp" uri="xmpp://${ServerHostname}:${61222 + ${PortOffset}}"/>
      -->
      </amq:transportConnectors>

      Attachments

        1. activemq.xml.patch
          1 kB
          xiezhi

        Activity

          People

            gawor@mcs.anl.gov Jarek Gawor
            xiezhi xiezhi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: