This is a heads-up message for users of the NMS 1.1 library. Two fixes were made to the product that will break compilation of existing code. When you update to the latest version, you will need to update references to a couple of fields and parameters. On the positive side, these breaking changes are obvious and will generate compiler errors. They are not subtle changes that are hard to find in your code.
Please see the following JIRA issues for more information: See https://issues.apache.org/activemq/browse/AMQNET-105 See https://issues.apache.org/activemq/browse/AMQNET-101 The basic change is that the NMSPersistent field is no longer a boolean value. It has been renamed to NMSDeliveryMode and the type is the new MsgDeliveryMode enumeration. The NMSPriority field has been changed from a simple byte type to the MsgPriority enumeration. The Send() function parameters now use these new enumeration types. Best, Jim Gomes -- View this message in context: http://www.nabble.com/NMS-1.1-Breaking-API-Change-tp23679137p23679137.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
