diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-22 09:02:22 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-22 09:02:22 +0000 |
commit | 5314c6868bfd94e2ec4127f2ae12f868212b902c (patch) | |
tree | d0d943dbac7e46add0842cc04c117d5bd225edac /sca-java-2.x/trunk/modules/binding-jms/src/main/resources | |
parent | 7f51e0a74473d817be1da6001bb5c71e09c723b0 (diff) |
Adding @mayProvide="sca:asyncInvocation" as first step in support of async service invocation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956823 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jms/src/main/resources')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jms/src/main/resources/org/apache/tuscany/sca/binding/jms/policy/definitions.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/org/apache/tuscany/sca/binding/jms/policy/definitions.xml b/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/org/apache/tuscany/sca/binding/jms/policy/definitions.xml index 7a82f95da9..1b94f139dd 100644 --- a/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/org/apache/tuscany/sca/binding/jms/policy/definitions.xml +++ b/sca-java-2.x/trunk/modules/binding-jms/src/main/resources/org/apache/tuscany/sca/binding/jms/policy/definitions.xml @@ -25,6 +25,11 @@ <!--sca:bindingType type="sca:binding.jms" alwaysProvides="JMS" mayProvide="atLeastOnce atMostOnce ordered conversation" /--> + + <!-- MJE 22/06/2010 - add asyncInvocation to the @mayProvide list, for async services support --> + <sca:bindingType type="sca:binding.jms" + alwaysProvides="" + mayProvide="sca:asyncInvocation" /> <!-- PolicyIntents defined by the SCA Runtime Extension for JMS Binding --> |