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!
Release files for pyhjb 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyhjb-0.5.1.tar.gz | 27.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyhjb-0.5.1-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 106.6 kB
Release files / pyhjb-0.5.1.tar.gz
| Download URL | pyhjb-0.5.1.tar.gz |
|---|---|
| Size | 27.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e18c0ee936405e130667233e9497aeb553a357ba38af2cdcdd9351edea846907
|
|
BLAKE2b-256 checksum How to use checksums |
c9fc56e25ca1a66126e619c16ba15958380a5f73059f386e9fd7770cafb9b49b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pyhjb-0.5.1-py2.4.egg
| Download URL | pyhjb-0.5.1-py2.4.egg |
|---|---|
| Size | 79.0 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
08649fd7a84e2434e2a37e13601979ffd72c5ab96d0207f65d026b450a8fc155
|
|
BLAKE2b-256 checksum How to use checksums |
d4bda0436d9f14f13031b4bd27a7d6e4e1a2c2f23f8065568b3e1cf7bcb6240a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |