OPENWIRE-69 - Fix PartialCommand and ProducerAck sequence ids (#4)

PartialCommand and ProducerAck duplicate the same sequence id on more
than one property. This commit fixes the sequence and also adds
validation to the marshaller to verify that sequences are not duplicated
and are contiguous and if they are not an IllegalArgumentException is thrown.
7 files changed
tree: 687f78e5ef444ddbbbe25a59ae2b514554e484bd
  1. openwire-annotations/
  2. openwire-core/
  3. openwire-generator/
  4. openwire-interop-tests/
  5. openwire-legacy/
  6. openwire-website/
  7. .gitignore
  8. Jenkinsfile
  9. KEYS
  10. LICENSE
  11. NOTICE
  12. pom.xml
  13. README.md
README.md

ActiveMQ OpenWire

This library provides an implementation of the OpenWire protocol which is the native wire protocol for ActiveMQ Brokers and Clients.