[
https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor reassigned GERONIMO-6396:
-------------------------------------
Assignee: Jarek Gawor
> 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
> Assignee: Jarek Gawor
> Priority: Minor
> Labels: activemq,transportconnector,uri
> Attachments: activemq.xml.patch
>
>
> 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>
--
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