An open API service indexing awesome lists of open source software.

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.

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