You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/02/25 18:18:40 UTC

svn commit: r916357 - /qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties

Author: robbie
Date: Thu Feb 25 17:18:39 2010
New Revision: 916357

URL: http://svn.apache.org/viewvc?rev=916357&view=rev
Log:
Add topic entry required by the MultiMessageDispatcher example

Modified:
    qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties

Modified: qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties?rev=916357&r1=916356&r2=916357&view=diff
==============================================================================
--- qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties (original)
+++ qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties Thu Feb 25 17:18:39 2010
@@ -32,6 +32,7 @@
 # register some topics in JNDI using the form
 # topic.[jndiName] = [physicalName]
 topic.ibmStocks = stocks.nyse.ibm
+topic.MyTopic = example.MyTopic
 
 # Register an AMQP destination in JNDI
 #   NOTE: Qpid currently only supports direct,topics and headers



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org