You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/10/18 14:08:12 UTC

svn commit: r465229 - /incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs

Author: jstrachan
Date: Wed Oct 18 05:08:10 2006
New Revision: 465229

URL: http://svn.apache.org/viewvc?view=rev&rev=465229
Log:
applied patch for AMQ-966

Modified:
    incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs

Modified: incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs?view=diff&rev=465229&r1=465228&r2=465229
==============================================================================
--- incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs (original)
+++ incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs Wed Oct 18 05:08:10 2006
@@ -104,7 +104,7 @@
         public IDestination NMSDestination
         {
             get {
-                return OriginalDestination;
+                return Destination;
             }
         }