BREAKING API CHANGE!
Changed to use enumeration for persistence setting.  Previous use of boolean was too limiting, and not very clear when reading the code.  Use of enumeration allows extension by third-party providers, as well as being self-documenting in the code.
Changed to use enumeration for message priority.

Fixes [AMQNET-105]. (See https://issues.apache.org/activemq/browse/AMQNET-105)
Fixes [AMQNET-101]. (See https://issues.apache.org/activemq/browse/AMQNET-101)

3 files changed