pyhjb 0.5.1
Access JMS systems from python via a REST API
PyHJB allows python programs to access JMS messaging systems. It does this via a REST version of the JMS API provided by HJB, the HTTP JMS bridge.
HJB provides access to JMS resources via HTTP. It acts as an HTTP gateway server for any JMS 1.1 messaging provider, providing RESTful equivalents for most of the non-optional portions of the JMS API.
PyHJB is a pure python package which, via HJB, allows python programs to:
- send/receive messages from any Enterprise Messaging System that supports the JMS 1.1 API. It is distributed with a few demo scripts showing it being used with various different messaging providers: WebSphere MQ, Swift MQ, Active MQ and JBoss Messaging.
- register JMS administrable objects e.g, queues, topics and connection factories.
- configure JMS runtime objects, e.g, connections, sessions, message consumers, message producers, queue browsers and durable subscribers etc.
Importantly, python programs written using PyHJB are portable across JMS messaging providers. The programs use the JMS API via HTTP, rather than a vendor's custom messaging API, thus combining two great maintainability traits:
- the use of the JMS API
- being written in python!
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pyhjb-0.5.1-py2.4.egg (md5) | Python Egg | 2.4 | 2006-06-21 12:33:42 | 77KB | 567 |
| pyhjb-0.5.1.tar.gz (md5) | Source | 2006-06-21 12:33:29 | 26KB | 386 | |
- Author: Tim Emiola <tbetbe at users berlios de>
- Home Page: http://hjb.python-hosting.com
- Keywords: HJB JMS REST HTTP Messaging
- License: GNU Lesser General Public License (LGPL)
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: timemiola
- DOAP record: pyhjb-0.5.1.xml
