spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
519 stars 204 forks source link

Extend JMS guide to include e2e multi app network, and testing #76

Closed xenoterracide closed 5 years ago

xenoterracide commented 5 years ago

I've been having problems getting 2 spring boot jms apps to communicate with each other over network. I also have a strange problem with one of my tests failing randomly (the test times out after 5 minutes of not receiving the message), I'd like to see what's suggested for testing jms works.

snicoll commented 5 years ago

Guides are short and focused and extending the JMS one to handle such use case is not going in that direction. If you're having some trouble with your setup, please ask on StackOverflow.