4d27f2e7d7
OpenWireMessageConverter::toAMQMessage on bytes messages is lazy allocating a write buffer with a default size of 1024 even when it won't be used to write anything. It avoid an useless allocation by reducing it to new byte[0]. |
||
---|---|---|
.. | ||
java/org/apache/activemq/artemis/core/protocol/openwire | ||
resources/META-INF/services |