You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2012/10/10 17:31:04 UTC

[jira] [Commented] (GERONIMO-6396) ActiveMQ

    [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473310#comment-13473310 ] 

Jarek Gawor commented on GERONIMO-6396:
---------------------------------------

Can you submit as a patch?

                
> 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
>              Labels: activemq,transportconnector,uri
>         Attachments: activemq.xml
>
>
> 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