Author: rgodfrey
Date: Tue Dec 15 20:47:11 2015
New Revision: 1720244
URL: http://svn.apache.org/viewvc?rev=1720244&view=rev
Log:
QPID-6954 : Revert inadvertantly committed files
Modified:
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/Hello.java
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/hello.properties
Modified:
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/Hello.java
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/Hello.java?rev=1720244&r1=1720243&r2=1720244&view=diff
==============================================================================
---
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/Hello.java
(original)
+++
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/Hello.java
Tue Dec 15 20:47:11 2015
@@ -61,7 +61,7 @@ public class Hello
connection.start();
Session session = connection.createSession(false,
Session.AUTO_ACKNOWLEDGE);
- Destination destination = (Destination)
context.lookup("testDestination");
+ Destination destination = (Destination)
context.lookup("topicExchange");
MessageProducer messageProducer =
session.createProducer(destination);
MessageConsumer messageConsumer =
session.createConsumer(destination);
Modified:
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/hello.properties
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/hello.properties?rev=1720244&r1=1720243&r2=1720244&view=diff
==============================================================================
---
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/hello.properties
(original)
+++
qpid/java/trunk/client/example/src/main/java/org/apache/qpid/example/hello.properties
Tue Dec 15 20:47:11 2015
@@ -25,5 +25,4 @@ connectionfactory.qpidConnectionfactory
# Register an AMQP destination in JNDI
# destination.[jniName] = [Address Format]
destination.topicExchange = amq.topic
-destination.testDestination = rob.exchange.foo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]