Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 531 Bytes

index.md

File metadata and controls

31 lines (17 loc) · 531 Bytes

PyQueuer Documents

PyQueuer is a tool for automatically sending/receiving message to/from message queues.

You may use it either in development to simulate the MQ sender/receiver or in test for automation.

Fork me on GitHub

Supported MQ:

  • RabbitMQ
  • Kafka

Guide

  • Setting
  • Send a message
  • Receive messages
  • Customize plugin Stack
  • Command line interface (CLI)

Use cases

  • Case 1 - Develop a module in a big system.

Design