Timothy A. Bish [Mon, 20 Sep 2010 12:51:08 +0000 (12:51 +0000)]
tagged as the released code.
Timothy A. Bish [Thu, 9 Sep 2010 20:39:04 +0000 (20:39 +0000)]
fix for: https://issues.apache.org/activemq/browse/AMQNET-281
Timothy A. Bish [Tue, 7 Sep 2010 14:29:05 +0000 (14:29 +0000)]
Update to reflect 1.4.0 release.
Timothy A. Bish [Tue, 7 Sep 2010 14:18:08 +0000 (14:18 +0000)]
Branch code for the 1.4 release
Timothy A. Bish [Fri, 3 Sep 2010 20:01:59 +0000 (20:01 +0000)]
Remove duplicate tests from NMS.Stomp and add back in Apache.NMS.Test.dll to the nunit project file.
Timothy A. Bish [Fri, 3 Sep 2010 18:58:55 +0000 (18:58 +0000)]
Fix for: https://issues.apache.org/activemq/browse/AMQNET-279
Timothy A. Bish [Thu, 2 Sep 2010 22:32:05 +0000 (22:32 +0000)]
Fix some of the error messages in the NotSupportedExceptions and add a throw in DeleteDestination since Stomp can't do this.
Timothy A. Bish [Thu, 2 Sep 2010 22:16:17 +0000 (22:16 +0000)]
Replace some Console outs with Trace statements.
Timothy A. Bish [Wed, 1 Sep 2010 22:28:56 +0000 (22:28 +0000)]
Rollback the addition of the NMS.Test.dll as almost every generic NMS test fails for Stomp due to its protocol limitations. With this in the test target is almost useless due to the extreme amount of time it takes to run and the massive number of errors that result. We need to find a way to prune out the tests that can't possibly pass before we put the NMS Tests DLL into this file.
Timothy A. Bish [Wed, 1 Sep 2010 22:08:44 +0000 (22:08 +0000)]
Add exclude for long running tests to the test target
Timothy A. Bish [Wed, 1 Sep 2010 21:55:58 +0000 (21:55 +0000)]
code cleanup
Jim Gomes [Wed, 1 Sep 2010 18:01:11 +0000 (18:01 +0000)]
Standardize NUnit test assemblies.
Timothy A. Bish [Tue, 31 Aug 2010 21:48:26 +0000 (21:48 +0000)]
Tag fields that really need to be readonly as such.
Timothy A. Bish [Tue, 31 Aug 2010 14:42:16 +0000 (14:42 +0000)]
Apply same change for: https://issues.apache.org/activemq/browse/AMQNET-273
Timothy A. Bish [Sun, 29 Aug 2010 18:44:38 +0000 (18:44 +0000)]
fix for: https://issues.apache.org/activemq/browse/AMQNET-271
Timothy A. Bish [Thu, 26 Aug 2010 22:13:30 +0000 (22:13 +0000)]
add new ignore
Timothy A. Bish [Thu, 26 Aug 2010 22:12:51 +0000 (22:12 +0000)]
Fix for: https://issues.apache.org/activemq/browse/AMQNET-278
Timothy A. Bish [Thu, 26 Aug 2010 20:23:20 +0000 (20:23 +0000)]
fix: https://issues.apache.org/activemq/browse/AMQNET-276
Throw an exception for StreamMessage conversion since Stomp can't send or receive them.
Timothy A. Bish [Thu, 26 Aug 2010 19:24:24 +0000 (19:24 +0000)]
fix for: https://issues.apache.org/activemq/browse/AMQNET-277
Timothy A. Bish [Wed, 25 Aug 2010 20:12:31 +0000 (20:12 +0000)]
initial fix for: https://issues.apache.org/activemq/browse/AMQNET-276
Adds MessageTransformation abstract class to NMS util and implements for Stomp and ActiveMQ clients.
Timothy A. Bish [Wed, 25 Aug 2010 17:58:23 +0000 (17:58 +0000)]
Clean up the unit test
Jim Gomes [Sat, 21 Aug 2010 00:55:01 +0000 (00:55 +0000)]
Use the C# 3.5 compiler to target .NET 2.0 runtime to take advantage of the latest language features.
Timothy A. Bish [Tue, 20 Jul 2010 23:19:22 +0000 (23:19 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-264
Use new URISupport methods to preserve the options when non-destructive extraction is what we want.
Timothy A. Bish [Mon, 19 Jul 2010 20:45:51 +0000 (20:45 +0000)]
Fix the createSession method to properly get the parameters form the Uri
Jim Gomes [Fri, 16 Jul 2010 17:14:12 +0000 (17:14 +0000)]
Upgrade NUnit to 2.5.5.
Fixes [AMQNET-263]. (See https://issues.apache.org/activemq/browse/AMQNET-263)
Timothy A. Bish [Thu, 15 Jul 2010 23:18:43 +0000 (23:18 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-261
Updates to the Uri Parsing and Composite Uri handling. Allows most of the various forms of URIs that the AMQ docs call out.
Added several new unit tests for URISupport and Tests in NMS.ActiveMQ to ensure that the Connection params are getting set even when a composite Uri is used for Failover transport.
Timothy A. Bish [Fri, 9 Jul 2010 21:10:12 +0000 (21:10 +0000)]
fix for: https://issues.apache.org/activemq/browse/AMQNET-259
fix for: https://issues.apache.org/activemq/browse/AMQNET-260
Fixes both NMS.ActiveMQ and NMS.Stomp
Timothy A. Bish [Thu, 8 Jul 2010 19:39:08 +0000 (19:39 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-254
Some enhancements and fixes for Failover processing and shutdown.
Timothy A. Bish [Thu, 8 Jul 2010 18:25:04 +0000 (18:25 +0000)]
* FailoverTransport.cs: Remove an trace statement that no longer needed.
Timothy A. Bish [Thu, 8 Jul 2010 15:27:15 +0000 (15:27 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-254
Adds more failover handling, basic failover is working now.
Jim Gomes [Wed, 7 Jul 2010 19:24:17 +0000 (19:24 +0000)]
Refactored mutex and locking code to support .NET Compact Framework APIs.
Timothy A. Bish [Tue, 6 Jul 2010 22:27:14 +0000 (22:27 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-254
Adds a basic FailoverTransport and Inactivity monitor. Also provides a simple ConnectionStateTracker that can track the Connection and restore all its Consumer subscriptions once a successful failover is completed.
Timothy A. Bish [Tue, 6 Jul 2010 22:19:34 +0000 (22:19 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-254
Adds a basic FailoverTransport and Inactivity monitor. Also provides a simple ConnectionStateTracker that can track the Connection and restore all its Consumer subscriptions once a successful failover is completed.
Timothy A. Bish [Fri, 18 Jun 2010 14:32:04 +0000 (14:32 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-257
Add SetBytes and GetBytes to the IPrimitiveMap and implement in PrimitiveMap.
Timothy A. Bish [Thu, 17 Jun 2010 20:49:27 +0000 (20:49 +0000)]
Move src and binary release packaging into the NAnt script.
Timothy A. Bish [Mon, 24 May 2010 21:26:23 +0000 (21:26 +0000)]
Move trunk to 1.4.0 SNAPSHOT versions
Timothy A. Bish [Mon, 24 May 2010 15:16:41 +0000 (15:16 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-253
I've fixed the issue I think, as well as fixing the MessageProducer to honer the default TimeToLive setting when calling Send. Added two new tests to check for this.
Timothy A. Bish [Tue, 4 May 2010 15:52:22 +0000 (15:52 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-248
Fix issue with MessageID not getting converted to a String correctly.
Timothy A. Bish [Wed, 7 Apr 2010 14:12:26 +0000 (14:12 +0000)]
issues.apache.org/activemq/browse/AMQNET-239
Adds URI options for setting which Store name and the Store Location to to load from when attempting to get client certificates for dual authentication type.
Timothy A. Bish [Wed, 31 Mar 2010 21:25:06 +0000 (21:25 +0000)]
issues.apache.org/activemq/browse/AMQNET-239
Updates to better support client authentication when required by the server.
Timothy A. Bish [Tue, 30 Mar 2010 13:33:40 +0000 (13:33 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-245
Added encode of timestamp field. Removed default init of timestamp in Message class.
Timothy A. Bish [Wed, 17 Mar 2010 13:48:56 +0000 (13:48 +0000)]
issues.apache.org/activemq/browse/AMQNET-244
Update the STOMP commands to match the changes in the NMS API.
Timothy A. Bish [Tue, 9 Mar 2010 19:16:00 +0000 (19:16 +0000)]
https://issues.apache.org/activemq/browse/AMQNET-239
Add an SslTransport to the Stomp Client and throw an exception when Ssl is specified on NETCF platforms.
Jim Gomes [Mon, 22 Feb 2010 18:25:31 +0000 (18:25 +0000)]
Remove Stomp wire format from NMS.ActiveMQ. The Stomp format is now supported by the stand-alone provider NMS.Stomp.
Fixes [AMQNET-238]. (See https://issues.apache.org/activemq/browse/AMQNET-238)
Jim Gomes [Fri, 12 Feb 2010 21:50:23 +0000 (21:50 +0000)]
Added inclusion of XML documentation files in ZIP package.
Jim Gomes [Tue, 9 Feb 2010 21:17:20 +0000 (21:17 +0000)]
Added serialization support to all NMS exceptions.
Fixes [AMQNET-210]. (See https://issues.apache.org/activemq/browse/AMQNET-210)
Timothy A. Bish [Tue, 9 Feb 2010 14:20:34 +0000 (14:20 +0000)]
fix for: https://issues.apache.org/activemq/browse/AMQNET-231
Jim Gomes [Mon, 8 Feb 2010 19:46:31 +0000 (19:46 +0000)]
Added support for .NET Compact Framework 3.5.
Sign the assemblies for Compact Framework builds.
Removed obsolete configuration for .NET 1.1 Framework.
Fixes [AMQNET-229]. (See https://issues.apache.org/activemq/browse/AMQNET-229)
Timothy A. Bish [Mon, 8 Feb 2010 15:49:10 +0000 (15:49 +0000)]
Move version to next major release and mark as a SNAPSHOT
Timothy A. Bish [Fri, 15 Jan 2010 16:46:57 +0000 (16:46 +0000)]
Update the package script with correct version naming.
Timothy A. Bish [Fri, 15 Jan 2010 15:58:46 +0000 (15:58 +0000)]
Update version info to reflect new target release against NMS 1.2.0
Timothy A. Bish [Thu, 14 Jan 2010 22:32:27 +0000 (22:32 +0000)]
Switch to using a temp queue, leaves broker clean when test completes.
Timothy A. Bish [Thu, 14 Jan 2010 21:52:30 +0000 (21:52 +0000)]
Disable test case that can't be run on NETCF
Timothy A. Bish [Thu, 14 Jan 2010 21:09:35 +0000 (21:09 +0000)]
Update for Compact Framework compilation
Timothy A. Bish [Thu, 14 Jan 2010 20:18:37 +0000 (20:18 +0000)]
Handle the consumer.transformation setting and add that to the test case.
Timothy A. Bish [Thu, 14 Jan 2010 19:22:46 +0000 (19:22 +0000)]
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
Timothy A. Bish [Thu, 14 Jan 2010 16:46:29 +0000 (16:46 +0000)]
Adds MapMessageTest for sending and receiving MapMessage. Fixes issue with unmarshal of byte when value is > 127
Timothy A. Bish [Thu, 14 Jan 2010 15:34:03 +0000 (15:34 +0000)]
Add some tests for the XmlPrimitiveMapMarshaler and a couple fixes to the marshaler. Can now read marshaled XML maps
Timothy A. Bish [Wed, 13 Jan 2010 23:26:16 +0000 (23:26 +0000)]
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.
Timothy A. Bish [Wed, 13 Jan 2010 23:09:39 +0000 (23:09 +0000)]
Add basic tests for the MapMessage class.
Timothy A. Bish [Wed, 13 Jan 2010 18:54:01 +0000 (18:54 +0000)]
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.
Timothy A. Bish [Wed, 13 Jan 2010 15:02:30 +0000 (15:02 +0000)]
Update test to use unique clientId on each run.
Timothy A. Bish [Tue, 12 Jan 2010 23:25:01 +0000 (23:25 +0000)]
Update the ToString methods in several of the commands to make the Logging more readable.
Timothy A. Bish [Tue, 12 Jan 2010 23:19:24 +0000 (23:19 +0000)]
Update the ToString methods in several of the commands to make the Logging more readable.
Timothy A. Bish [Tue, 12 Jan 2010 21:48:09 +0000 (21:48 +0000)]
Clean up the test case to remove compiler warnings.
Timothy A. Bish [Tue, 12 Jan 2010 19:48:45 +0000 (19:48 +0000)]
Add the dispatchAsync property back to connection.
Timothy A. Bish [Tue, 12 Jan 2010 16:42:39 +0000 (16:42 +0000)]
Update Durable test to correctly use the client ID as the subscription name for Durable Consumers.
Timothy A. Bish [Tue, 12 Jan 2010 15:39:47 +0000 (15:39 +0000)]
Update the ToString methods in several of the commands to make the Logging more readable.
Timothy A. Bish [Tue, 12 Jan 2010 00:42:35 +0000 (00:42 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Tue, 12 Jan 2010 00:40:41 +0000 (00:40 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Tue, 12 Jan 2010 00:37:58 +0000 (00:37 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Tue, 12 Jan 2010 00:32:38 +0000 (00:32 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Tue, 12 Jan 2010 00:19:40 +0000 (00:19 +0000)]
Changes for Stomp and Durables
Timothy A. Bish [Mon, 11 Jan 2010 23:43:12 +0000 (23:43 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Mon, 11 Jan 2010 21:52:43 +0000 (21:52 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Mon, 11 Jan 2010 21:50:31 +0000 (21:50 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Mon, 11 Jan 2010 21:46:06 +0000 (21:46 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Mon, 11 Jan 2010 21:38:27 +0000 (21:38 +0000)]
port code to build on .NET CF 2.0 and above
Timothy A. Bish [Mon, 11 Jan 2010 21:32:48 +0000 (21:32 +0000)]
port the MessageDispatchChannel to build on .NET CF 2.0 and above
Timothy A. Bish [Mon, 11 Jan 2010 21:26:06 +0000 (21:26 +0000)]
port the MessageDispatchChannel to build on .NET CF 2.0
Timothy A. Bish [Mon, 11 Jan 2010 20:01:48 +0000 (20:01 +0000)]
Update the protocol encoding and port the DedicatedTaskRunner to build on .NET CF 2.0
Timothy A. Bish [Fri, 8 Jan 2010 22:39:42 +0000 (22:39 +0000)]
Switch the test case from a Queue to use a TemporaryTopic in order to leave less clutter on the broker.
Timothy A. Bish [Fri, 8 Jan 2010 21:42:16 +0000 (21:42 +0000)]
Improve the defense against getting a peer closed connection error from AMQ.
Timothy A. Bish [Fri, 8 Jan 2010 16:23:52 +0000 (16:23 +0000)]
Make a few changes to start preping for MapMessage support.
Timothy A. Bish [Thu, 7 Jan 2010 22:31:30 +0000 (22:31 +0000)]
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.
Adds Tests for ConnectionFactory through the NMSConnectionFactory and a test case for the DedicatedTaskRunner.
Timothy A. Bish [Thu, 7 Jan 2010 21:52:43 +0000 (21:52 +0000)]
Add an IdGenerator class to the Stomp client to generate ActiveMQ like unique Ids
Timothy A. Bish [Thu, 7 Jan 2010 21:14:10 +0000 (21:14 +0000)]
Fix failures in DurableTest and ExclusiveConsumerTest, add tests for the Messages.
Timothy A. Bish [Thu, 7 Jan 2010 21:11:12 +0000 (21:11 +0000)]
Remove unnecessary try catch block from the Text get method.
Timothy A. Bish [Thu, 7 Jan 2010 19:40:17 +0000 (19:40 +0000)]
Update the IndividualAckTest and add more Transaction Tests
Timothy A. Bish [Thu, 7 Jan 2010 15:43:44 +0000 (15:43 +0000)]
Set the Session's Ack mode on the ConsumerInfo so that the StompWireFormat class can create a properly configured subscribe command.
Timothy A. Bish [Wed, 6 Jan 2010 22:55:53 +0000 (22:55 +0000)]
Add the following test cases
ExclusiveConsumer
IndividualAck
MessageListenerRedelivery
StompRedeliveryPolicyTest
Timothy A. Bish [Wed, 6 Jan 2010 22:46:54 +0000 (22:46 +0000)]
Fix to actually set properties on the Connection's RedeliveryPolicy from the URI.
Timothy A. Bish [Wed, 6 Jan 2010 20:24:54 +0000 (20:24 +0000)]
Add TramsactoimTest and fix an issue with the NMSRedlivered flag.
Timothy A. Bish [Wed, 6 Jan 2010 16:36:34 +0000 (16:36 +0000)]
Adds a port of the NMSPropertyTest and TempDestinationTest
Timothy A. Bish [Wed, 6 Jan 2010 15:55:00 +0000 (15:55 +0000)]
Add in a version of the DurableTest from NMS.
Timothy A. Bish [Wed, 6 Jan 2010 15:29:50 +0000 (15:29 +0000)]
Add in a version of the ConsumerTest from NMS.
Timothy A. Bish [Wed, 6 Jan 2010 14:35:34 +0000 (14:35 +0000)]
Add some initial tests ported from the Apache.NMS project and customized to work within Stomp's limitations.
Timothy A. Bish [Tue, 5 Jan 2010 20:27:22 +0000 (20:27 +0000)]
Update the project files with new additions and updated settings.
Timothy A. Bish [Tue, 5 Jan 2010 20:26:19 +0000 (20:26 +0000)]
Ensure producers throw correct exceptions on send to non-default destinations
Timothy A. Bish [Tue, 5 Jan 2010 20:26:03 +0000 (20:26 +0000)]
Have the Unmarshaller remove any unused "receipt" headers left in messages we receive.