On Mon, 2009-12-07 at 11:56 -0800, magellings wrote: > Was it expected to have breaking changes? > > Error 7 The property or indexer > 'Apache.NMS.ActiveMQ.Session.PrefetchSize' > cannot be used in this context because it lacks the get accessor > C:\WIP\QuadNMS\src\NMS.Integration.Test\PrefetchZeroPullTest.cs 162 > 109 > NMS.Integration.Test > Error 8 The property or indexer > 'Apache.NMS.ActiveMQ.Session.MaximumPendingMessageLimit' cannot be used in > this context because it lacks the get accessor > C:\WIP\QuadNMS\src\NMS.Integration.Test\DestinationFactoryTest.cs 196 > 54 > NMS.Integration.Test > >
Yes, this version will have some breaking changes if you are using non NMS API defined methods These properties are now set via the PrefetchPolicy owned by the Connection class. Regards Tim. > > Timothy Bish wrote: > > > > ***** ANNOUNCEMENT ***** > > > > The Apache NMS 1.2.0 Release Candidate 1 is now available at the > > following location: > > > > http://people.apache.org/~tabish/nms-1.2.0-RC1 > > > > The following projects are included: > > > > Apache.NMS > > Apache.NMS.ActiveMQ > > Apache.NMS.EMS > > Apache.NMS.MSMQ > > Apache.NMS.WCF > > > > There are release binaries and debug binaries (with PDBs) provided. The > > binary ZIP files include pre-built assemblies for all of the platforms > > that are supported by each project (e.g., .NET 2.0, Mono, .NET 3.5, > > etc). Not all projects support all platforms. Please note that in > > order to use the Apache.NMS.EMS project files, you will need to provide > > your own copy of the TIBCO.EMS.dll, as this is a licensed 3rd Party > > application. > > > > Please report any issues or problems you have with these files. > > > > Regards > > Tim Bish > > > > > > > -- Tim Bish http://fusesource.com http://timbish.blogspot.com/
