You can set up a NIO Transport as follows. 

<broker>
...
<transportConnectors>              
       <transportConnector name="nio"   uri="nio://localhost:61613"/>
</transportConnectors> 
...
</broker>

The client would use the following to connect to the broker or it could also
use tcp.

brokerURL = nio://localhost:61613

Joe



qwidjibo wrote:
> 
> 
> Hi all.
> 
> I've seen many different references to the availability of an NIO
> communication mechanism inside of activemq but cannot find any
> documentation on how to do it.
> 
> I've been through all the google results and searched the forums, but no
> luck...does anybody out there either know the state of the NIO
> communication in activemq and/or have any instructions about how to get it
> up and running?
> 
> Thanks!
> 
> Nick Hanssens
> Platform Architect
> LocaModa.com
> 

-- 
View this message in context: 
http://www.nabble.com/Using-NIO-with-activemq-tf4945545s2354.html#a14164038
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to