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

https://github.com/kerner1000/spring-boot-examples-feign-client

Spring Boot Examples on Feign Clients
https://github.com/kerner1000/spring-boot-examples-feign-client

activemq feign-client java jms spring-boot

Last synced: 17 days ago
JSON representation

Spring Boot Examples on Feign Clients

Awesome Lists containing this project

README

          

# spring-boot-examples-feign-client
Spring Boot Examples on Feign Clients

A multi-module Maven project with two Spring Boot apps:

1. A very simple Rest app.
2. A MQ app, that
1. listens for messages
2. And tries to forward them to the Rest app.
3. It will retry to do so in case the Rest app is not reachable.