From d6c22ffc58fc7728500511fc761db5bbb488faf8 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 6 Oct 2009 14:11:29 +0000 Subject: Copy 1.5.1-RC4 tag as 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822281 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/policy/reliability/definitions.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 tags/java/sca/1.5.1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml (limited to 'tags/java/sca/1.5.1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml') diff --git a/tags/java/sca/1.5.1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml b/tags/java/sca/1.5.1/modules/policy-reliability/src/main/resources/org/apache/tuscany/sca/policy/reliability/definitions.xml new file mode 100644 index 0000000000..df87906ab8 --- /dev/null +++ b/tags/java/sca/1.5.1/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