SPRNET-1218 - Update to use Apache NMS 1.1

This commit is contained in:
markpollack
2009-06-16 20:03:42 +00:00
parent 4ae54fe77b
commit 8a114489a3

View File

@@ -20,6 +20,16 @@ Spring.Core
2. XmlReaderContext constructor now requires an IObjectDefinitionFactory to be specified. Thus XmlReaderContext.ObjectDefinitionFactory
is read only now.
3. Changes to the Apache NMS API, which was not yet a public release when included in Spring 1.2.0 made breaking API changes.
On NmsTemlate,
1) The property 'byte Priority' was changed to 'MsgPriority Priority'
2) The property 'bool Persistent' is no longer part of the NMS API but is still supported in a backward compatible
manner by Spring by translation to standard MsgDeliveryMode enumeration values of Persistent and NonPersistent.
A new property MsgDelivery has been added. The class, CachedMessageProducer, which is unlikely to be use by
end users, was directly upgraded to the latest API without any backwards compatibility support.
Changes (1.1.2 to 1.2 RC1 or greater)
Spring.Core