Skip to main content

A service bus module for cloudteam

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudteam_servicebus-1.0.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

cloudteam_servicebus-1.0.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page