Skip to content
/ rmqtest Public

Simple Spring Boot application sending and receiving from RabbitMQ

Notifications You must be signed in to change notification settings

mrbuk/rmqtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmqtest

Simple Spring Boot application that sends every 5s a message to RMQ and receives it. To build the project please run

gradle clean build

or if no gradle installation exists

./gradlew clean build

The Spring Boot AMQP configuration is used. The application expects RabbitMQ to be running localhost:5672 (Property spring.rabbitmq.host and spring.rabbitmq.port) or if deployed to PCF a RabbitMQ service binding is expected.

NOTE: The application is based on the Messaging with RabbitMQ example.§

About

Simple Spring Boot application sending and receiving from RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages