Does JMQ 3.5 SP1 Enterprise Edition use Java NIO anywhere?

Hi,I was wondering, does anyone know whether JMQ 3.5 SP1 Enterprise Edition uses Java NIO anywhere?Cheers, Andrew
[141 byte] By [AndrewBruceLaw] at [2007-11-25 18:25:07]
# 1

Yes ...

java.nio is not used on the client (because it needs to support older

jdk's), however we do use nio on the broker.

java.nio is used:

- in the "channels" support in the shared thread pool to allow

non-blocking reads

- we use the various Buffer classes for reading,writing and

persisting some of our data

Linda_Schneider at 2007-7-3 18:27:12 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...