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/exceptions1/src/main/resources/jndi.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sca-java-2.x/trunk/itest/jms/exceptions1/src') diff --git a/sca-java-2.x/trunk/itest/jms/exceptions1/src/main/resources/jndi.properties b/sca-java-2.x/trunk/itest/jms/exceptions1/src/main/resources/jndi.properties index 4d6acc037b..f7875b52a2 100644 --- a/sca-java-2.x/trunk/itest/jms/exceptions1/src/main/resources/jndi.properties +++ b/sca-java-2.x/trunk/itest/jms/exceptions1/src/main/resources/jndi.properties @@ -29,8 +29,7 @@ connectionFactoryNames = ConnectionFactory # register some queues in JNDI using the form # queue.[jndiName] = [physicalName] -queue.RequestQueue = RequestQueue -queue.ResponseQueue = ResponseQueue +queue.ExceptionService = ExceptionService # register some topics in JNDI using the form # topic.[jndiName] = [physicalName] -- cgit v1.2.3