BambooPipe Message Queue


BambooPipe is a guaranteed delivery, asynchronous message queue implemented 100% in Java. It serves as an intermediary for loosely linked clients.

Asynchronous message delivery reduces data consumers' dependency on data producers, hence increases system robustness. Guaranteed delivery, on the other hand, ensures that this middle layer does not introduce any reliability problems of its own.

BambooPipe is extremely lightweight and simple to use. It has no complicated installation and configuration procedures often seen in traditional messaging system. It even works without ANY configuration! Administration is another area in traditional messaging system that requires high skills and costs a lot money. In BambooPipe, administration almost does not exist.

Read BambooPipe User's Guide for installation instructions.

BambooPipe White Paper
Before introducing BambooPipe message queue, this paper gives an overview of  three tier and two tier architectures. The concept of three tier applications is illustrated with message queue as the infrastructure. Start with feature description, BambooPipe implementation is discussed in great depth.

BambooPipe User's Guide
This tutorial describes all aspects of using BambooPipe,  from installation to programming API. It also has a simple example to show the complete process of using BambooPipe.

BambooPipe ITrade
ITrade is a full blown equity trading system powered by BambooPipe and our TeaSet widget set. It gives a more realistic feel of what can be done. The source is provided as an in-depth tutorial.

BambooPipe Reference
Java Interfaces for clients.



Copyright © 1996, 1997 InetSoft Corp. All rights reserved.