summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/jms/args/src/main/resources
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-13 10:32:41 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-08-13 10:32:41 +0000
commit4dfee8d6dfb0e0a33ada41d3bcd1869fe84be68d (patch)
tree08d28c60a8373e58c3b9a8cb3f3a9fbdb3e18e2a /sca-java-2.x/trunk/itest/jms/args/src/main/resources
parent24dda97741bf91074e3c0e0c2651403a591060da (diff)
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
Diffstat (limited to 'sca-java-2.x/trunk/itest/jms/args/src/main/resources')
-rw-r--r--sca-java-2.x/trunk/itest/jms/args/src/main/resources/jndi.properties2
1 files changed, 1 insertions, 1 deletions
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]