Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 414 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 414 Bytes

Java RabbitMQ Producer example

Simple RabbitMQ Producer that publishes an example json message to given exchange with given routing key

System Requirements / Dependencies

  • java 1.7+
  • rabbitMQ 3.0+

Installation

Checkout the repository

git clone git@github.com:kgorski/java-rabbitmq-producer.git

Run maven package

mvn package

Running

java -jar target\rabbitmq.producer-X.X.X.jar