10000 GitHub - makasim/amqpbench: A tool for generating some rate-limited traffic to RabbitMQ queue.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A tool for generating some rate-limited traffic to RabbitMQ queue.

Notifications You must be signed in to change notification settings

makasim/amqpbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AMQP Bench

A tool for generating some rate-limited traffic to RabbitMQ queue.

Use

Install:

go get github.com/makasim/amqpbench

Run:

$ amqpbench -rate=10 \
            -payload="msgBody" \
            -queue=queue-to-send \
            -reply-queue=reply-queue \
            -amqp="amqp://guest:guest@localhost:5672//" 
            -rate=50 \
            -port=3000

Change Rate

curl -X GET http://localhost:3000/rate/100

Licence

MIT

About

A tool for generating some rate-limited traffic to RabbitMQ queue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0