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

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

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

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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved GERONIMO-6396.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.1
    
> 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
>             Fix For: 3.0.1
>
>         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

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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ 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

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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13476276#comment-13476276 ] 

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

Committed the patch with additional changes in revision 1398401. Please review.

                
> 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

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

Posted by "xiezhi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiezhi updated GERONIMO-6396:
-----------------------------

    Attachment:     (was: activemq.xml)
    
> 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.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

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

Posted by "xiezhi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473763#comment-13473763 ] 

xiezhi commented on GERONIMO-6396:
----------------------------------

Sorry, I am not a committer yet. Could anyone help me to verify the patch, and submit it?
                
> 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

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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474245#comment-13474245 ] 

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

You attached an entire file. Please attach just the diff of the changes you made. That way it will be easy to tell what was changed.

                
> 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

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

Posted by "xiezhi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiezhi updated GERONIMO-6396:
-----------------------------

    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>

  was:
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>

    
> 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
>
> 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

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

Posted by "xiezhi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiezhi updated GERONIMO-6396:
-----------------------------

    Attachment: activemq.xml.patch

Have maken a patch file.Please check it. Thank you very much.
                
> 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.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

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

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ 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

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

Posted by "xiezhi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xiezhi updated GERONIMO-6396:
-----------------------------

    Attachment: activemq.xml

I changed ServerHostname to ActiveMQHostname.
                
> 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