1. 2e651af initial fix for: https://issues.apache.org/activemq/browse/AMQNET-276 by Timothy A. Bish · 14 years ago
  2. 129566f Clean up the unit test by Timothy A. Bish · 14 years ago
  3. 0fa9a38 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
  4. 78f254f https://issues.apache.org/activemq/browse/AMQNET-264 by Timothy A. Bish · 14 years ago
  5. c2bf133 Fix the createSession method to properly get the parameters form the Uri by Timothy A. Bish · 14 years ago
  6. 5d5a254 Upgrade NUnit to 2.5.5. by Jim Gomes · 14 years ago
  7. f7ad90c https://issues.apache.org/activemq/browse/AMQNET-261 by Timothy A. Bish · 14 years ago
  8. 4f9ebdc fix for: https://issues.apache.org/activemq/browse/AMQNET-259 by Timothy A. Bish · 14 years ago
  9. 63ed445 https://issues.apache.org/activemq/browse/AMQNET-254 by Timothy A. Bish · 14 years ago
  10. f8e4fc2 * FailoverTransport.cs: Remove an trace statement that no longer needed. by Timothy A. Bish · 14 years ago
  11. 14726f3 https://issues.apache.org/activemq/browse/AMQNET-254 by Timothy A. Bish · 14 years ago
  12. a5e241f Refactored mutex and locking code to support .NET Compact Framework APIs. by Jim Gomes · 14 years ago
  13. ad9fd0b https://issues.apache.org/activemq/browse/AMQNET-254 by Timothy A. Bish · 14 years ago
  14. 3ef8780 https://issues.apache.org/activemq/browse/AMQNET-254 by Timothy A. Bish · 14 years ago
  15. 1ebbfe1 https://issues.apache.org/activemq/browse/AMQNET-257 by Timothy A. Bish · 14 years ago
  16. 48a4711 Move src and binary release packaging into the NAnt script. by Timothy A. Bish · 14 years ago
  17. b51aa5f Move trunk to 1.4.0 SNAPSHOT versions by Timothy A. Bish · 14 years ago
  18. 0d37113 https://issues.apache.org/activemq/browse/AMQNET-253 by Timothy A. Bish · 14 years ago
  19. f9ebf0a https://issues.apache.org/activemq/browse/AMQNET-248 by Timothy A. Bish · 14 years ago
  20. 91717f2 http://issues.apache.org/activemq/browse/AMQNET-239 by Timothy A. Bish · 14 years ago
  21. 40b009f http://issues.apache.org/activemq/browse/AMQNET-239 by Timothy A. Bish · 14 years ago
  22. b0cf6c6 https://issues.apache.org/activemq/browse/AMQNET-245 by Timothy A. Bish · 14 years ago
  23. bbcf9a1 http://issues.apache.org/activemq/browse/AMQNET-244 by Timothy A. Bish · 14 years ago
  24. d85134b https://issues.apache.org/activemq/browse/AMQNET-239 by Timothy A. Bish · 14 years ago
  25. 2b2bcfe Remove Stomp wire format from NMS.ActiveMQ. The Stomp format is now supported by the stand-alone provider NMS.Stomp. by Jim Gomes · 14 years ago
  26. 9b3bf47 Added inclusion of XML documentation files in ZIP package. by Jim Gomes · 14 years ago
  27. d986e68 Added serialization support to all NMS exceptions. by Jim Gomes · 14 years ago
  28. a436280 fix for: https://issues.apache.org/activemq/browse/AMQNET-231 by Timothy A. Bish · 14 years ago
  29. 7a6119f Added support for .NET Compact Framework 3.5. by Jim Gomes · 14 years ago
  30. dec4a77 Move version to next major release and mark as a SNAPSHOT by Timothy A. Bish · 14 years ago
  31. 0240b3a Update the package script with correct version naming. by Timothy A. Bish · 14 years ago
  32. e3c1d81 Update version info to reflect new target release against NMS 1.2.0 by Timothy A. Bish · 14 years ago
  33. e81c570 Switch to using a temp queue, leaves broker clean when test completes. by Timothy A. Bish · 14 years ago
  34. db58103 Disable test case that can't be run on NETCF by Timothy A. Bish · 14 years ago
  35. 9a9285b Update for Compact Framework compilation by Timothy A. Bish · 14 years ago
  36. 33529ed Handle the consumer.transformation setting and add that to the test case. by Timothy A. Bish · 14 years ago
  37. d35a054 Adds a Transformation property to the ConsumerInfo for use in configuring the type of Transforamtion that the broker uses to convert MapMessage's or Object's to be sent to stomp client's by Timothy A. Bish · 14 years ago
  38. b56b603 Adds MapMessageTest for sending and receiving MapMessage. Fixes issue with unmarshal of byte when value is > 127 by Timothy A. Bish · 14 years ago
  39. 28f5dd2 Add some tests for the XmlPrimitiveMapMarshaler and a couple fixes to the marshaler. Can now read marshaled XML maps by Timothy A. Bish · 14 years ago
  40. 8e49e7a Add some tests for the XmlPrimitiveMapMarshaler and a couple fixes to the marshaler. Also adds an initial attmept at the unmarshal code for the PrimtiveMap from XML. by Timothy A. Bish · 14 years ago
  41. 5a1784b Add basic tests for the MapMessage class. by Timothy A. Bish · 14 years ago
  42. c4d3942 Adds the ability to create and send a MapMessage over stomp using the ActiveMQ jms-map-xml format. Support for receive is not yet implemented. by Timothy A. Bish · 14 years ago
  43. c2ea7a3 Update test to use unique clientId on each run. by Timothy A. Bish · 14 years ago
  44. dd5d92b Update the ToString methods in several of the commands to make the Logging more readable. by Timothy A. Bish · 14 years ago
  45. 750c9e6 Update the ToString methods in several of the commands to make the Logging more readable. by Timothy A. Bish · 14 years ago
  46. 09099fb Clean up the test case to remove compiler warnings. by Timothy A. Bish · 14 years ago
  47. 2cdce6e Add the dispatchAsync property back to connection. by Timothy A. Bish · 14 years ago
  48. e20322f Update Durable test to correctly use the client ID as the subscription name for Durable Consumers. by Timothy A. Bish · 14 years ago
  49. 82d8693 Update the ToString methods in several of the commands to make the Logging more readable. by Timothy A. Bish · 14 years ago
  50. db797ea port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  51. 93a8b43 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  52. b55abb8 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  53. f1abcc1 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  54. 0835372 Changes for Stomp and Durables by Timothy A. Bish · 14 years ago
  55. 704c342 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  56. b0c4a02 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  57. 608c42a port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  58. f9271f3 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  59. 60421e5 port code to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  60. 3ced3b3 port the MessageDispatchChannel to build on .NET CF 2.0 and above by Timothy A. Bish · 14 years ago
  61. bdb5bf7 port the MessageDispatchChannel to build on .NET CF 2.0 by Timothy A. Bish · 14 years ago
  62. c36a5e0 Update the protocol encoding and port the DedicatedTaskRunner to build on .NET CF 2.0 by Timothy A. Bish · 14 years ago
  63. 6d84489 Switch the test case from a Queue to use a TemporaryTopic in order to leave less clutter on the broker. by Timothy A. Bish · 14 years ago
  64. 4087123 Improve the defense against getting a peer closed connection error from AMQ. by Timothy A. Bish · 14 years ago
  65. 61f91fe Make a few changes to start preping for MapMessage support. by Timothy A. Bish · 14 years ago
  66. c5f8483 Adds async Acks option to Connection and a SendAcks method in Session. MessageConsumer modified to call SendAcks. Refactored the ConnectionFactory and Connection to make them more like the ActiveMQ versions. by Timothy A. Bish · 14 years ago
  67. 6407f07 Add an IdGenerator class to the Stomp client to generate ActiveMQ like unique Ids by Timothy A. Bish · 14 years ago
  68. 7c9fbc1 Fix failures in DurableTest and ExclusiveConsumerTest, add tests for the Messages. by Timothy A. Bish · 14 years ago
  69. 81e52da Remove unnecessary try catch block from the Text get method. by Timothy A. Bish · 14 years ago
  70. ecbe386 Update the IndividualAckTest and add more Transaction Tests by Timothy A. Bish · 14 years ago
  71. b737a6e Set the Session's Ack mode on the ConsumerInfo so that the StompWireFormat class can create a properly configured subscribe command. by Timothy A. Bish · 14 years ago
  72. 6e51fc8 Add the following test cases by Timothy A. Bish · 14 years ago
  73. c6f00bc Fix to actually set properties on the Connection's RedeliveryPolicy from the URI. by Timothy A. Bish · 14 years ago
  74. 745e167 Add TramsactoimTest and fix an issue with the NMSRedlivered flag. by Timothy A. Bish · 14 years ago
  75. c0b767d Adds a port of the NMSPropertyTest and TempDestinationTest by Timothy A. Bish · 14 years ago
  76. ce2b4a7 Add in a version of the DurableTest from NMS. by Timothy A. Bish · 14 years ago
  77. e578922 Add in a version of the ConsumerTest from NMS. by Timothy A. Bish · 14 years ago
  78. f30d2ce Add some initial tests ported from the Apache.NMS project and customized to work within Stomp's limitations. by Timothy A. Bish · 14 years ago
  79. ca4e46e Update the project files with new additions and updated settings. by Timothy A. Bish · 14 years ago
  80. 91164fd Ensure producers throw correct exceptions on send to non-default destinations by Timothy A. Bish · 14 years ago
  81. fa5e494 Have the Unmarshaller remove any unused "receipt" headers left in messages we receive. by Timothy A. Bish · 14 years ago
  82. 21d041b Fix some issues with failing unit tests. by Timothy A. Bish · 14 years ago
  83. 8826449 Simplified the Implementation of the MessageConsumer that was ported over the NMS.ActiveMQ by Timothy A. Bish · 14 years ago
  84. d2a3ff0 Remove any leading "stomp:" prefix from the connection URI before creating the Connection and Transports. by Timothy A. Bish · 14 years ago
  85. 3b62b89 update the URI to add the stomp: prefix by Timothy A. Bish · 14 years ago
  86. d794b4b Apply Prefetch settings to the Connection from the URI options on creation. by Timothy A. Bish · 14 years ago
  87. eac01da Update provider config file. by Timothy A. Bish · 14 years ago
  88. 447ad98 Adds test for the Stomp MessageDispatchChannel class. by Timothy A. Bish · 14 years ago
  89. a2bfb9b Fix the parsing of the MessageId to account for negative sessionIds from the broker. fixes errors from Ack messages. by Timothy A. Bish · 14 years ago
  90. c4d3f55 Fix issue with MessageAck by Timothy A. Bish · 14 years ago
  91. 11718f4 * StompFrame.cs: by Timothy A. Bish · 14 years ago
  92. d48ee62 * TcpTransport.cs: by Timothy A. Bish · 14 years ago
  93. a81c294 * StompWireFormat.cs: by Timothy A. Bish · 14 years ago
  94. 84a615c Fix setting the Frame command on read. by Timothy A. Bish · 14 years ago
  95. 7e3521e Fix missing newline in Frame, add some debugging code for use in testing (remove most later) by Timothy A. Bish · 14 years ago
  96. ff7ea05 * MapMessage.cs: by Timothy A. Bish · 14 years ago
  97. f42f6e7 Stomp client can connect to Broker now but errors out on Send of ConnectionInfo by Timothy A. Bish · 14 years ago
  98. f13d70d Update testing code to add first unit test and proper configuration of the NUnit tests. by Timothy A. Bish · 14 years ago
  99. d6348b5 by Timothy A. Bish · 14 years ago
  100. 5385669 Remove sending unsubscribe for connectionId and sessionId as the only unsubscribe in Stomp is for a ConsumerId. by Timothy A. Bish · 14 years ago