1. 9efcbc9 AMQNET-562 Update NOTICE file by Timothy Bish · 7 years ago main
  2. 6e3b103 Applied patch from Stephane Ramet to implement QueueBrowser. Thanks Stephane! by Jim Gomes · 8 years ago
  3. 3dd2c9f Update existing TIBCO factory connection when changing the exception settings. by Jim Gomes · 9 years ago
  4. 568c71e Update to .NET 4.0. Update to TIBCO EMS 8.2.0 client assembly reference. by Jim Gomes · 9 years ago
  5. ccdf317 Add calls to TIBCO API to turn on failover mode. by Jim Gomes · 9 years ago
  6. dc73d50 Branch Apache.NMS.EMS trunk to 1.7.x. Set trunk to 1.8.0. by Jim Gomes · 9 years ago
  7. 0af7d35 Clean the individual configurations. by Jim Gomes · 10 years ago
  8. 755d9e7 Add IDisposable interface to IDestination. by Jim Gomes · 10 years ago
  9. 56ea88d Exclude building Mono 4.0 assemblies. by Jim Gomes · 10 years ago
  10. 6d69c89 Synchronizing the common build script among all of the projects. by Jim Gomes · 10 years ago
  11. c0e9942 Fix the message properties to use the MessagePropertyIntercepter to correctly set the custom NMS properties. by Jim Gomes · 11 years ago
  12. e2fa947 Override ToString() function to provide better formatted destination name that is consistent with ActiveMQ client. by Jim Gomes · 11 years ago
  13. 63e78ad fix for: https://issues.apache.org/jira/browse/AMQNET-348 by Timothy A. Bish · 12 years ago
  14. 4e53ef8 fix for: https://issues.apache.org/jira/browse/AMQNET-349 by Timothy A. Bish · 12 years ago
  15. 8b7b613 fix for: https://issues.apache.org/jira/browse/AMQNET-346 by Timothy A. Bish · 12 years ago
  16. 6d54eca Update the svn:ignore properties by Timothy A. Bish · 12 years ago
  17. 993f200 Add missing framework exists check. by Timothy A. Bish · 12 years ago
  18. e9b293e Merged revision(s) 1172914 from activemq/activemq-dotnet/Apache.NMS.EMS/branches/1.5.x: by Jim Gomes · 13 years ago
  19. 2240459 Added command-line option to skip downloading dependent libraries. This gives greater flexibility for debugging with special libraries. by Jim Gomes · 13 years ago
  20. 257bc22 Update EMS provider to use the TIBCO.EMS 6.0.1 assembly. by Jim Gomes · 13 years ago
  21. f403e8e Synchronize common build file. Put back building of .NET 4.0 assemblies that was removed. by Jim Gomes · 13 years ago
  22. dd31286 Branch trunk to 1.5.x. by Jim Gomes · 13 years ago
  23. ef29278 Update README with instructions on how to generate API documentation. by Jim Gomes · 13 years ago
  24. 8b1c47a Update readme files to fix typos, and to reference the latest tool versions. by Jim Gomes · 13 years ago
  25. ba98a67 https://issues.apache.org/activemq/browse/AMQNET-291 by Timothy A. Bish · 13 years ago
  26. 335a354 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
  27. 4794fe4 Create EMS 1.4.x branch. by Jim Gomes · 14 years ago
  28. 721eef4 Implement enhancements for EMS provider. by Jim Gomes · 14 years ago
  29. 94419a1 Implement new interfaces for EMS provider. by Jim Gomes · 14 years ago
  30. d0ef320 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
  31. 089e311 Branched Apache.NMS.EMS 1.3.0. by Jim Gomes · 14 years ago
  32. 9cd6486 Upgrade NUnit to 2.5.5. by Jim Gomes · 14 years ago
  33. f840764 Implemented new SetBytes/GetBytes API in EMS Provider. by Jim Gomes · 14 years ago
  34. db25c37 Added support for IDisposable to EMS QueueBrowser. by Jim Gomes · 14 years ago
  35. b566de6 Add support for new inheritance hierarchy for QueueBrowser support. by Jim Gomes · 14 years ago
  36. a657808 Fix error in creating connection factory. by Jim Gomes · 14 years ago
  37. c69487d Added inclusion of XML documentation files in ZIP package. by Jim Gomes · 14 years ago
  38. 4c255b7 Added support for .NET Compact Framework 3.5. by Jim Gomes · 14 years ago
  39. 00d4aa4 Fixed version numbering. by Jim Gomes · 14 years ago
  40. 9b79b34 Update package names. by Jim Gomes · 14 years ago
  41. c914779 Added exception wrapping and re-throwing to embed provider specific exceptions inside NMS exceptions. by Jim Gomes · 14 years ago
  42. 87b8385 Update project file dependencies. by Jim Gomes · 14 years ago
  43. 97604db Fix checking for required dependent assemblies. by Jim Gomes · 14 years ago
  44. b2edd4b Fixed downloading vendor files and checking for missing references. by Jim Gomes · 14 years ago
  45. 51b4ad3 Fix vendor download routine to ensure build configurations match. by Jim Gomes · 14 years ago
  46. b4d4f57 Remove external references to deployed assemblies. by Jim Gomes · 14 years ago
  47. 55eed03 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 · 14 years ago
  48. bc3bfc5 Update to latest NMS API changes. by Jim Gomes · 15 years ago
  49. 8f7f917 Added ConnectionMetaData support to the EMS and MSMQ provider implementations. by Jim Gomes · 15 years ago
  50. 77ba111 Directly support the main official provider implementations connection factories. by Jim Gomes · 15 years ago
  51. 0880587 Added API method to ISession and IMessageProducer to create StreamMessage. by Jim Gomes · 15 years ago
  52. c53a861 Fixed type on API name for QueueBrowser. by Jim Gomes · 15 years ago
  53. de5d193 Implemented new BytesMessage API for MSMQ and EMS providers. by Jim Gomes · 15 years ago
  54. e0b5321 Removed old coding work-arounds for .NET 1.1. by Jim Gomes · 15 years ago
  55. 0ad0d79 Add support for overriding numeric version number to support building a specific version. by Jim Gomes · 15 years ago
  56. 139087d Reformat to use tabs instead of spaces for easier editing. Standardize nant-common.xml across all projects. by Jim Gomes · 15 years ago
  57. 96afe4b Update Sandcastle documentation generation scripts. by Jim Gomes · 15 years ago
  58. 9e45f02 Add target for Sandcastle documentation generation. by Jim Gomes · 15 years ago
  59. 82b9f42 Add build and rebuild targets. by Jim Gomes · 15 years ago
  60. c0b7005 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. b31d01d Added release type variable. by Jim Gomes · 15 years ago
  62. 5424765 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. c6d4841 Refactored package.ps1 to create two ZIP files instead of several. by Jim Gomes · 15 years ago
  64. 2af3c20 Fix package version numbers. by Jim Gomes · 15 years ago
  65. 3e7e597 Deploy Apache.NMS.EMS 1.2.0 by Jim Gomes · 15 years ago
  66. 6eb1f73 Changed version to 1.2.0. by Jim Gomes · 15 years ago
  67. 3f53244 Remove the CommonAssemblyInfo.cs file from version control, since it is a generated file. by Jim Gomes · 15 years ago
  68. e0f97ce Build tool version update (Vista SP2). by Jim Gomes · 15 years ago
  69. 6656b38 BREAKING API CHANGE! by Jim Gomes · 15 years ago
  70. f8e2bdd Fixed pathname to NUnit test configuration file. by Jim Gomes · 15 years ago
  71. 9a747ff Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  72. 1ef49ee Re-enable building PDB files for release builds. by Jim Gomes · 15 years ago
  73. 7bef502 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  74. 94b5494 Added packaging script file. by Jim Gomes · 15 years ago
  75. 26cfc0b 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
  76. 8feb17c Removed external reference for keyfile. by Jim Gomes · 15 years ago
  77. a2495ed Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  78. 3b9da48 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
  79. b203dc5 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. f482e7a 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
  81. 8d4452c Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  82. 9146047 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
  83. ad28540 Latest nightly build of NAnt 0.86 deprecates use of is-win32() in favor of is-windows(). by Jim Gomes · 15 years ago
  84. 462f52c Fix local repository path when NANT_REPO environment variable is used. by Jim Gomes · 15 years ago
  85. 1b0d98f Update local repository location. by Jim Gomes · 15 years ago
  86. e7cb2cd Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  87. 6af7864 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  88. ae3d673 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  89. 3759c84 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  90. f91dc59 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  91. a009724 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  92. 9542647 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  93. 4f6812d Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  94. f296bd6 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  95. e7ed8d3 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  96. 66d1514 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  97. 1e74632 Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  98. c459aec Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  99. 2e64d2d Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago
  100. 3473dbf Deploy Apache.NMS.EMS 1.1.0 by Jim Gomes · 15 years ago