Class BlockingClient

Inheritance Relationships

Derived Type

Class Documentation

class BlockingClient
BlockingClient is a class that manages a simple blocking RMQ client lifecycle.

Subclassed by rmq.StatusPoller

Public Functions

__init__(self, str host, int port, str vhost, str user, str password, Optional[str] cert=None, Optional[Callable] callback=None, Optional[logging.Logger] logger=None)
__enter__(self)
__exit__(self, exc_type, exc_val, exc_tb)
connect(self, queue)
Connect to the queue

Public Members

logger
cert
context
host
vhost
port
user
password
callback
credentials
connection_params
connection