blob: 875e4dc6be1842efa1552c49667bb188671b5d92 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ReliableMessaging</title>
</head>
<body>
<p>To see the Reliable Messaging feature in action, follow these steps: </p>
<p>1. The data feed is automatically set to run continuously in a loop. When you subscribe to the reliable destination, the same data feed is going to show in both TextArea components. </p>
<p>2. Click the &quot;Subscribe to destination&quot; and you'll see the numbers from the data feed iterating in the TextAreas. </p>
<p>3. When you see the same numbers being iterated in the TextArea, disable your internet connection by pulling your ethernet cord, or turning off your Wi-Fi adapter for no more than 30 seconds. </p>
<p>4. Quickly reestablish your internet connection before the 30 seconds is over. </p>
<p>5. When the internet connection is back up, you should see the numbers in the left TextArea didn't miss any iterations because they are coming from the reliable destination. The TextArea on the right, however, will show a large gap between the iterated numbers because they are from the unreliable destination. </p>
<p>For more information, visit: http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WS3a1a89e415cd1e5d-5898af47122bdca6709-7ffeUpdate.html </p>
<p>&nbsp;</p>
</body>
</html>