1. 9472af7 Fix race condition. Don't throw an exception when checking for connection closed if the RequestTimeout is set to infinite. by Jim Gomes · 11 years ago
  2. 840febd small fix for backup swap by Timothy A. Bish · 11 years ago
  3. 3ea7873 https://issues.apache.org/jira/browse/AMQNET-403 by Timothy A. Bish · 11 years ago
  4. 68ef16c Update with file changes. by Jim Gomes · 11 years ago
  5. 9635cb5 Small update to priority support to prevent some unnecessary connection bouncing. by Timothy A. Bish · 11 years ago
  6. d9fcf02 Finishing up https://issues.apache.org/jira/browse/AMQNET-403 by Timothy A. Bish · 11 years ago
  7. 26e25da Fixes for: by Timothy A. Bish · 11 years ago
  8. 5395463 fix for: https://issues.apache.org/jira/browse/AMQNET-437 by Timothy A. Bish · 11 years ago
  9. 7227488 fix for: https://issues.apache.org/jira/browse/AMQNET-434 by Timothy A. Bish · 11 years ago
  10. 79d10fc Some code cleanups to make formatting more consistent and give the ThreadSimulator class a more sensible name. by Timothy A. Bish · 11 years ago
  11. 87ec901 Add new test cases to project. by Jim Gomes · 11 years ago
  12. 7315c11 Fix for https://issues.apache.org/jira/browse/AMQNET-435 by Timothy A. Bish · 11 years ago
  13. a9188a8 test for: https://issues.apache.org/jira/browse/AMQNET-424 by Timothy A. Bish · 11 years ago
  14. e0bf1b0 fix for: https://issues.apache.org/jira/browse/AMQNET-433 by Timothy A. Bish · 11 years ago
  15. 88c6aa9 fix: https://issues.apache.org/jira/browse/AMQNET-410 by Timothy A. Bish · 11 years ago
  16. 1656757 Wire in the Scheduler, connection tasks now pinned to a single thread in the Scheduler. by Timothy A. Bish · 11 years ago
  17. 54a6a2c Add missing files to the project. by Jim Gomes · 11 years ago
  18. 885f3ea Adds some tests and tweaks. by Timothy A. Bish · 11 years ago
  19. d963728 fixes for: by Timothy A. Bish · 11 years ago
  20. b79ae60 Move to the Threads namespace and add some documentation for the schedule methods. by Timothy A. Bish · 11 years ago
  21. 9c8d279 Adds a new TimerEx class that implements a more scalable and controllable Timer object than the basic .NET version. Can be used to schedule multiple tasks that are run from a single Thread. Individual tasks can be cancelled as needed and tasks can be scheduled to repeat using either fixed rate or fixed delay execution. by Timothy A. Bish · 11 years ago
  22. 7453543 fixes for: by Timothy A. Bish · 11 years ago
  23. eee9f7f ThreadPoolExecutor should be allowed to complete pending tasks after Shutdown is called, but reject any new tasks. Add an AwaitTermination method to allow for orderly shutdown before abandoning outstanding work. by Timothy A. Bish · 11 years ago
  24. cef455f fixes for: by Timothy A. Bish · 11 years ago
  25. e3a6cfc fix for: https://issues.apache.org/jira/browse/AMQNET-420 by Timothy A. Bish · 11 years ago
  26. 3f06f55 Add a transient Exception field in MessageDispatch to store the Rollback cause. by Timothy A. Bish · 11 years ago
  27. 8f89db6 Add OpenWire V9 files to VS project. by Jim Gomes · 11 years ago
  28. 4a4fe8e fix for: https://issues.apache.org/jira/browse/AMQNET-427 by Timothy A. Bish · 11 years ago
  29. 7a45dec Add configuration options for features that need to be added into the NMS.ActiveMQ lib to sync up with the Java and C++ client. by Timothy A. Bish · 11 years ago
  30. 801521f Add class ConnectionAudit and a unit test for it by Timothy A. Bish · 11 years ago
  31. 4b43f56 Implement a Message Audit and test along with some updates toe LRUCache by Timothy A. Bish · 11 years ago
  32. 462dda4 Minor clean up to unit test. by Jim Gomes · 11 years ago
  33. a9ef529 Minor clean up to unit test. by Jim Gomes · 11 years ago
  34. 220ca67 Fix for AMQNET-415. Throw an InvalidClientIDException if the login credentials are incorrect when using a failover protocol connection. Added matching unit test. by Jim Gomes · 11 years ago
  35. 095d85a fix for: https://issues.apache.org/jira/browse/AMQNET-409 by Timothy A. Bish · 11 years ago
  36. fb78f31 Fix for: https://issues.apache.org/jira/browse/AMQNET-402 by Timothy A. Bish · 11 years ago
  37. 0ddb84c Add support for Mono 4.0. Fix compiler warnings in unit tests. by Jim Gomes · 11 years ago
  38. 721a9a0 fix for: https://issues.apache.org/jira/browse/AMQNET-399 by Timothy A. Bish · 11 years ago
  39. 9b5516f Merged revision(s) 1376782 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  40. cad2c2a Merged revision(s) 1375295 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  41. b45cb36 Merged revision(s) 1374469 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  42. 485d24e https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  43. 3b63161 https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  44. 37ef228 Fix typos. by Jim Gomes · 12 years ago
  45. 75d998a fix for: https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  46. f50a7d2 fix for: https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  47. 87e2248 Fix some warnings that appear on the Mono builds. by Timothy A. Bish · 12 years ago
  48. 05e9dcc fix for: https://issues.apache.org/jira/browse/AMQNET-388 by Timothy A. Bish · 12 years ago
  49. 07dfe5a fix for: https://issues.apache.org/jira/browse/AMQNET-382 by Timothy A. Bish · 12 years ago
  50. 8e070fa Added sync locking of temp destination advisory cache lists. by Jim Gomes · 12 years ago
  51. b62dbf4 fix for: https://issues.apache.org/jira/browse/AMQNET-381 by Timothy A. Bish · 12 years ago
  52. dd5f310 fix for: https://issues.apache.org/jira/browse/AMQNET-379 by Timothy A. Bish · 12 years ago
  53. e6894b9 fix for: https://issues.apache.org/jira/browse/AMQNET-380 by Timothy A. Bish · 12 years ago
  54. f5ceef2 Clean up of test runs to use advisory message monitoring to avoid guessing at timeouts. Fixed a few connection leaks. by Jim Gomes · 12 years ago
  55. eb20abb Delete the test queue before starting the test to avoid any cruft hanging around from previous test runs. by Jim Gomes · 12 years ago
  56. f405a73 Refactor TestConsumeAfterPublishFailsForDestroyedTempDestination to be deterministic in deleting the temp queue by monitoring the advisory messages instead of estimating that waiting 2 seconds is long enough for the delete to occur. This makes the test run reliably, and it runs as fast as possible. by Jim Gomes · 12 years ago
  57. 31dcddc fix for: https://issues.apache.org/jira/browse/AMQNET-377 by Timothy A. Bish · 12 years ago
  58. 334d7d1 Update the test to ensure that producer sends are done sync, and ensure that stale messages are read from the queue in the TestConsumeAfterPublishFailsForDestroyedTempDestination test case by Timothy A. Bish · 12 years ago
  59. c7406a3 Add missing assembly reference. by Jim Gomes · 12 years ago
  60. 0420c0c Merged revision(s) 1312026 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  61. 31a8f5f Merged revision(s) 1311395 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  62. f8de055 Test case for: https://issues.apache.org/jira/browse/AMQNET-375 by Timothy A. Bish · 12 years ago
  63. b00aa1a fix for: https://issues.apache.org/jira/browse/AMQNET-375 by Timothy A. Bish · 12 years ago
  64. bfdd361 fix for: https://issues.apache.org/jira/browse/AMQNET-373 by Timothy A. Bish · 12 years ago
  65. 8bc428c fix for: https://issues.apache.org/jira/browse/AMQNET-372 by Timothy A. Bish · 12 years ago
  66. 3523ebc Rolling back changes from previous check-in. by Jim Gomes · 12 years ago
  67. 169bf42 Merged revision(s) 1294890 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  68. dc8c508 Merged revision(s) 1293360 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  69. dedf1ca Merged revision(s) 1238881 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  70. eb84ad4 Update project files to include new files added by Timothy A. Bish · 12 years ago
  71. 846107e fix for: https://issues.apache.org/jira/browse/AMQNET-366 by Timothy A. Bish · 12 years ago
  72. 8deb448 Add an additional utility method for temp dests by Timothy A. Bish · 12 years ago
  73. dbab8d5 fix for: https://issues.apache.org/jira/browse/AMQNET-362 by Timothy A. Bish · 12 years ago
  74. dc0549e fix for: https://issues.apache.org/jira/browse/AMQNET-361 by Timothy A. Bish · 12 years ago
  75. 2c5bd6f fix for: https://issues.apache.org/jira/browse/AMQNET-360 by Timothy A. Bish · 12 years ago
  76. 60dcd66 Fix for: https://issues.apache.org/jira/browse/AMQNET-353 by Timothy A. Bish · 12 years ago
  77. c575b7a Add new test to project file by Timothy A. Bish · 12 years ago
  78. 276ccff fix for: https://issues.apache.org/jira/browse/AMQNET-352 by Timothy A. Bish · 12 years ago
  79. 79572e4 Fix for possible NPE by Timothy A. Bish · 12 years ago
  80. a3503a1 fix for: https://issues.apache.org/jira/browse/AMQNET-352 by Timothy A. Bish · 12 years ago
  81. 0970a63 fix for: https://issues.apache.org/jira/browse/AMQNET-348 by Timothy A. Bish · 12 years ago
  82. 8e352e0 fix for: https://issues.apache.org/jira/browse/AMQNET-349 by Timothy A. Bish · 12 years ago
  83. a2837a1 fix for: https://issues.apache.org/jira/browse/AMQNET-336 by Timothy A. Bish · 12 years ago
  84. 1435025 Add new test to project file by Timothy A. Bish · 12 years ago
  85. e32f4e0 Fix for: https://issues.apache.org/jira/browse/AMQNET-335 by Timothy A. Bish · 12 years ago
  86. 99dd278 fix for: https://issues.apache.org/jira/browse/AMQNET-347 by Timothy A. Bish · 12 years ago
  87. b596163 fix for: https://issues.apache.org/jira/browse/AMQNET-346 by Timothy A. Bish · 12 years ago
  88. f3a27ef Fix for: https://issues.apache.org/jira/browse/AMQNET-344 by Timothy A. Bish · 12 years ago
  89. 00a2144 fix for: https://issues.apache.org/jira/browse/AMQNET-340 with some testing in NMS.ActiveMQ by Timothy A. Bish · 12 years ago
  90. 4e9bd76 Add missing framework exists check. by Timothy A. Bish · 12 years ago
  91. 97add6a Merged revision(s) 1187123 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 13 years ago
  92. f195426 Merged revision(s) 1186568 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 13 years ago
  93. 3ab0f75 Merged revision(s) 1177395 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 13 years ago
  94. 9ad498e Merged revision(s) 1177390 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 13 years ago
  95. 527369b Merged revision(s) 1171874 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 13 years ago
  96. a08281e Merged revision(s) 1171843 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 13 years ago
  97. b2f8841 Added command-line option to skip downloading dependent libraries. This gives greater flexibility for debugging with special libraries. by Jim Gomes · 13 years ago
  98. 15f5313 https://issues.apache.org/jira/browse/AMQNET-329 by Timothy A. Bish · 13 years ago
  99. d6a332e https://issues.apache.org/jira/browse/AMQNET-329 by Timothy A. Bish · 13 years ago
  100. f7b8eff Update project files to include new files added for. by Timothy A. Bish · 13 years ago