blob: ccd92c757bb77ffbe2dc695faab5005c9677fd3b (
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
|
Apache Qpid is a high-speed, language independent, platform
independent enterprise messaging system. It currently provides two
messaging brokers (one implemented in C++, one implemented in Java),
and messaging client libraries for Java JMS, C++, C# .NET, Python,
Ruby, and WCF. The messaging protocol for Apache Qpid is AMQP
(Advanced Message Queuing Protocol). You can read more about Qpid
here:
http://qpid.apache.org/
Documentation can be found here:
http://qpid.apache.org/documentation.html
Qpid includes many components, which are built in various ways. Each
component has a README.txt. Here are the subdirectories that contain
the basic components:
Messaging Broker (implemented in C++):
./cpp
Messaging Broker (implemented in Java):
./java
C++ Messaging Client Libraries
./cpp
Java JMS Client Libraries
./java/client
Python Client Libraries
./python
WCF Support
./wcf
Management Tools (implemented in Python):
./tools
Management Tools (implemented in Java):
./java/management
Documentation:
./doc
Further information about the organization of Qpid source components may
be found in ./doc/dev-readme/QPID-Component-README.pdf.
|