You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2009/06/10 23:58:28 UTC

svn commit: r783538 - in /activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy: net-2.0/ net-3.5/

Author: jgomes
Date: Wed Jun 10 21:58:27 2009
New Revision: 783538

URL: http://svn.apache.org/viewvc?rev=783538&view=rev
Log:
Deploy Apache.NMS.EMS 1.1.0

Modified:
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.Test.dll
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.Test.pdb
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.dll
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.pdb
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.xml
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.Test.dll
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.Test.pdb
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.dll
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.pdb
    activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.xml

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.Test.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.Test.dll?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.Test.pdb
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.Test.pdb?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.dll?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.pdb
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.pdb?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.xml?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-2.0/Apache.NMS.EMS.xml Wed Jun 10 21:58:27 2009
@@ -36,7 +36,7 @@
             The message ID which is set by the provider
             </summary>
         </member>
-        <member name="P:Apache.NMS.EMS.Message.NMSPersistent">
+        <member name="P:Apache.NMS.EMS.Message.NMSDeliveryMode">
             <summary>
             Whether or not this message is persistent
             </summary>
@@ -189,7 +189,7 @@
             Sends the message to the default destination for this producer
             </summary>
         </member>
-        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IMessage,System.Boolean,System.Byte,System.TimeSpan)">
+        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IMessage,Apache.NMS.MsgDeliveryMode,Apache.NMS.MsgPriority,System.TimeSpan)">
             <summary>
             Sends the message to the default destination with the explicit QoS configuration
             </summary>
@@ -199,7 +199,7 @@
             Sends the message to the given destination
             </summary>
         </member>
-        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IDestination,Apache.NMS.IMessage,System.Boolean,System.Byte,System.TimeSpan)">
+        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IDestination,Apache.NMS.IMessage,Apache.NMS.MsgDeliveryMode,Apache.NMS.MsgPriority,System.TimeSpan)">
             <summary>
             Sends the message to the given destination with the explicit QoS configuration
             </summary>

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.Test.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.Test.dll?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.Test.pdb
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.Test.pdb?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.dll
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.dll?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.pdb
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.pdb?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
Binary files - no diff available.

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.xml?rev=783538&r1=783537&r2=783538&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.1.0/deploy/net-3.5/Apache.NMS.EMS.xml Wed Jun 10 21:58:27 2009
@@ -36,7 +36,7 @@
             The message ID which is set by the provider
             </summary>
         </member>
-        <member name="P:Apache.NMS.EMS.Message.NMSPersistent">
+        <member name="P:Apache.NMS.EMS.Message.NMSDeliveryMode">
             <summary>
             Whether or not this message is persistent
             </summary>
@@ -189,7 +189,7 @@
             Sends the message to the default destination for this producer
             </summary>
         </member>
-        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IMessage,System.Boolean,System.Byte,System.TimeSpan)">
+        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IMessage,Apache.NMS.MsgDeliveryMode,Apache.NMS.MsgPriority,System.TimeSpan)">
             <summary>
             Sends the message to the default destination with the explicit QoS configuration
             </summary>
@@ -199,7 +199,7 @@
             Sends the message to the given destination
             </summary>
         </member>
-        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IDestination,Apache.NMS.IMessage,System.Boolean,System.Byte,System.TimeSpan)">
+        <member name="M:Apache.NMS.EMS.MessageProducer.Send(Apache.NMS.IDestination,Apache.NMS.IMessage,Apache.NMS.MsgDeliveryMode,Apache.NMS.MsgPriority,System.TimeSpan)">
             <summary>
             Sends the message to the given destination with the explicit QoS configuration
             </summary>