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 --- sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/itest/jms/args/src/main/resources') diff --git a/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties b/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties index 7ce468aa0f..7f82eb48d3 100644 --- a/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties +++ b/sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties @@ -28,7 +28,7 @@ java.naming.provider.url = vm://localhost?broker.persistent=false&broker.useJmx= connectionFactoryNames = ConnectionFactory, ConnectionFactory2 # register some queues in JNDI using the form -# queue.[jndiName] = [physicalName] +queue.MyService = MyService # register some topics in JNDI using the form # topic.[jndiName] = [physicalName] -- cgit v1.2.3