You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by jaya_srini <jy...@Hotmail.com> on 2008/11/20 22:51:11 UTC

Transport Connector question

Hi 

The default XML configuration of ActiveMQ (5.1) has all the transport
connectors enabled

 <transportConnectors>       
       <transportConnector name="openwire" uri="tcp://localhost:61616"
discoveryUri="multicast://default"/>
       <transportConnector name="ssl"     uri="ssl://localhost:61617"/>
       <transportConnector name="stomp"   uri="stomp://localhost:61613"/>
       <transportConnector name="xmpp"    uri="xmpp://localhost:61222"/>       
</transportConnectors>

If we are only using tcp, do the others need to be enabled? Will there be
any issues if all are enabled but we only use the tcp?

My connection URL to the broker looks 

tcp://localhost:61616?jms.useAsyncSend=true&jms.dispatchAsync=true&wireFormat.maxInactivityDuration=-1

thanks
Jaya
-- 
View this message in context: http://www.nabble.com/Transport-Connector-question-tp20610723p20610723.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Transport Connector question

Posted by Joe Fernandez <jo...@ttmsolutions.com>.
If you're not using the other transports, you can go ahead and disable them.
However, there shouldn't be any issues leaving them enabled. 

Joe
http://www.ttmsolutions.com - get a free ActiveMQ user guide


jaya_srini wrote:
> 
> Hi 
> 
> The default XML configuration of ActiveMQ (5.1) has all the transport
> connectors enabled
> 
>  <transportConnectors>       
>        <transportConnector name="openwire" uri="tcp://localhost:61616"
> discoveryUri="multicast://default"/>
>        <transportConnector name="ssl"     uri="ssl://localhost:61617"/>
>        <transportConnector name="stomp"   uri="stomp://localhost:61613"/>
>        <transportConnector name="xmpp"    uri="xmpp://localhost:61222"/>       
> </transportConnectors>
> 
> If we are only using tcp, do the others need to be enabled? Will there be
> any issues if all are enabled but we only use the tcp?
> 
> My connection URL to the broker looks 
> 
> tcp://localhost:61616?jms.useAsyncSend=true&jms.dispatchAsync=true&wireFormat.maxInactivityDuration=-1
> 
> thanks
> Jaya
> 

-- 
View this message in context: http://www.nabble.com/Transport-Connector-question-tp20610723p20610843.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.