From 4dfee8d6dfb0e0a33ada41d3bcd1869fe84be68d Mon Sep 17 00:00:00 2001 From: antelder Date: Fri, 13 Aug 2010 10:32:41 +0000 Subject: Ensure all the jms destination are correctly defined now that the jms binding has tightened up creation when using the jms uri format git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985153 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/itest/jms/callbacks/src/main/resources/jndi.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties') diff --git a/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties b/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties index be362c51cc..b8c4b1c6aa 100644 --- a/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties +++ b/sca-java-2.x/trunk/itest/jms/callbacks/src/main/resources/jndi.properties @@ -30,7 +30,7 @@ connectionFactoryNames = ConnectionFactory # register some queues in JNDI using the form # queue.[jndiName] = [physicalName] queue.ServiceQueue = ServiceQueue -queue.ServiceQueue = TQServiceQueue +queue.TQServiceQueue = TQServiceQueue queue.CallbackQueue = CallbackQueue # register some topics in JNDI using the form -- cgit v1.2.3