1. 9da9bef Makes several updates to the generic NMS Tests to ensure that each test run that uses a Client Id uses an Id unique to that run to avoid getting InvalidClientIdExceptions on the broker if the tests run to close together and don't give the broker enough time to clean up a subscription of connection. by Timothy A. Bish · 14 years ago
  2. c65ff7a Project file updates by Timothy A. Bish · 14 years ago
  3. 232eba1 Make this test a bit more generic so it works across our set of NMS providers. by Timothy A. Bish · 14 years ago
  4. 5b3a06b fix for: https://issues.apache.org/activemq/browse/AMQNET-280 by Timothy A. Bish · 14 years ago
  5. ec7da2b Adds a simple Request / Reply test case. by Timothy A. Bish · 14 years ago
  6. f0f41ec Don't check for NMSReplyTo equality here since the broker and alter the replyTo address to construct a route as in the Stomp case. by Timothy A. Bish · 14 years ago
  7. 09c9691 Handle exceptions from the DeleteDestination call, when caught we make an attempt to clear the destination so the tests start in a clean state. by Timothy A. Bish · 14 years ago
  8. ce83717 Make these tests a bit more compatible with NMS providers that don't offer the full range of NMS features such as Stomp. by Timothy A. Bish · 14 years ago
  9. 2dc114a code cleanup by Timothy A. Bish · 14 years ago
  10. 92d4208 Implement enhancements for EMS provider. by Jim Gomes · 14 years ago
  11. 9ff7f10 Project file updates by Timothy A. Bish · 14 years ago
  12. b4da283 fix for: https://issues.apache.org/activemq/browse/AMQNET-271 by Timothy A. Bish · 14 years ago
  13. 262124b Adds the test to a "LongRunning" Category and excludes that from the nant test target. by Timothy A. Bish · 14 years ago
  14. c31f53c fix: https://issues.apache.org/activemq/browse/AMQNET-276 by Timothy A. Bish · 14 years ago
  15. 79d248c Project file updates by Timothy A. Bish · 14 years ago
  16. b754b53 fix: https://issues.apache.org/activemq/browse/AMQNET-276 by Timothy A. Bish · 14 years ago
  17. 50d2b6d Project file updates by Timothy A. Bish · 14 years ago
  18. fd5ce16 initial fix for: https://issues.apache.org/activemq/browse/AMQNET-276 by Timothy A. Bish · 14 years ago
  19. 47332a9 Extend the connection factory test to test multiple scenarios. by Jim Gomes · 14 years ago
  20. aa8cdd5 Set conditional compile for .NET 3.5 tests. by Jim Gomes · 14 years ago
  21. 746d924 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
  22. 1107aa4 Made slow consumer test into an explicit test. by Jim Gomes · 14 years ago
  23. 0e112ca * MessageSelectorTest.cs: by Timothy A. Bish · 14 years ago
  24. 5d766ff Change default send timeout value to 0. Ensure that the requestTimeout value is propagated from the connection factory on down through the connection down to the producer. by Jim Gomes · 14 years ago
  25. 5829306 Fix test to reset read-only flag for sent messages. by Jim Gomes · 14 years ago
  26. 4cfbd5e https://issues.apache.org/activemq/browse/AMQNET-272 by Timothy A. Bish · 14 years ago
  27. 712edaf Fix message comparison in the test. by Jim Gomes · 14 years ago
  28. 72e029f Fixed API for .NET CF compatibility. by Jim Gomes · 14 years ago
  29. 1b0655d Added support for processing expired messages that were received from the broker. by Jim Gomes · 14 years ago
  30. d7ad2e4 Modify load search order to look for config file first before using default provider assembly information. This allows better run-time configuration flexibility. by Jim Gomes · 14 years ago
  31. 85e8f08 Clean up a misbehaving test by Timothy A. Bish · 14 years ago
  32. 9b3cdbf https://issues.apache.org/activemq/browse/AMQNET-264 by Timothy A. Bish · 14 years ago
  33. ffb95d5 Makes the ParseQuery method a bit more tolerant of bad input. by Timothy A. Bish · 14 years ago
  34. 56f1e1f Upgrade NUnit to 2.5.5. by Jim Gomes · 14 years ago
  35. e510807 https://issues.apache.org/activemq/browse/AMQNET-261 by Timothy A. Bish · 14 years ago
  36. 497b08c https://issues.apache.org/activemq/browse/AMQNET-261 by Timothy A. Bish · 14 years ago
  37. 9a8a240 Include new Tests in the VS projects by Timothy A. Bish · 14 years ago
  38. 9968768 https://issues.apache.org/activemq/browse/AMQNET-261 by Timothy A. Bish · 14 years ago
  39. 1701acb Applied modified patch from Daniel Ellis. Made a few fixups to use newer APIs to load assembly filenames, and made a fix to append .dll extension when looking for filenames. by Jim Gomes · 14 years ago
  40. 35f3537 * CountDownLatch.cs: revert previous change by Timothy A. Bish · 14 years ago
  41. 05fa3ae * CountDownLatch.cs: Add a Count method to see how many times the latch needs to be counted down. by Timothy A. Bish · 14 years ago
  42. 126b33c https://issues.apache.org/activemq/browse/AMQNET-257 by Timothy A. Bish · 14 years ago
  43. eb6b528 Updated package fileset definition. by Timothy A. Bish · 14 years ago
  44. e06c8ef Adds a package target to the nant build to create the src and bin archives for a release. by Timothy A. Bish · 14 years ago
  45. 14ad1f6 Mark NMS trunk as v1.4.0 now. by Timothy A. Bish · 14 years ago
  46. 130bd34 Added MessageConsumerExtensions for cleaner code usage. by Jim Gomes · 14 years ago
  47. 9bd7e04 https://issues.apache.org/activemq/browse/AMQNET-206 by Timothy A. Bish · 14 years ago
  48. a4f3da6 http://issues.apache.org/activemq/browse/AMQNET-244 by Timothy A. Bish · 14 years ago
  49. 8e1f62d Always encode XML messages using UTF-8. It is the most platform neutral encoding, and is the de facto web standard. by Jim Gomes · 14 years ago
  50. 6559472 Added inclusion of XML documentation files in ZIP package. by Jim Gomes · 14 years ago
  51. 887ca44 Refactor serialization support of NMS exceptions for .NET Compact Framework. by Jim Gomes · 14 years ago
  52. fd8a211 Added serialization support to all NMS exceptions. by Jim Gomes · 14 years ago
  53. 6d95213 Applied patch from Sebastien Rodriguez - excepting changes that broke other platform builds (i.e., .NET 3.5, and .NET Compact Framework). Thanks, Sebastien! by Jim Gomes · 14 years ago
  54. 23858cb Change underlying buffer for serializing Xml text to a StringBuilder type. This will serialize the Xml message as a Unicode string without a Byte Order Mark. by Jim Gomes · 14 years ago
  55. f18e5b7 Added support for .NET Compact Framework 3.5. by Jim Gomes · 14 years ago
  56. ee8c747 Add missing Apache License by Timothy A. Bish · 14 years ago
  57. bf72a88 Update the Windows Project file to add ProducerTest by Timothy A. Bish · 14 years ago
  58. fcac132 https://issues.apache.org/activemq/browse/AMQNET-224 by Timothy A. Bish · 14 years ago
  59. 1c1b22f https://issues.apache.org/activemq/browse/AMQNET-223 by Timothy A. Bish · 14 years ago
  60. d701037 Add an additional test for adding and removing an MessageListner from a Consumer. by Timothy A. Bish · 14 years ago
  61. ff48d2e Fixed version numbering. by Jim Gomes · 14 years ago
  62. d779f1a Update package names. by Jim Gomes · 14 years ago
  63. 959aff8 Add encoding for deserializing objects. by Jim Gomes · 15 years ago
  64. e6ccca2 Update project file dependencies. by Jim Gomes · 15 years ago
  65. c7ef159 Added extension methods for IMessage, IMessageProducer, and ISession. by Jim Gomes · 15 years ago
  66. 597a912 Lengthen the timeout on some of the tests as they are a bit to short for a loaded broker. by Timothy A. Bish · 15 years ago
  67. 7012704 * BytesMessageTest.cs: by Timothy A. Bish · 15 years ago
  68. 3ad89af * PrimitiveMap.cs: by Timothy A. Bish · 15 years ago
  69. ff7d821 Fix checking for required dependent assemblies. by Jim Gomes · 15 years ago
  70. fe4adde Fixed downloading vendor files and checking for missing references. by Jim Gomes · 15 years ago
  71. be8258b Fix vendor download routine to ensure build configurations match. by Jim Gomes · 15 years ago
  72. 249aeed Remove external references to deployed assemblies. by Jim Gomes · 15 years ago
  73. bd80e45 Remove external references to deployed assemblies. by Jim Gomes · 15 years ago
  74. 57068db * NMSTestSupport.cs: by Timothy A. Bish · 15 years ago
  75. 9e78e96 * ConsumerTest.cs: by Timothy A. Bish · 15 years ago
  76. 3214f26 * DurableTest.cs: by Timothy A. Bish · 15 years ago
  77. 01ab218 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
  78. d9241f4 * RedeliveryPolicyTest.cs: by Timothy A. Bish · 15 years ago
  79. 6cc33fc * RedeliveryPolicy.cs: by Timothy A. Bish · 15 years ago
  80. f84237d * NMSTestSupport.cs: by Timothy A. Bish · 15 years ago
  81. e232c2e Add missing files to Windows Project by Timothy A. Bish · 15 years ago
  82. 69ccfa6 Fix some more formatting issues by Timothy A. Bish · 15 years ago
  83. dbe4d9a Remove uneeded using statements by Timothy A. Bish · 15 years ago
  84. 4fd3e90 https://issues.apache.org/activemq/browse/AMQNET-137 by Timothy A. Bish · 15 years ago
  85. 9d24ecd https://issues.apache.org/activemq/browse/AMQNET-137 by Timothy A. Bish · 15 years ago
  86. 396939e https://issues.apache.org/activemq/browse/AMQNET-137 by Timothy A. Bish · 15 years ago
  87. 66d5081 https://issues.apache.org/activemq/browse/AMQNET-137 by Timothy A. Bish · 15 years ago
  88. c7d7c9b https://issues.apache.org/activemq/browse/AMQNET-137 by Timothy A. Bish · 15 years ago
  89. e120a93 Add additional documentation to the Acknowledgment modes. by Timothy A. Bish · 15 years ago
  90. 9597a94 http://issues.apache.org/activemq/browse/AMQNET-199 by Timothy A. Bish · 15 years ago
  91. 23beb85 Increase the timeout to prevent the tests from failing on slow systems or on Brokers that are very busy. by Timothy A. Bish · 15 years ago
  92. e6d70e3 Add missing files to Windows Project by Timothy A. Bish · 15 years ago
  93. 86d757e * TempDestinationTest.cs: by Timothy A. Bish · 15 years ago
  94. 1d5eed2 Adds async versions of the Client Ack Tests by Timothy A. Bish · 15 years ago
  95. a072ffc Add tests for Client Ack Mode to ensure unacked messages are redelivered. by Timothy A. Bish · 15 years ago
  96. d4a2dc1 Add a new test for message send / receive in transacted sessions. by Timothy A. Bish · 15 years ago
  97. 8814625 Added several new tests and some more utility methods into NMSTestSupport. Tests all pass with NMS.ActiveMQ by Timothy A. Bish · 15 years ago
  98. 49601be Add new tests to check that a Stopped Connection that is restarted dispatches messages as expected. by Timothy A. Bish · 15 years ago
  99. a6b4e0a Adds test to ensure that a timed consumer receive gets a message if its initaited before a producer sends a message. by Timothy A. Bish · 15 years ago
  100. 1e4fd22 Adds the individual ack mode to the list of available modes. by Timothy A. Bish · 15 years ago