Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 227 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 227 Bytes

spring-integration-test

Run by executing

./gradlew bootRun

To send message: make GET request to http://localhost:8080/send?message=blah

Rememeber to configure queue name in com.example.AppConfig#QUEUE_NAME