[Java] Small performance tweaks
-------------------------------
Key: QPID-482
URL: https://issues.apache.org/jira/browse/QPID-482
Project: Qpid
Issue Type: Improvement
Components: Java Broker
Affects Versions: M2
Reporter: Rob Godfrey
Fix For: M2
Did a bit of profiling on the Java Broker running single producer / consumer
queue tests.
A few little things showed up which I've modified: removed some logging that
would truely only be useful while developing the code; changed the code which
checks to see if a channel is closing to have a boolean on the channel rather
than always doing a set .contains call.... a few tiny improvements in
encoding... etc...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.