xiezhi created GERONIMO-6396:
--------------------------------
Summary: ActiveMQ
Key: GERONIMO-6396
URL: https://issues.apache.org/jira/browse/GERONIMO-6396
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: ActiveMQ
Affects Versions: 3.0-beta-1
Reporter: xiezhi
Priority: Minor
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://${ActiveMQHostname}:${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>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira