How about this:

    <transportConnectors>
<transportConnector name="ThisIsJustForHumansToRead" uri="udp://localhost:61610"/>
    </transportConnectors>

You should be able to tack on discovery like in your tcp example if you want discovery.

John

On Dec 14, 2006, at 12:17 PM, toolpusher2006 wrote:


Can someone help me with the "transportConnector" configuration tag/ string
for UDP.
I may have missed it but I could not find documentation for UDP on the site.

<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"/>
</transportConnectors>

In the example here there is a "transportConnector" for tcp, ssl, and stomp.
What does this string look like for UDP?

Thanks in advance.
-Hari Koduru


--
View this message in context: http://www.nabble.com/ transportConnector-configuration-for-UDP-tf2823184.html#a7880227
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Reply via email to