summaryrefslogtreecommitdiff
path: root/doc/website/example/index.html
blob: 308ac9476572159e648774a1b742ff0e4c6a986a (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<!--
 -
 - 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.
 -
--> 
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Apache Qpid: Open Source AMQP Messaging</title>
    <link href="style.css" rel="stylesheet" type="text/css"/>
  </head>

  <body>
    <div id="container">
      <div id="header">
	<div id="logo">
	  <h1>Apache Qpid</h1>
	  <h2>Open Source AMQP Messaging</h2>
	</div>
      </div>  <!-- end of header --> 

      <div id="menu_box">
	<div id="menu_box_top"></div>
	<div id="menu_box_body">
	  <h3>Apache Qpid</h3>
	  <ul>
	    <li><a href="#">Home</a></li>
	    <li><a href="#">Download</a></li>
	    <li><a href="#">Getting Started</a></li>
	    <li><a href="#">Roadmap</a></li>
	    <li><a href="#">License</a></li>
	    <li><a href="#">FAQ</a></li>
	  </ul>
	</div> <!-- end of menu_box_body --> 
	<div id="menu_box_bottom"></div>

	<div id="menu_box_top"></div>
	<div id="menu_box_body">
	  <h3>Documentation</h3>
	  <ul>
	    <li><a href="#">Version 0.6</a></li>
	    <li><a href="#">Version 0.5</a></li>
	    <li><a href="#">Archive</a></li>
	  </ul>
	</div> <!-- end of menu_box_body -->
	<div id="menu_box_bottom"></div>

	<div id="menu_box_top"></div>
	<div id="menu_box_body">
	  <h3>Community</h3>
	  <ul>
	    <li><a href="#">Getting Involved</a></li>
	    <li><a href="#">Source Repository</a></li>
	    <li><a href="#">Mailing Lists</a></li>
	    <li><a href="#">Wiki</a></li>
	    <li><a href="#">Issue Reporting</a></li>
	    <li><a href="#">People</a></li>
	    <li><a href="#">Project Status</a></li>
	    <li><a href="#">Acknowledgements</a></li>
	  </ul>
	</div> <!-- end of menu_box_body -->
	<div id="menu_box_bottom"></div>

	<div id="menu_box_top"></div>
	<div id="menu_box_body">
	  <h3>Developers</h3>
	  <ul>
	    <li><a href="#">Building Qpid</a></li>
	    <li><a href="#">Developer Pages</a></li>
	  </ul>
	</div> <!-- end of menu_box_body -->
	<div id="menu_box_bottom"></div>

	<div id="menu_box_top"></div>
	<div id="menu_box_body">
	  <h3>About AMQP</h3>
	  <ul>
	    <li><a href="#">What is AMQP?</a></li>
	    <li><a href="#">Specification</a></li>
	  </ul>
	</div> <!-- end of menu_box_body -->
	<div id="menu_box_bottom"></div>

      </div> <!-- end of menu_box -->

      <div id="main_text_area">
	<div id="main_text_area_top"></div>

<div id="main_text_area_body"  xmlns="http://www.w3.org/1999/xhtml">
  <h1>Introduction</h1>
  <p>Enterprise Messaging systems let programs communicate by
    exchanging messages, much as people communicate by
    exchanging email. Unlike email, enterprise messaging systems
    provide guaranteed delivery, speed, security, and freedom
    from spam. Until recently, there was no open standard for
    Enterprise Messaging systems, so programmers either wrote
    their own, or used expensive proprietary systems.</p>

  <p>AMQP <a href="http://www.amqp.org/">Advanced Message
      Queuing Protocol</a> is the first open standard for
    Enterprise Messaging. It is designed to support messaging
    for just about any distributed or business
    application. Routing can be configured flexibly, easily
    supporting common messaging paradigms like point-to-point,
    fanout, publish-subscribe, and request-response.</p>

  <p>Apache Qpid implements the latest AMQP specification, providing
    transaction management, queuing, distribution, security,
    management, clustering, federation and heterogeneous
    multi-platform support and a lot more. And Apache Qpid is
    extremely fast. Apache Qpid <a href="amqp-compatibility.html"
    title="AMQP compatibility">aims to be 100% AMQP Compliant</a>.</p>

  <div id="feature_box">
    <div id="feature_box_column1">
      <h3>AMQP Brokers</h3>
      <ul>
	<li><a href="#">Java Broker</a>
	  <ul>
	    <li><a href="#">Feature Guide</a></li> 
	  </ul>
	</li>
	<li><a href="#">C++ Broker (Linux/Windows)</a>
	  <ul>
	    <li><a href="#">Feature Guide</a></li>
	  </ul>
	</li>
      </ul>
      <br/>
      <br/>
    </div> <!-- end of feature_box_column -->

    <div id="feature_box_column2">
      <h3>AMQP Client APIs</h3>
      <ul>
	<li><a href="#">Java (JMS 1.1 compliant)</a></li>
	<li><a href="#">C++ (Linux/Windows)</a></li>
	<li><a href="#">C# .NET</a></li>
	<li><a href="#">WCF Adapter (Windows Only)</a></li>
	<li><a href="#">Python</a></li>
	<li><a href="#">Ruby</a></li>
      </ul>
    </div> <!-- end of feature_box_column -->

    <div id="feature_box_column3">
      <h3>Qpid Management</h3>
      <ul>
	<li><a href="#">QMF Python API</a></li>
	<li><a href="#">QMF C++ API</a> </li>
	<li><a href="#">Python tools</a></li>
	<li><a href="#">QMan (QMF&lt;=>JMX)</a></li>
      </ul>
    </div> <!-- end of feature_box_column -->

  </div> <!-- end of feature_box -->

</div> <!-- end of main_text_area_body -->


	<div id="main_text_area_bottom"></div>
      </div> <!-- end of main_text_area -->

      <div id="footer">
	Apache Qpid, Enterprise AMQP Messaging &#xA9; 2004-2010 The Apache Software Foundation.
      </div>

    </div>
  </body>
</html>