1. b6d954d AMQNET-562 Update NOTICE file by Timothy Bish · 7 years ago main
  2. 7274a80 Apply patch for AMQNET-556 from Stephane Ramet. Thanks Stephane! by Jim Gomes · 8 years ago
  3. 16d8f06 Apply patch for AMQNET-554. Suport for message properties, and selectors. Thanks Stephane Ramet! by Jim Gomes · 8 years ago
  4. 51ec9a2 Applied patch from Stephane Ramet to implement QueueBrowser and DeleteDestination. Thanks Stephane! by Jim Gomes · 8 years ago
  5. bf07d7b Branch NMS.MSMQ trunk to 1.7.x, using NMS API 1.7.1. Update trunk to 1.8.0. by Jim Gomes · 9 years ago
  6. 50ce3b4 Clean the individual configurations. by Jim Gomes · 10 years ago
  7. dd16851 Add IDisposable interface to IDestination. by Jim Gomes · 10 years ago
  8. 61e99b3 Exclude building Mono 4.0 assemblies. by Jim Gomes · 10 years ago
  9. b726150 Synchronizing the common build script among all of the projects. by Jim Gomes · 10 years ago
  10. 9b286b8 fix for: https://issues.apache.org/jira/browse/AMQNET-348 by Timothy A. Bish · 12 years ago
  11. 8b0e560 fix for: https://issues.apache.org/jira/browse/AMQNET-349 by Timothy A. Bish · 12 years ago
  12. 5e3c22d fix for: https://issues.apache.org/jira/browse/AMQNET-346 by Timothy A. Bish · 12 years ago
  13. fcbaa82 Add missing framework exists check. by Timothy A. Bish · 13 years ago
  14. 89368a4 Added command-line option to skip downloading dependent libraries. This gives greater flexibility for debugging with special libraries. by Jim Gomes · 13 years ago
  15. 56d85c6 Synchronize common build file. Put back building of .NET 4.0 assemblies that was removed. by Jim Gomes · 13 years ago
  16. 20cfd5b Branch trunk to 1.5.x. by Jim Gomes · 13 years ago
  17. 7bfbd0a Update README with instructions on how to generate API documentation. by Jim Gomes · 13 years ago
  18. e237327 Update readme files to fix typos, and to reference the latest tool versions. by Jim Gomes · 13 years ago
  19. 9f09310 https://issues.apache.org/activemq/browse/AMQNET-291 by Timothy A. Bish · 14 years ago
  20. e6ff449 Add support for building .NET 4.0 assemblies. Dependent vendor assemblies are currently only copies of the .NET 3.5 versions. Once actual .NET 4.0 versions are available, they can be checked in. by Jim Gomes · 14 years ago
  21. b935f25 Fix Subversion check-in screw-up. by Jim Gomes · 14 years ago
  22. 41b3230 Create EMS 1.4.x branch. by Jim Gomes · 14 years ago
  23. c17e532 Move versioning to 1.5.0 SNAPSHOT by Timothy A. Bish · 14 years ago
  24. 43e92bf Standardize NUnit test assemblies. by Jim Gomes · 14 years ago
  25. 3e7269b https://issues.apache.org/activemq/browse/AMQNET-271 by Timothy A. Bish · 14 years ago
  26. 793226f fix for: https://issues.apache.org/activemq/browse/AMQNET-271 by Timothy A. Bish · 14 years ago
  27. 9545a94 https://issues.apache.org/activemq/browse/AMQNET-276 by Timothy A. Bish · 14 years ago
  28. b924b53 Use the C# 3.5 compiler to target .NET 2.0 runtime to take advantage of the latest language features. by Jim Gomes · 14 years ago
  29. 8164206 Upgrade NUnit to 2.5.5. by Jim Gomes · 14 years ago
  30. c93ccd0 Move src and binary release packaging into the NAnt script. by Timothy A. Bish · 14 years ago
  31. a42a110 Update svn:ignore by Timothy A. Bish · 14 years ago
  32. 5f8923e Update the version to 1.4.0 by Timothy A. Bish · 14 years ago
  33. 316531d Added inclusion of XML documentation files in ZIP package. by Jim Gomes · 14 years ago
  34. 3a4c82a Added support for .NET Compact Framework 3.5. by Jim Gomes · 14 years ago
  35. 0bfbb59 Fixed version numbering. by Jim Gomes · 14 years ago
  36. 15adc55 Update package names. by Jim Gomes · 14 years ago
  37. a827dbe Update project file dependencies. by Jim Gomes · 14 years ago
  38. 24e6df9 Fix checking for required dependent assemblies. by Jim Gomes · 15 years ago
  39. 3716700 Fixed downloading vendor files and checking for missing references. by Jim Gomes · 15 years ago
  40. 883571c Fix vendor download routine to ensure build configurations match. by Jim Gomes · 15 years ago
  41. 5784da4 Remove external references to deployed assemblies. by Jim Gomes · 15 years ago
  42. 6e4583d Added IRedeliveryPolicy attribute to IConnection, and added interface level support for IRedeliveryPolicy to EMS and MSMQ providers. The EMS and MSMQ providers do not actually support the implementation of RedeliveryPolicy at this time. by Jim Gomes · 15 years ago
  43. dcbeb69 Update to latest NMS API changes. by Jim Gomes · 15 years ago
  44. 51fcac8 Added ConnectionMetaData support to the EMS and MSMQ provider implementations. by Jim Gomes · 15 years ago
  45. 8a01437 Directly support the main official provider implementations connection factories. by Jim Gomes · 15 years ago
  46. dfc43a2 Added API method to ISession and IMessageProducer to create StreamMessage. by Jim Gomes · 15 years ago
  47. 85c0d0d Fixed type on API name for QueueBrowser. by Jim Gomes · 15 years ago
  48. 5ce7e0e Implemented new BytesMessage API for MSMQ and EMS providers. by Jim Gomes · 15 years ago
  49. f4e7da8 Remove obsolete .NET 1.1 files. by Jim Gomes · 15 years ago
  50. f9113d2 Removed old coding work-arounds for .NET 1.1. by Jim Gomes · 15 years ago
  51. 33061ad Refactored async delivery dispatching thread to be interruptable so that it can be cleanly stopped and started. by Jim Gomes · 15 years ago
  52. e60be00 Moved PrimitiveMap, OpenWireBinaryReader, OpenWireBinaryWriter, EndianSupport, MessagePropertyHelper and associated tests from Apache.NMS.ActiveMQ into Apache.NMS. These are generally useful classes that should be shared among the providers instead of forcing all providers to re-implement these highly useful and complex classes. by Jim Gomes · 15 years ago
  53. 8a1deb6 Remove build for .NET 1.1. by Jim Gomes · 15 years ago
  54. 3353a8f Fixed null pointer exception. Major improvements to MSMQ support. Many unit tests are now passing. by Jim Gomes · 15 years ago
  55. 14ecfb5 Add support for overriding numeric version number to support building a specific version. by Jim Gomes · 15 years ago
  56. d2b7aea Reformat to use tabs instead of spaces for easier editing. Standardize nant-common.xml across all projects. by Jim Gomes · 15 years ago
  57. 7e802ef Update Sandcastle documentation generation scripts. by Jim Gomes · 15 years ago
  58. d12d443 Add target for Sandcastle documentation generation. by Jim Gomes · 15 years ago
  59. 1a2aacf Add build and rebuild targets. by Jim Gomes · 15 years ago
  60. d4ffefe Add support for setting the broker Uri after the connection factory is created. This is generally useful, but it is critical to fully support the Compact Framework. by Jim Gomes · 15 years ago
  61. 77e55db Added release type variable. by Jim Gomes · 15 years ago
  62. 175ff2b Add revision number generator. Code was inspired by Mark Pollack from the Spring.NET project, but modified for use within the NMS project. Thanks, Mark! by Jim Gomes · 15 years ago
  63. 13a445b Refactored package.ps1 to create two ZIP files instead of several. by Jim Gomes · 15 years ago
  64. 53c3263 Fix package version numbers. by Jim Gomes · 15 years ago
  65. 13ed0a8 Deploy Apache.NMS.MSMQ 1.2.0 by Jim Gomes · 15 years ago
  66. 0ef9ca3 Changed version to 1.2.0. by Jim Gomes · 15 years ago
  67. 944f77c Remove the CommonAssemblyInfo.cs file from version control, since it is a generated file. by Jim Gomes · 15 years ago
  68. caf1396 Build tool version update (Vista SP2). by Jim Gomes · 15 years ago
  69. e38aa14 BREAKING API CHANGE! by Jim Gomes · 15 years ago
  70. 54accf5 Fixed pathname to NUnit test configuration file. by Jim Gomes · 15 years ago
  71. 2ca9709 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  72. 6ecaa04 Re-enable building PDB files for release builds. by Jim Gomes · 15 years ago
  73. de8eb82 Added packaging script file. by Jim Gomes · 15 years ago
  74. 5cae09a Applied patch for turning off debug flag for release builds to all project configurations. The nant-common.xml file is shared among all projects. by Jim Gomes · 15 years ago
  75. 065323b Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  76. 2c8f6ee Refactored the NAnt scripts to link in the correct framework assemblies for the given target framework. Several code changes were necessary now that the .NET Compact Framework was actually being compiled. Several code enhancements had been made that were incompatible with .NET CF 2.0. by Jim Gomes · 15 years ago
  77. 87712c9 Fixed build script path references. by Jim Gomes · 15 years ago
  78. e3e7722 Remove external reference to keyfile. The keyfile will be added to each project so that it will always be branched together. by Jim Gomes · 15 years ago
  79. 3bbd460 Remove external reference to keyfile. The keyfile will be added to each project so that it will always be branched together. by Jim Gomes · 15 years ago
  80. 8c04d5d Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  81. 2f5d8dd Updated README files to specify the version of NAnt that is required to build. Updated references from Visual Studio 2005 to Visual Studio 2008. by Jim Gomes · 15 years ago
  82. 5bafdae Latest nightly build of NAnt 0.86 deprecates use of is-win32() in favor of is-windows(). by Jim Gomes · 15 years ago
  83. 14c4928 Fix local repository path when NANT_REPO environment variable is used. by Jim Gomes · 15 years ago
  84. f43f366 Update local repository location. by Jim Gomes · 15 years ago
  85. 1239dcd Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  86. 5456db6 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  87. 1dd797a Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  88. 7fbacba Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  89. e7a23b0 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  90. 898bc02 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  91. 9544e13 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  92. 8738fdd Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  93. 76b2dc9 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  94. 2a7006d Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  95. 2946c09 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  96. d8b8d64 Deploy Apache.NMS.MSMQ 1.1.0 by Jim Gomes · 15 years ago
  97. 9c9098c Set build options to always build with a keyfile for strong naming. by Jim Gomes · 15 years ago
  98. 08b864d Add test NAnt target. by Jim Gomes · 15 years ago
  99. 8740625 Added keyfile reference. by Jim Gomes · 15 years ago
  100. 3afd8d3 Add support in ISession to delete destinations, both temporary and standard. This allows for deterministic deletion of destinations without having to close a connection to get temporary destinations to be deleted. by Jim Gomes · 15 years ago