diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-13 10:32:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-13 10:32:41 +0000 |
commit | 4dfee8d6dfb0e0a33ada41d3bcd1869fe84be68d (patch) | |
tree | 08d28c60a8373e58c3b9a8cb3f3a9fbdb3e18e2a /sca-java-2.x/trunk/itest/jms/policy-headers | |
parent | 24dda97741bf91074e3c0e0c2651403a591060da (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/policy-headers')
-rw-r--r-- | sca-java-2.x/trunk/itest/jms/policy-headers/src/main/resources/jndi.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/policy-headers/src/main/resources/jndi.properties b/sca-java-2.x/trunk/itest/jms/policy-headers/src/main/resources/jndi.properties index 4d6acc037b..f0b9fbd734 100644 --- a/sca-java-2.x/trunk/itest/jms/policy-headers/src/main/resources/jndi.properties +++ b/sca-java-2.x/trunk/itest/jms/policy-headers/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.ServiceQueue = ServiceQueue
# register some topics in JNDI using the form
# topic.[jndiName] = [physicalName]
|