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.