summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/jms/uri-rpc/src/main/resources/simple/service.composite
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/uri-rpc/src/main/resources/simple/service.composite
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 '')
-rw-r--r--sca-java-2.x/trunk/itest/jms/uri-rpc/src/main/resources/simple/service.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/jms/uri-rpc/src/main/resources/simple/service.composite b/sca-java-2.x/trunk/itest/jms/uri-rpc/src/main/resources/simple/service.composite
index 33364f61c0..99ed243196 100644
--- a/sca-java-2.x/trunk/itest/jms/uri-rpc/src/main/resources/simple/service.composite
+++ b/sca-java-2.x/trunk/itest/jms/uri-rpc/src/main/resources/simple/service.composite
@@ -25,10 +25,10 @@
<implementation.java class="org.apache.tuscany.sca.binding.jms.HelloWorldServiceImpl"/>
<service name="HelloWorldService">
<binding.jms>
- <destination jndiName="DestQueueA" create="always">
+ <destination jndiName="DestQueueA" >
</destination>
<response>
- <destination jndiName="RespQueueA" create="always"/>
+ <destination jndiName="RespQueueA"/>
</response>
</binding.jms>
</service>