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
- Host: GitHub
- URL: https://github.com/kerner1000/spring-boot-examples-feign-client
- Owner: kerner1000
- Created: 2022-12-13T08:14:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T15:13:19.000Z (over 3 years ago)
- Last Synced: 2025-01-20T17:27:37.175Z (over 1 year ago)
- Topics: activemq, feign-client, java, jms, spring-boot
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.