Hi folks,
I've just added the Netty transport for JBoss Messaging to the trunk. I copied the
unit tests of MINA and all tests seem to pass although I had to make some modifications:
* A test method for MessagingBuffer.limit() was modified slightly because Netty
buffer's initial capacity is always 0 however big buffer you requested.
* Changed the type of connection ID from Long to Object because Netty uses UUID instead of
long. This shouldn't affect MINA. I'm not sure if Netty will have some
disadvantage from the performance perspective because of this.
I didn't touch the integration tests and stress tests. Can someone run it for me and
let me know how it goes? Otherwise, I could run the integration tests on my machine with
your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170983#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...