Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 1584 invoked from network); 4 Mar 2006 08:18:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Mar 2006 08:18:55 -0000 Received: (qmail 30293 invoked by uid 500); 4 Mar 2006 08:19:42 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 30281 invoked by uid 500); 4 Mar 2006 08:19:41 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 30272 invoked by uid 99); 4 Mar 2006 08:19:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Mar 2006 00:19:41 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 04 Mar 2006 00:19:39 -0800 Received: (qmail 1496 invoked by uid 65534); 4 Mar 2006 08:18:31 -0000 Message-ID: <20060304081831.1495.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r383069 - /incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ Date: Sat, 04 Mar 2006 08:18:22 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chirino Date: Sat Mar 4 00:18:17 2006 New Revision: 383069 URL: http://svn.apache.org/viewcvs?rev=383069&view=rev Log: Get it to compile after refactor Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQBytesMessage.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQDestination.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMapMessage.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMessage.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQObjectMessage.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQQueue.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQStreamMessage.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempDestination.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempQueue.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempTopic.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTextMessage.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTopic.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BaseCommand.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionError.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ControlCommand.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataArrayResponse.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataResponse.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DestinationInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DiscoveryEvent.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ExceptionResponse.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/FlushCommand.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/IntegerResponse.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalQueueAck.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTopicAck.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTrace.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTransaction.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/KeepAliveInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/LocalTransactionId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Message.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageAck.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatch.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatchNotification.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveSubscriptionInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Response.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ShutdownInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SubscriptionInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionId.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/WireFormatInfo.cs incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/XATransactionId.cs Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQBytesMessage.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQBytesMessage.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQBytesMessage.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQBytesMessage.cs Sat Mar 4 00:18:17 2006 @@ -17,10 +17,9 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { public class ActiveMQBytesMessage : ActiveMQMessage, IBytesMessage { Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQDestination.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQDestination.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQDestination.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQDestination.cs Sat Mar 4 00:18:17 2006 @@ -15,10 +15,8 @@ * limitations under the License. */ using System; -using OpenWire.Client.Commands; -using OpenWire.Client.Core; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { /// @@ -427,7 +425,7 @@ return physicalName.IndexOf(COMPOSITE_SEPARATOR) > 0; } - /** + /* * Returns a list of child destinations if this destination represents a composite * destination. * @@ -470,7 +468,6 @@ /** * @return hashCode for this instance */ - public override int GetHashCode() { int answer = 37; @@ -492,7 +489,6 @@ * @param obj the object to compare * @return true if this instance and obj are equivalent */ - public override bool Equals(Object obj) { bool result = this == obj; Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMapMessage.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMapMessage.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMapMessage.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMapMessage.cs Sat Mar 4 00:18:17 2006 @@ -17,10 +17,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ; +using ActiveMQ.OpenWire; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { public class ActiveMQMapMessage : ActiveMQMessage, IMapMessage { Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMessage.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMessage.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMessage.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQMessage.cs Sat Mar 4 00:18:17 2006 @@ -17,10 +17,7 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; - -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { public delegate void AcknowledgeHandler(ActiveMQMessage message); Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQObjectMessage.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQObjectMessage.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQObjectMessage.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQObjectMessage.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ActiveMQObjectMessage Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQQueue.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQQueue.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQQueue.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQQueue.cs Sat Mar 4 00:18:17 2006 @@ -15,11 +15,8 @@ * limitations under the License. */ using System; -using OpenWire.Client; -using OpenWire.Client.Commands; -using OpenWire.Client.Core; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { /// /// Summary description for ActiveMQQueue. Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQStreamMessage.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQStreamMessage.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQStreamMessage.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQStreamMessage.cs Sat Mar 4 00:18:17 2006 @@ -17,10 +17,7 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; - -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { public class ActiveMQStreamMessage : ActiveMQMessage { Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempDestination.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempDestination.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempDestination.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempDestination.cs Sat Mar 4 00:18:17 2006 @@ -1,51 +1,48 @@ -/* - * Copyright 2006 The Apache Software Foundation or its licensors, as - * applicable. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; -using System.Collections; - -using OpenWire.Client; -using OpenWire.Client.Core; - -namespace OpenWire.Client.Commands -{ - // - // Marshalling code for Open Wire Format for ActiveMQTempDestination - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public abstract class ActiveMQTempDestination : ActiveMQDestination - { - public const byte ID_ActiveMQTempDestination = 0; - - public ActiveMQTempDestination() : base() - { - } - - public ActiveMQTempDestination(String name) : base(name) - { - } - - public override byte GetDataStructureType() - { - return ID_ActiveMQTempDestination; - } - } -} +/* + * Copyright 2006 The Apache Software Foundation or its licensors, as + * applicable. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; +using System.Collections; + +namespace ActiveMQ.OpenWire.Commands +{ + // + // Marshalling code for Open Wire Format for ActiveMQTempDestination + // + // + // NOTE!: This file is autogenerated - do not modify! + // if you need to make a change, please see the Groovy scripts in the + // activemq-core module + // + public abstract class ActiveMQTempDestination : ActiveMQDestination + { + public const byte ID_ActiveMQTempDestination = 0; + + public ActiveMQTempDestination() : base() + { + } + + public ActiveMQTempDestination(String name) : base(name) + { + } + + public override byte GetDataStructureType() + { + return ID_ActiveMQTempDestination; + } + } +} Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempQueue.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempQueue.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempQueue.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempQueue.cs Sat Mar 4 00:18:17 2006 @@ -15,11 +15,8 @@ * limitations under the License. */ using System; -using OpenWire.Client; -using OpenWire.Client.Commands; -using OpenWire.Client.Core; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { /// /// A Temporary Queue Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempTopic.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempTopic.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempTopic.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTempTopic.cs Sat Mar 4 00:18:17 2006 @@ -15,11 +15,8 @@ * limitations under the License. */ using System; -using OpenWire.Client; -using OpenWire.Client.Commands; -using OpenWire.Client.Core; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { /// /// A Temporary Topic Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTextMessage.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTextMessage.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTextMessage.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTextMessage.cs Sat Mar 4 00:18:17 2006 @@ -17,10 +17,7 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; - -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { public class ActiveMQTextMessage : ActiveMQMessage, ITextMessage { Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTopic.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTopic.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTopic.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ActiveMQTopic.cs Sat Mar 4 00:18:17 2006 @@ -15,11 +15,8 @@ * limitations under the License. */ using System; -using OpenWire.Client; -using OpenWire.Client.Commands; -using OpenWire.Client.Core; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { /// /// Summary description for ActiveMQTopic. Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BaseCommand.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BaseCommand.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BaseCommand.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BaseCommand.cs Sat Mar 4 00:18:17 2006 @@ -10,10 +10,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { public abstract class BaseCommand : AbstractCommand Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for BrokerId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/BrokerInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for BrokerInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionError.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionError.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionError.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionError.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ConnectionError Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ConnectionId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConnectionInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ConnectionInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ConsumerId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ConsumerInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ConsumerInfo @@ -39,6 +39,7 @@ bool browser; ActiveMQDestination destination; int prefetchSize; + int maximumPendingMessageLimit; bool dispatchAsync; string selector; string subcriptionName; @@ -55,6 +56,7 @@ + " Browser=" + Browser + " Destination=" + Destination + " PrefetchSize=" + PrefetchSize + + " MaximumPendingMessageLimit=" + MaximumPendingMessageLimit + " DispatchAsync=" + DispatchAsync + " Selector=" + Selector + " SubcriptionName=" + SubcriptionName @@ -99,6 +101,12 @@ { get { return prefetchSize; } set { this.prefetchSize = value; } + } + + public int MaximumPendingMessageLimit + { + get { return maximumPendingMessageLimit; } + set { this.maximumPendingMessageLimit = value; } } public bool DispatchAsync Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ControlCommand.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ControlCommand.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ControlCommand.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ControlCommand.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ControlCommand Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataArrayResponse.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataArrayResponse.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataArrayResponse.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataArrayResponse.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for DataArrayResponse Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataResponse.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataResponse.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataResponse.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DataResponse.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for DataResponse Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DestinationInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DestinationInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DestinationInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DestinationInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for DestinationInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DiscoveryEvent.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DiscoveryEvent.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DiscoveryEvent.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/DiscoveryEvent.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for DiscoveryEvent Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ExceptionResponse.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ExceptionResponse.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ExceptionResponse.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ExceptionResponse.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ExceptionResponse Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/FlushCommand.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/FlushCommand.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/FlushCommand.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/FlushCommand.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for FlushCommand Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/IntegerResponse.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/IntegerResponse.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/IntegerResponse.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/IntegerResponse.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for IntegerResponse Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalQueueAck.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalQueueAck.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalQueueAck.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalQueueAck.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for JournalQueueAck Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTopicAck.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTopicAck.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTopicAck.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTopicAck.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for JournalTopicAck Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTrace.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTrace.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTrace.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTrace.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for JournalTrace Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTransaction.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTransaction.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTransaction.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/JournalTransaction.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for JournalTransaction Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/KeepAliveInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/KeepAliveInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/KeepAliveInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/KeepAliveInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for KeepAliveInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/LocalTransactionId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/LocalTransactionId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/LocalTransactionId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/LocalTransactionId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for LocalTransactionId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Message.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Message.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Message.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Message.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for Message Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageAck.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageAck.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageAck.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageAck.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for MessageAck Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatch.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatch.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatch.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatch.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for MessageDispatch Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatchNotification.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatchNotification.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatchNotification.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageDispatchNotification.cs Sat Mar 4 00:18:17 2006 @@ -1,87 +1,87 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -using System; -using System.Collections; - -using OpenWire.Client; -using OpenWire.Client.Core; - -namespace OpenWire.Client.Commands -{ - // - // Marshalling code for Open Wire Format for MessageDispatchNotification - // - // - // NOTE!: This file is autogenerated - do not modify! - // if you need to make a change, please see the Groovy scripts in the - // activemq-core module - // - public class MessageDispatchNotification : BaseCommand - { - public const byte ID_MessageDispatchNotification = 90; - - ConsumerId consumerId; - ActiveMQDestination destination; - long deliverySequenceId; - MessageId messageId; - - public override string ToString() { - return GetType().Name + "[" - + " ConsumerId=" + ConsumerId - + " Destination=" + Destination - + " DeliverySequenceId=" + DeliverySequenceId - + " MessageId=" + MessageId - + " ]"; - - } - - - - public override byte GetDataStructureType() { - return ID_MessageDispatchNotification; - } - - - // Properties - - public ConsumerId ConsumerId - { - get { return consumerId; } - set { this.consumerId = value; } - } - - public ActiveMQDestination Destination - { - get { return destination; } - set { this.destination = value; } - } - - public long DeliverySequenceId - { - get { return deliverySequenceId; } - set { this.deliverySequenceId = value; } - } - - public MessageId MessageId - { - get { return messageId; } - set { this.messageId = value; } - } - - } -} +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +using System; +using System.Collections; + +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; + +namespace ActiveMQ.OpenWire.Commands +{ + // + // Marshalling code for Open Wire Format for MessageDispatchNotification + // + // + // NOTE!: This file is autogenerated - do not modify! + // if you need to make a change, please see the Groovy scripts in the + // activemq-core module + // + public class MessageDispatchNotification : BaseCommand + { + public const byte ID_MessageDispatchNotification = 90; + + ConsumerId consumerId; + ActiveMQDestination destination; + long deliverySequenceId; + MessageId messageId; + + public override string ToString() { + return GetType().Name + "[" + + " ConsumerId=" + ConsumerId + + " Destination=" + Destination + + " DeliverySequenceId=" + DeliverySequenceId + + " MessageId=" + MessageId + + " ]"; + + } + + + + public override byte GetDataStructureType() { + return ID_MessageDispatchNotification; + } + + + // Properties + + public ConsumerId ConsumerId + { + get { return consumerId; } + set { this.consumerId = value; } + } + + public ActiveMQDestination Destination + { + get { return destination; } + set { this.destination = value; } + } + + public long DeliverySequenceId + { + get { return deliverySequenceId; } + set { this.deliverySequenceId = value; } + } + + public MessageId MessageId + { + get { return messageId; } + set { this.messageId = value; } + } + + } +} Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/MessageId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for MessageId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ProducerId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ProducerInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ProducerInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for RemoveInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveSubscriptionInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveSubscriptionInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveSubscriptionInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/RemoveSubscriptionInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for RemoveSubscriptionInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Response.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Response.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Response.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/Response.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for Response Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for SessionId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SessionInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for SessionInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ShutdownInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ShutdownInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ShutdownInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/ShutdownInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for ShutdownInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SubscriptionInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SubscriptionInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SubscriptionInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/SubscriptionInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for SubscriptionInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for TransactionId Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/TransactionInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for TransactionInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/WireFormatInfo.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/WireFormatInfo.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/WireFormatInfo.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/WireFormatInfo.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for WireFormatInfo Modified: incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/XATransactionId.cs URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/XATransactionId.cs?rev=383069&r1=383068&r2=383069&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/XATransactionId.cs (original) +++ incubator/activemq/trunk/openwire-dotnet/src/ActiveMQ/OpenWire/Commands/XATransactionId.cs Sat Mar 4 00:18:17 2006 @@ -18,10 +18,10 @@ using System; using System.Collections; -using OpenWire.Client; -using OpenWire.Client.Core; +using ActiveMQ.OpenWire; +using ActiveMQ.OpenWire.Commands; -namespace OpenWire.Client.Commands +namespace ActiveMQ.OpenWire.Commands { // // Marshalling code for Open Wire Format for XATransactionId