DEV Community

Notification Sender with RabbitMQ Series' Articles

Back to Bahman Shadmehr's Series
Notification Sender with RabbitMQ

Notification Sender with RabbitMQ

Comments
2 min read
Handling Configuration in Your RabbitMQ and Python Project

Handling Configuration in Your RabbitMQ and Python Project

Comments
2 min read
Configuring and Testing the Project for Test Mode in Pytest and adding some tests for config.py

Configuring and Testing the Project for Test Mode in Pytest and adding some tests for config.py

Comments
4 min read
Connecting to RabbitMQ with Python

Connecting to RabbitMQ with Python

Comments
3 min read
Testing the connection class

Testing the connection class

Comments
2 min read
Creating the producer class to send the notifications

Creating the producer class to send the notifications

Comments
2 min read
Sending messages to RabbitMQ using RabbitMQProducer

Sending messages to RabbitMQ using RabbitMQProducer

Comments
2 min read
Creating the base consumer class

Creating the base consumer class

Comments
3 min read
Implementing multiple consumers

Implementing multiple consumers

Comments
2 min read
testing the publish_message method of the RabbitMQProducer

testing the publish_message method of the RabbitMQProducer

Comments
3 min read
Testing RabbitMQConsumerBase class

Testing RabbitMQConsumerBase class

Comments
3 min read
Building a Command-Line Interface (CLI) for RabbitMQ Messaging app

Building a Command-Line Interface (CLI) for RabbitMQ Messaging app

Comments
3 min read