https://github.com/rmarting/qpid-jms-benchmark
Sample Java CLI tool to test a broker producing/consuming messages using Qpid.
https://github.com/rmarting/qpid-jms-benchmark
Last synced: 2 months ago
JSON representation
Sample Java CLI tool to test a broker producing/consuming messages using Qpid.
- Host: GitHub
- URL: https://github.com/rmarting/qpid-jms-benchmark
- Owner: rmarting
- License: apache-2.0
- Created: 2018-06-21T09:00:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T23:29:44.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T11:08:09.270Z (4 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qpid JMS Benchmark
## Introduction
Sample Java CLI tool to test a broker producing/consuming messages using Qpid.
This tool could be executed as:
* Producer: Send messages to an AMQP resource (queue, topic)
* Consumer: Consume messages from an AMQP resource (queue, topic)Both roles could be executed defining the following properties:
## Producer
### Build Producer
### Execute Producer
### Reports
## Consumer
### Build Consumer
### Execute Consumer
### Reports