Skip to content

A simple cli client for publishing and consuming messages with the python pika package.

Notifications You must be signed in to change notification settings

fredrikhl/pika-cli-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pika cli client

This is a simple cli client for publishing and consuming messages from a message broker using AMQP 0.91.

It can be used to send custom messages to a consumer, or consume and inspect messages from a publisher.

Install

pip install <this-repo>

Configuration

TODO: Document how the config works.

Usage

# Consume
python -m pika_cli_client.consumer -h
# or
pika-cli-consume -h

# Publish
python -m pika_cli_client.publisher -h
# or
pika-cli-publish -h

About

A simple cli client for publishing and consuming messages with the python pika package.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages