activemq/openwire-dotnet/tests/OpenWire.Client
Hiram R. Chirino 33b73ac71d A few openwire refactors/enhancments
- The old/default marshaling style is now refered to tight encoding 
 - We now support a loose encoding style which should be less CPU intensive (it's only a 1 pass algorithim)
 - prefixing the packet size is now optional (needs more testing)
 - Updated the c client so that it works once again.



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381926 13f79535-47bb-0310-9956-ffa450edef68
2006-03-01 06:29:45 +00:00
..
AsyncConsumeTest.cs added support for asynchronous consumption to .Net using a MessageListener along with fixing up some nant build errors 2006-02-27 11:28:35 +00:00
BadConsumeTest.cs added support for asynchronous consumption to .Net using a MessageListener along with fixing up some nant build errors 2006-02-27 11:28:35 +00:00
BytesMessageTest.cs added the standard JMS headers to IMessage together with support for custom message headers and support for temporary destinations, IMapMessage and IBytesMessage 2006-02-24 12:02:46 +00:00
ClientTest.cs added the standard JMS headers to IMessage together with support for custom message headers and support for temporary destinations, IMapMessage and IBytesMessage 2006-02-24 12:02:46 +00:00
CommandTest.cs Added missing copyright headers. 2006-02-24 08:50:52 +00:00
ConsumerTest.cs added support for transactions together with support for consumer.Receive(timeout) 2006-02-28 12:36:22 +00:00
EndianTest.cs A few openwire refactors/enhancments 2006-03-01 06:29:45 +00:00
JMSPropertyTest.cs added full test for MapMessage together with fixing a bug with long marshalling types and headers 2006-02-24 13:16:09 +00:00
MapMessageTest.cs added full test for MapMessage together with fixing a bug with long marshalling types and headers 2006-02-24 13:16:09 +00:00
OpenWire.Client.build added a rough implementation of the ITransport interface; needs more work on the concurrent processing side of things though 2006-01-11 18:58:57 +00:00
TestMain.cs Updated snippet comment 2006-02-27 10:25:54 +00:00
TestSupport.cs added support for transactions together with support for consumer.Receive(timeout) 2006-02-28 12:36:22 +00:00
TransactionTest.cs added support for transactions together with support for consumer.Receive(timeout) 2006-02-28 12:36:22 +00:00