Useful documents
PyHJB online documentation
PyHJB has lots of good source code documentation, available in the docstrings of its functions, classes and modules. You can
- browse the full source (including the documentation) via trac
HJB documents
Much of PyHJB's capability depends on the functionality provided by HJB which in turn depends on JMS.
- There is a lot of information available from the HJB documentation.
In particular,
- the design overview explains how HJB acts a gateway server for JMS messaging systems.
- command list lists the various URL patterns that a HJB server supports.
JMS documents
HJB provides access to the Java Message Service (JMS) API, which is an API for accessing enterprise messaging systems. It is part of the Java 2 Platform, Enterprise Edition (J2EE). More information about it can be found at the following links
