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/26 15:42:18 UTC

svn commit: r916694 - in /qpid/branches/0.5.x-dev/qpid/java: ./ client/example/src/main/java/org/apache/qpid/example/shared/example.properties

Author: robbie
Date: Fri Feb 26 14:42:17 2010
New Revision: 916694

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

merged from trunk r916357

Modified:
    qpid/branches/0.5.x-dev/qpid/java/   (props changed)
    qpid/branches/0.5.x-dev/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties

Propchange: qpid/branches/0.5.x-dev/qpid/java/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Feb 26 14:42:17 2010
@@ -1,2 +1,2 @@
 /qpid/branches/java-broker-0-10/qpid/java:829414,829575
-/qpid/trunk/qpid/java:835115,884634-884635,884838,885765,887948,887950-887952,887994,888246,888248,888250,888345,888348,889645,891323-891332,892228,896674,896692-896693,900919,900943,902231,907851,915866-915867,916356
+/qpid/trunk/qpid/java:835115,884634-884635,884838,885765,887948,887950-887952,887994,888246,888248,888250,888345,888348,889645,891323-891332,892228,896674,896692-896693,900919,900943,902231,907851,915866-915867,916356-916357

Modified: qpid/branches/0.5.x-dev/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties
URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties?rev=916694&r1=916693&r2=916694&view=diff
==============================================================================
--- qpid/branches/0.5.x-dev/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties (original)
+++ qpid/branches/0.5.x-dev/qpid/java/client/example/src/main/java/org/apache/qpid/example/shared/example.properties Fri Feb 26 14:42:17 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