CloudTeam_ServiceBus
Table of Contents
About
This module is a service bus module for cloudteam to simplify sending messages and reciving
Usage
in you code write the following line:
from cloudteam_servicebus import cloudteam_servicebus
sb = cloudteam_servicebus.ServiceBus(<Service bus host name>,<managed identity client id>, <Logger Object>)
sb.<WANTED FUNCTION>(<needed parameters>)
Functions
- Send_BatchMessages(queue name,list of messages) - sending a batch of messages
- Send_Message(queue,message) - sending a message
- Recive_Message(queue,numer of messages - default 1) - reciving a number of messages.
Release files for cloudteam-servicebus 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cloudteam_servicebus-1.0.0.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cloudteam_servicebus-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / cloudteam_servicebus-1.0.0.tar.gz
| Download URL | cloudteam_servicebus-1.0.0.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1138fec8d6282e7194858c862e4f395bd536880ad06053cb8ca1b8c48c666bf8
|
|
BLAKE2b-256 checksum How to use checksums |
95ba8e93cae884b0b9b8ba5ad0492a14f9ed5fd738cfe2ffbf090e543c56f376
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / cloudteam_servicebus-1.0.0-py3-none-any.whl
| Download URL | cloudteam_servicebus-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a9367207294f0d6c784f503687fc936c1535452565714dd38a25b11af52a1dc4
|
|
BLAKE2b-256 checksum How to use checksums |
1ae01608e4ebd0dcb62aba1401748648e0845ae2b494512a9bce9229b1404f9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|