Change NMSConstants.defaultPriority type from 'int' to 'byte' to match
IMessage.NMSPersistent type.
---------------------------------------------------------------------------------------------------
Key: AMQNET-63
URL: https://issues.apache.org/activemq/browse/AMQNET-63
Project: ActiveMQ .Net
Issue Type: Improvement
Components: ActiveMQ Client
Reporter: Jim Gomes
Assignee: James Strachan
Priority: Minor
Attachments: NMSConstants.cs.patch.txt
There is a type mis-match between the NMSConstants.defaultPriority value and
the IMessage.NMSPersistent type. They should both be ints, or both be bytes.
Simplest solution is to change the NMSConstants.defaultPriority type to 'byte'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.