2008-10-27 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Mono.Messaging.RabbitMQ / Mono.Messaging.RabbitMQ / ChangeLog
1 2008-10-26  Michael Barker  <mike@middlesoft.co.uk>
2
3         * MessageFactory.cs:  Support all properties defined in the 1.1 version of
4         System.Messaging, including Recoverable and Priority.  Changed Timestamp
5         conversion methods to support .NET 1.1 compilation.
6         * RabbitMQMessageQueue.cs:  Removed unnecessary constants.
7
8 2008-10-12  Michael Barker  <mike@middlesoft.co.uk>
9
10         * RabbitMQMessageEnumerator.cs:  New
11         * MessageFactory.cs:  Utility class for creating MessageBase objects from
12         serialized data off the queue.
13         * RabbitMQMessageQueue.cs:  Using MessageFactory methods to handle message
14         serialization.
15
16 2008-09-29  Michael Barker  <mike@middlesoft.co.uk>
17
18         * RabbitMQMessageQueue.cs: New
19         * RabbitMQMessagingProvider.cs: New