-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplan.html
More file actions
65 lines (65 loc) · 1.94 KB
/
plan.html
File metadata and controls
65 lines (65 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<title>UMExamples - Learning the Ultra Messaging API through the magic of HTML Frames</title>
<link rel="stylesheet" href="../style/main.css" type="text/css" media="screen" />
</head>
<body>
<a href="../"><-Back</a>
<h2>UMExamples Table of Contents</h2>
<ol>
<li>Basic UMS Usage</li>
<ol type="a">
<li><a href="context_create/">Creating a context</a></li>
<li><a href="source_create/">Creating a source</a></li>
<li>Creating a receiver</li>
<li>Loading a configuration file</li>
<li><a href="setting_attributes/">Setting attributes</a></li>
<li>Dumping attributes</li>
<li>Using the logging callback</li>
<li>Sending messages</li>
<li>Source event handler</li>
<li>Receiving messages / Receiver callback</li>
<li>Event Queue</li>
<li>Sequential Mode</li>
<li>Shutting down an application</li>
</ol>
<li>UM Features</li>
<ol type="a">
<li>Request / Response</li>
<li>Late Join / OTR</li>
<li>Timer Callbacks</li>
<li>MIM</li>
<li>Spectrum</li>
<li>Hot Failover</li>
<li>LBTSMX</li>
<li>SDM</li>
<li>PDM</li>
<li>Message Properties</li>
</ol>
<li>UMP Usage</li>
<ol type="a">
<li>Handling and logging UMP source events</li>
<li>Handling and logging UMP receiver events</li>
<li>Using sequence number info callback</li>
<li>Using forced reclaim callback</li>
<li>Using the per message clientd</li>
<li><a href="check_flight_size_ewouldblock">Checking for flight size after EWOULDBLOCK</a></li>
</ol>
<li>UMQ Usage</li>
<li>Best Practices</li>
<ol type="a">
<li>Configuring sources on specific transports</li>
<li>Handling Burst loss</li>
<li>Retaining and deleting messages</li>
<li>UMP Notify Flight Size Behavior</li>
<li>UMP Duplicate Detection</li>
<li>UMP Resending Flight Size</li>
</ol>
<li>Monitoring UM</li>
<ol type="a">
<li>Automatic</li>
<li>API</li>
</ol>
</ol>
</body>
</html>