1. 6b93a82 fix for: https://issues.apache.org/jira/browse/AMQNET-451 remove some dead code. by Timothy A. Bish · 11 years ago
  2. 45e7d7c Fix for: https://issues.apache.org/jira/browse/AMQNET-450 by Timothy A. Bish · 11 years ago
  3. 70f0612 https://issues.apache.org/jira/browse/AMQNET-449 by Timothy A. Bish · 11 years ago
  4. da07a27 https://issues.apache.org/jira/browse/AMQNET-448 by Timothy A. Bish · 11 years ago
  5. 99eba9c https://issues.apache.org/jira/browse/AMQNET-447 by Timothy A. Bish · 11 years ago
  6. 51ed705 Updated project files by Timothy A. Bish · 11 years ago
  7. b66f58f https://issues.apache.org/jira/browse/AMQNET-446 by Timothy A. Bish · 11 years ago
  8. feac509 Updated project files by Timothy A. Bish · 11 years ago
  9. d8be7be https://issues.apache.org/jira/browse/AMQNET-445 by Timothy A. Bish · 11 years ago
  10. 974165d Added missing files to project. by Jim Gomes · 11 years ago
  11. 23de4cc Add a little Stopper utility class. by Timothy A. Bish · 11 years ago
  12. a2ba9bf https://issues.apache.org/jira/browse/AMQNET-444 by Timothy A. Bish · 11 years ago
  13. ba59ca8 https://issues.apache.org/jira/browse/AMQNET-444 by Timothy A. Bish · 11 years ago
  14. da560b3 move trunk to 1.7.x SNAPSHOTs by Timothy A. Bish · 11 years ago
  15. f849c85 Couple small cleanups. by Timothy A. Bish · 11 years ago
  16. ce97970 Test fixes to catch up with the latest changes. by Timothy A. Bish · 11 years ago
  17. d513d68 fix for: https://issues.apache.org/jira/browse/AMQNET-412 by Timothy A. Bish · 11 years ago
  18. 833643f continue to partition the DTC code into its own domain. by Timothy A. Bish · 11 years ago
  19. 781ca6e Allow for subclass override to TransactionContext creation. by Timothy A. Bish · 11 years ago
  20. 0d7a02b fix for: https://issues.apache.org/jira/browse/AMQNET-419 by Timothy A. Bish · 11 years ago
  21. 305c430 fix for: https://issues.apache.org/jira/browse/AMQNET-419 by Timothy A. Bish · 11 years ago
  22. c93feb1 Few small cleanups by Timothy A. Bish · 11 years ago
  23. fdfd2ac apply fix for: https://issues.apache.org/jira/browse/AMQNET-421 by Timothy A. Bish · 11 years ago
  24. 79fc742 fix and test updates for: https://issues.apache.org/jira/browse/AMQNET-416 by Timothy A. Bish · 11 years ago
  25. 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
  26. 840febd small fix for backup swap by Timothy A. Bish · 11 years ago
  27. 3ea7873 https://issues.apache.org/jira/browse/AMQNET-403 by Timothy A. Bish · 11 years ago
  28. 68ef16c Update with file changes. by Jim Gomes · 11 years ago
  29. 9635cb5 Small update to priority support to prevent some unnecessary connection bouncing. by Timothy A. Bish · 11 years ago
  30. d9fcf02 Finishing up https://issues.apache.org/jira/browse/AMQNET-403 by Timothy A. Bish · 11 years ago
  31. 26e25da Fixes for: by Timothy A. Bish · 11 years ago
  32. 5395463 fix for: https://issues.apache.org/jira/browse/AMQNET-437 by Timothy A. Bish · 11 years ago
  33. 7227488 fix for: https://issues.apache.org/jira/browse/AMQNET-434 by Timothy A. Bish · 11 years ago
  34. 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
  35. 87ec901 Add new test cases to project. by Jim Gomes · 11 years ago
  36. 7315c11 Fix for https://issues.apache.org/jira/browse/AMQNET-435 by Timothy A. Bish · 11 years ago
  37. a9188a8 test for: https://issues.apache.org/jira/browse/AMQNET-424 by Timothy A. Bish · 11 years ago
  38. e0bf1b0 fix for: https://issues.apache.org/jira/browse/AMQNET-433 by Timothy A. Bish · 11 years ago
  39. 88c6aa9 fix: https://issues.apache.org/jira/browse/AMQNET-410 by Timothy A. Bish · 11 years ago
  40. 1656757 Wire in the Scheduler, connection tasks now pinned to a single thread in the Scheduler. by Timothy A. Bish · 11 years ago
  41. 54a6a2c Add missing files to the project. by Jim Gomes · 11 years ago
  42. 885f3ea Adds some tests and tweaks. by Timothy A. Bish · 11 years ago
  43. d963728 fixes for: by Timothy A. Bish · 11 years ago
  44. b79ae60 Move to the Threads namespace and add some documentation for the schedule methods. by Timothy A. Bish · 11 years ago
  45. 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
  46. 7453543 fixes for: by Timothy A. Bish · 11 years ago
  47. 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
  48. cef455f fixes for: by Timothy A. Bish · 11 years ago
  49. e3a6cfc fix for: https://issues.apache.org/jira/browse/AMQNET-420 by Timothy A. Bish · 11 years ago
  50. 3f06f55 Add a transient Exception field in MessageDispatch to store the Rollback cause. by Timothy A. Bish · 11 years ago
  51. 8f89db6 Add OpenWire V9 files to VS project. by Jim Gomes · 11 years ago
  52. 4a4fe8e fix for: https://issues.apache.org/jira/browse/AMQNET-427 by Timothy A. Bish · 11 years ago
  53. 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
  54. 801521f Add class ConnectionAudit and a unit test for it by Timothy A. Bish · 11 years ago
  55. 4b43f56 Implement a Message Audit and test along with some updates toe LRUCache by Timothy A. Bish · 11 years ago
  56. 462dda4 Minor clean up to unit test. by Jim Gomes · 11 years ago
  57. a9ef529 Minor clean up to unit test. by Jim Gomes · 11 years ago
  58. 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
  59. 095d85a fix for: https://issues.apache.org/jira/browse/AMQNET-409 by Timothy A. Bish · 11 years ago
  60. fb78f31 Fix for: https://issues.apache.org/jira/browse/AMQNET-402 by Timothy A. Bish · 11 years ago
  61. 0ddb84c Add support for Mono 4.0. Fix compiler warnings in unit tests. by Jim Gomes · 12 years ago
  62. 721a9a0 fix for: https://issues.apache.org/jira/browse/AMQNET-399 by Timothy A. Bish · 12 years ago
  63. 9b5516f Merged revision(s) 1376782 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  64. cad2c2a Merged revision(s) 1375295 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  65. b45cb36 Merged revision(s) 1374469 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  66. 485d24e https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  67. 3b63161 https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  68. 37ef228 Fix typos. by Jim Gomes · 12 years ago
  69. 75d998a fix for: https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  70. f50a7d2 fix for: https://issues.apache.org/jira/browse/AMQNET-391 by Timothy A. Bish · 12 years ago
  71. 87e2248 Fix some warnings that appear on the Mono builds. by Timothy A. Bish · 12 years ago
  72. 05e9dcc fix for: https://issues.apache.org/jira/browse/AMQNET-388 by Timothy A. Bish · 12 years ago
  73. 07dfe5a fix for: https://issues.apache.org/jira/browse/AMQNET-382 by Timothy A. Bish · 12 years ago
  74. 8e070fa Added sync locking of temp destination advisory cache lists. by Jim Gomes · 12 years ago
  75. b62dbf4 fix for: https://issues.apache.org/jira/browse/AMQNET-381 by Timothy A. Bish · 12 years ago
  76. dd5f310 fix for: https://issues.apache.org/jira/browse/AMQNET-379 by Timothy A. Bish · 12 years ago
  77. e6894b9 fix for: https://issues.apache.org/jira/browse/AMQNET-380 by Timothy A. Bish · 12 years ago
  78. 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
  79. 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
  80. 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
  81. 31dcddc fix for: https://issues.apache.org/jira/browse/AMQNET-377 by Timothy A. Bish · 12 years ago
  82. 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
  83. c7406a3 Add missing assembly reference. by Jim Gomes · 12 years ago
  84. 0420c0c Merged revision(s) 1312026 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  85. 31a8f5f Merged revision(s) 1311395 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  86. f8de055 Test case for: https://issues.apache.org/jira/browse/AMQNET-375 by Timothy A. Bish · 12 years ago
  87. b00aa1a fix for: https://issues.apache.org/jira/browse/AMQNET-375 by Timothy A. Bish · 12 years ago
  88. bfdd361 fix for: https://issues.apache.org/jira/browse/AMQNET-373 by Timothy A. Bish · 12 years ago
  89. 8bc428c fix for: https://issues.apache.org/jira/browse/AMQNET-372 by Timothy A. Bish · 12 years ago
  90. 3523ebc Rolling back changes from previous check-in. by Jim Gomes · 12 years ago
  91. 169bf42 Merged revision(s) 1294890 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  92. dc8c508 Merged revision(s) 1293360 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  93. dedf1ca Merged revision(s) 1238881 from activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x: by Jim Gomes · 12 years ago
  94. eb84ad4 Update project files to include new files added by Timothy A. Bish · 12 years ago
  95. 846107e fix for: https://issues.apache.org/jira/browse/AMQNET-366 by Timothy A. Bish · 12 years ago
  96. 8deb448 Add an additional utility method for temp dests by Timothy A. Bish · 12 years ago
  97. dbab8d5 fix for: https://issues.apache.org/jira/browse/AMQNET-362 by Timothy A. Bish · 12 years ago
  98. dc0549e fix for: https://issues.apache.org/jira/browse/AMQNET-361 by Timothy A. Bish · 12 years ago
  99. 2c5bd6f fix for: https://issues.apache.org/jira/browse/AMQNET-360 by Timothy A. Bish · 12 years ago
  100. 60dcd66 Fix for: https://issues.apache.org/jira/browse/AMQNET-353 by Timothy A. Bish · 12 years ago