Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The msmq: component is a transport for working with  Microsoft Message Queuing Image Modified
This component natively sends and receives direct allocated ByteBuffer instances. This allows to access the JNI layer without expensive memory copying. 
In fact using ByteBuffer created with the method allocateDirect can be passed to the JNI layer and the native code is able to directly access the memory.

...