From 81f448ebbdb0650572b9fea86c543a29a566ada3 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 4 Nov 2010 14:33:30 +0000 Subject: Tag for 1.6.1-RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1031003 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/policy/reliability/definitions.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 sca-java-1.x/tags/1.6.1-RC1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml (limited to 'sca-java-1.x/tags/1.6.1-RC1/modules/policy-reliability/src/main/resources/org/apache/tuscany') diff --git a/sca-java-1.x/tags/1.6.1-RC1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml b/sca-java-1.x/tags/1.6.1-RC1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml new file mode 100644 index 0000000000..df87906ab8 --- /dev/null +++ b/sca-java-1.x/tags/1.6.1-RC1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml @@ -0,0 +1,62 @@ + + + + + + + + + This intent is used to indicate that a message sent + by a client is always delivered to the component. + + + + + + This intent is used to indicate that a message that was + successfully sent by a client is not delivered more than + once to the component. + + + + + + This intent is used to indicate that all the messages + are delivered to the component in the order they were + sent by the client. + + + + + + This profile intent is used to indicate that a message + sent by a client is always delivered to the component. + It also indicates that duplicate messages are not + delivered to the component. + + + \ No newline at end of file -- cgit v1.2.3