Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
0.1.6 is now out! See the Changelog for details
Pynenc RabbitMQ Plugin
Logo
Pynenc RabbitMQ Plugin

RabbitMQ Plugin

  • Installation & Quick Start
  • Configuration Reference
  • Architecture

API Reference

  • API Reference
    • pynenc_rabbitmq
      • pynenc_rabbitmq.broker
        • pynenc_rabbitmq.broker.rabbitmq_broker
      • pynenc_rabbitmq.conf
        • pynenc_rabbitmq.conf.config_rabbitmq
        • pynenc_rabbitmq.conf.config_broker
      • pynenc_rabbitmq.util
        • pynenc_rabbitmq.util.rabbitmq_conn_mng
        • pynenc_rabbitmq.util.retry
        • pynenc_rabbitmq.util.rabbitmq_queue
        • pynenc_rabbitmq.util.rabbitmq_client
        • pynenc_rabbitmq.util.rabbitmq_queue_mng
      • pynenc_rabbitmq.builder

Pynenc Ecosystem

  • Pynenc Docs
  • Redis Plugin
  • MongoDB Plugin
Back to top
View this page
Edit this page

pynenc_rabbitmq.conf.config_broker¶

Module Contents¶

Classes¶

ConfigBrokerRabbitMq

Specific Configuration for the RABBITMQ Broker.

API¶

class pynenc_rabbitmq.conf.config_broker.ConfigBrokerRabbitMq(config_values: Optional[dict[str, Any]] = None, config_filepath: Optional[str] = None)[source]¶

Bases: pynenc.conf.config_broker.ConfigBroker, pynenc_rabbitmq.conf.config_rabbitmq.ConfigRabbitMq

Specific Configuration for the RABBITMQ Broker.

Initialization

Next
pynenc_rabbitmq.util
Previous
pynenc_rabbitmq.conf.config_rabbitmq
Copyright © 2026, Luis Diaz
Made with Sphinx and @pradyunsg's Furo
On this page
  • pynenc_rabbitmq.conf.config_broker
    • Module Contents
      • Classes
      • API
        • ConfigBrokerRabbitMq