mqlight / java-mqlight

This Java package provides the high-level API by which you can interact with the MQ Light runtime.
Apache License 2.0
10 stars 9 forks source link

Delivery request byte buf #16

Closed leachbj closed 9 years ago

leachbj commented 9 years ago

The first of three commits has some minor cleanups. The second two are refactor to remove the additional arraycopy on deliveries. If the final change is ok we can squash those two to simplify the history.

dnwe commented 9 years ago

Thanks @leachbj - good fixes. Squashed and merged.