You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/04/28 21:53:18 UTC

svn commit: r769516 - /activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java

Author: tabish
Date: Tue Apr 28 19:53:18 2009
New Revision: 769516

URL: http://svn.apache.org/viewvc?rev=769516&view=rev
Log:
Add more code to support Stomp WireFormat.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java

Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java?rev=769516&r1=769515&r2=769516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java Tue Apr 28 19:53:18 2009
@@ -46,10 +46,12 @@
         commandsWithShortcuts.add( "Message" );
         commandsWithShortcuts.add( "MessageAck" );
         commandsWithShortcuts.add( "ProducerAck" );
+        commandsWithShortcuts.add( "ProducerInfo" );
         commandsWithShortcuts.add( "MessageDispatchNotification" );
         commandsWithShortcuts.add( "ShutdownInfo" );
         commandsWithShortcuts.add( "TransactionInfo" );
         commandsWithShortcuts.add( "ConnectionInfo" );
+        commandsWithShortcuts.add( "ConsumerInfo" );
     }
 
     /**