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

https://github.com/conorheffron/rabbitmq-tester

Tool for testing RabbitMQ instance.
https://github.com/conorheffron/rabbitmq-tester

consumer message-queue package publisher rabbitmq test

Last synced: 7 months ago
JSON representation

Tool for testing RabbitMQ instance.

Awesome Lists containing this project

README

          

[![Java CI with Maven](https://github.com/conorheffron/rabbitmq-tester/actions/workflows/maven.yml/badge.svg)](https://github.com/conorheffron/rabbitmq-tester/actions/workflows/maven.yml)

![Proof HTML](https://github.com/conorheffron/rabbitmq-tester/actions/workflows/proof-html.yml/badge.svg)

![Auto Assign](https://github.com/conorheffron/rabbitmq-tester/actions/workflows/auto-assign.yml/badge.svg)

# About
Tool for testing RabbitMQ instance with sample publisher and consumer of text messages.

# Program Arguments
```
queue-name "rabbit-mq-instance-url" "message-to-send-receive"
```

# Output
```
Java Queue - Message RabbitMQ Java Sent: 'message-to-send-receive'
{N|T} Waiting for messages.
Java Queue - Message Received 'message-to-send-receive'
```

## Technologies
JDK 8 and Rabbit-MQ 5