Description
The Requestor uses the writeBuffers call on Transceivers to send one-way messages and the current NettyTranscevier throws an UnsupportedOperationException when this is called. A minor change is required to send a NettyDataPack instead. The unit tests use the shared sample protocol 'mail.avpr' and this will need a one-way message definition 'fireandforget' to allow testing of the one-way behavior.