1. 44ffe72 fix for: https://issues.apache.org/jira/browse/AMQNET-334 by Timothy A. Bish · 13 years ago
  2. 31fa818 https://issues.apache.org/jira/browse/AMQNET-329 by Timothy A. Bish · 13 years ago
  3. adf23c1 Refactor the CheckConnected function to handle multiple threads attempting to check connection status against an offline broker. Guard against unwanted exceptions being thrown when indexing into a connection state array that has not been fully set up because the broker is offline. by Jim Gomes · 13 years ago
  4. 2cf4016 Add support for transport timeout while waiting for mutex lock. by Jim Gomes · 13 years ago
  5. 9182651 Working on: https://issues.apache.org/jira/browse/AMQNET-329 by Timothy A. Bish · 13 years ago
  6. 3cc5c97 Fix for: https://issues.apache.org/jira/browse/AMQNET-328 by Timothy A. Bish · 13 years ago
  7. 9e8ed01 https://issues.apache.org/jira/browse/AMQNET-326 by Timothy A. Bish · 13 years ago
  8. 7b2ade2 fix for: https://issues.apache.org/jira/browse/AMQNET-326 by Timothy A. Bish · 13 years ago
  9. a036b7d fix for: https://issues.apache.org/jira/browse/AMQNET-326 by Timothy A. Bish · 13 years ago
  10. 0ca7197 fix for: https://issues.apache.org/jira/browse/AMQNET-326 by Timothy A. Bish · 13 years ago
  11. 5df82ab fix for: https://issues.apache.org/jira/browse/AMQNET-326 by Timothy A. Bish · 13 years ago
  12. 0477f77 Minor tweak to the tx entry code to prevent an unnecessary wait when no Tx is actually in play. by Timothy A. Bish · 13 years ago
  13. 229ece1 fix for: https://issues.apache.org/jira/browse/AMQNET-326 by Timothy A. Bish · 13 years ago
  14. d5dea81 fix for: https://issues.apache.org/jira/browse/AMQNET-324 by Timothy A. Bish · 13 years ago
  15. 998154d fix for: https://issues.apache.org/jira/browse/AMQNET-323 by Timothy A. Bish · 13 years ago
  16. 5441ca1 Fix for https://issues.apache.org/jira/browse/AMQNET-321 by Timothy A. Bish · 13 years ago
  17. 296e040 Doing some code cleanups to these test cases. by Timothy A. Bish · 13 years ago
  18. e1b633f Fixes a warning when building this test case. by Timothy A. Bish · 13 years ago
  19. 0207c19 Change the TaskRunnerFactory to create a DedicatedTaskRunner thread instead of a PooledTaskRunner. This allows the background threads to run simultaneously rather than being placed into a queue for synchronous execution. by Jim Gomes · 13 years ago
  20. b5707ba fix for https://issues.apache.org/jira/browse/AMQNET-320 by Timothy A. Bish · 13 years ago
  21. a07b80a fix for https://issues.apache.org/jira/browse/AMQNET-318 by Timothy A. Bish · 13 years ago
  22. dad15ce Add synchronizing lock when checking connected status to avoid run-time clashes between threads that start up simultaneously. by Jim Gomes · 13 years ago
  23. 264bb7f Synchronize common build file. Put back building of .NET 4.0 assemblies that was removed. by Jim Gomes · 13 years ago
  24. e0f76a9 Adds a somewhat contrived test case for using async consumers with .NET transactions. by Timothy A. Bish · 13 years ago
  25. 878e127 Add the System.Data.dll to the test build setup for the DTC tests by Timothy A. Bish · 13 years ago
  26. 40850c9 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  27. dc92330 Adds a suite of tests for verifying the functionality of MSDTC based transaction support. by Timothy A. Bish · 13 years ago
  28. 442aff3 Exclude tests in the Manual category, these require special configuration or user intervention. by Timothy A. Bish · 13 years ago
  29. 3620f37 Apparently under very heavy CPU load the clock / timer can be inaccurate so give this test a bit more leaway. by Timothy A. Bish · 13 years ago
  30. 1c25779 Refactor test a bit in an attempt to make it less sensative to timing problems. by Timothy A. Bish · 13 years ago
  31. 4d18663 Allow for operation inside a transacted session. by Timothy A. Bish · 13 years ago
  32. c08993f Move trunk version forward to v1.6.0-SNAPSHOT by Timothy A. Bish · 13 years ago
  33. 4a2ab42 Adds a Test Harrness for RecoverLogger types that allows test cases to hook the RecoveryLogger in use and control when failures occur. by Timothy A. Bish · 13 years ago
  34. 520517c Do a little code cleanup and enahance the trace statements in the TransactionContext to also log the associated TX Id. by Timothy A. Bish · 13 years ago
  35. 64c2c19 Add check for failed transport in the shutdown code, don't try and send remove info if it is, avoids logging an error for no reason. by Timothy A. Bish · 13 years ago
  36. a332a0c Fix up the close / dispose methods to better handle shutdown when a parent resource is closed before its child. by Timothy A. Bish · 13 years ago
  37. 0a832ec https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  38. 6846e61 Adds more error handling and attempt to better manage failures that occur during the prepare phase. by Timothy A. Bish · 13 years ago
  39. bec5b79 Adds a utility logger for quickly getting Console logging inside of test cases. by Timothy A. Bish · 13 years ago
  40. 2fd3d72 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  41. 2795edc Adds an additional test case. by Timothy A. Bish · 13 years ago
  42. 8825086 Improved error handling code in Rollback and Commit handlers. by Timothy A. Bish · 13 years ago
  43. 2dbe776 https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  44. 14e2b36 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  45. aa3999e https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  46. 787d292 Account for yet another undocumented thread context switch in the MSDTC code. by Timothy A. Bish · 13 years ago
  47. f120228 Fix hang on TX recover. by Timothy A. Bish · 13 years ago
  48. 58f4df5 Fix some issues with finding the file and removing it. by Timothy A. Bish · 13 years ago
  49. 56b87ad Set an initial default recovery logger and clean up a bit. by Timothy A. Bish · 13 years ago
  50. a566193 Fix potential NPE by Timothy A. Bish · 13 years ago
  51. f496587 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  52. f4e6704 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  53. 37b1047 https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  54. 686853c https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  55. b590968 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  56. 2211f94 fix for: https://issues.apache.org/jira/browse/AMQNET-311 by Timothy A. Bish · 13 years ago
  57. a590e0e fix for: https://issues.apache.org/jira/browse/AMQNET-311 by Timothy A. Bish · 13 years ago
  58. c7561db https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  59. ebc2554 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  60. 2ba1a8f https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  61. 61e6a8f https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  62. f13afbe https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  63. bd7a8fb https://issues.apache.org/jira/browse/AMQNET-306 by Timothy A. Bish · 13 years ago
  64. f19e38c https://issues.apache.org/jira/browse/AMQNET-306 by Timothy A. Bish · 13 years ago
  65. c4479b6 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  66. d8fe13f Add new files to the project file. by Timothy A. Bish · 13 years ago
  67. 99d5910 https://issues.apache.org/jira/browse/AMQNET-306 by Timothy A. Bish · 13 years ago
  68. b7db41b https://issues.apache.org/jira/browse/AMQNET-306 by Timothy A. Bish · 13 years ago
  69. d9f38b1 Allow the tcp transport oneway method to be overridden by a subclass. by Timothy A. Bish · 13 years ago
  70. ecb62a5 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  71. fb9ad2a https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  72. c73f269 https://issues.apache.org/jira/browse/AMQNET-290 by Timothy A. Bish · 13 years ago
  73. ef6f32e Update the distributed transaction code to enlist as a durable provider so that dependent resource providers get rolled back if the commit step of the amq transaction fails. by Timothy A. Bish · 13 years ago
  74. 95ef954 Update README with instructions on how to generate API documentation. by Jim Gomes · 13 years ago
  75. 3057288 Update readme files to fix typos, and to reference the latest tool versions. by Jim Gomes · 13 years ago
  76. 6fec150 Fix for: https://issues.apache.org/jira/browse/AMQNET-293 by Timothy A. Bish · 13 years ago
  77. d2e2ef3 Fix the InDoubt case to rollback the active transaction so that the next time a TX is started the Messages will be delivered again. by Timothy A. Bish · 13 years ago
  78. 9b43e15 refined the fix for: https://issues.apache.org/jira/browse/AMQNET-298 by Timothy A. Bish · 13 years ago
  79. 1d103e8 fix for: https://issues.apache.org/jira/browse/AMQNET-298 by Timothy A. Bish · 13 years ago
  80. 869357c Part of fix for: https://issues.apache.org/jira/browse/AMQNET-298 by Timothy A. Bish · 13 years ago
  81. 463d05d Part of fix for: https://issues.apache.org/jira/browse/AMQNET-298 by Timothy A. Bish · 13 years ago
  82. 78a7f3f Call the exceptionHandler in Oneway() instead of throwing an exception if the connection is closed. This is more consistent behavior. by Jim Gomes · 13 years ago
  83. 266bd71 partial fix for: https://issues.apache.org/jira/browse/AMQNET-294 by Timothy A. Bish · 13 years ago
  84. 0926f39 fix for: https://issues.apache.org/jira/browse/AMQNET-297 by Timothy A. Bish · 13 years ago
  85. c16a2da fix for: https://issues.apache.org/jira/browse/AMQNET-296 by Timothy A. Bish · 13 years ago
  86. 567e550 Some work on: https://issues.apache.org/jira/browse/AMQNET-293 by Timothy A. Bish · 13 years ago
  87. ead0237 fix for: https://issues.apache.org/jira/browse/AMQNET-295 by Timothy A. Bish · 13 years ago
  88. 2d124ef Don't allow resources to be added when the parent is closing. by Timothy A. Bish · 13 years ago
  89. a27fff4 Remove the uneeded lock used to access the marshalers array. by Timothy A. Bish · 13 years ago
  90. 9168eaf Replaces the Command is X calls with the lighter weight IsXXX that are generated into the Commands themselves. by Timothy A. Bish · 13 years ago
  91. c1617fe Add Clone() override that will copy the MessagePropertyIntercepter object. by Jim Gomes · 13 years ago
  92. e7d380a fix for: https://issues.apache.org/activemq/browse/AMQNET-288 by Timothy A. Bish · 14 years ago
  93. fa90157 fix for: https://issues.apache.org/activemq/browse/AMQNET-289 by Timothy A. Bish · 14 years ago
  94. 47d3e7d https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 14 years ago
  95. c0f77f0 https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 14 years ago
  96. 7ba9fff tests for: https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 14 years ago
  97. f33b923 fix for: https://issues.apache.org/activemq/browse/AMQNET-290 by Timothy A. Bish · 14 years ago
  98. e57a4e8 Allow the CheckConnected method to be accessed by other classes inside the assembly. by Timothy A. Bish · 14 years ago
  99. e2aa86b https://issues.apache.org/activemq/browse/AMQNET-291 by Timothy A. Bish · 14 years ago
  100. 6f5c375 Refactor the Creation methods to make extending these types simpler. by Timothy A. Bish · 14 years ago