Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 837 Bytes

File metadata and controls

21 lines (13 loc) · 837 Bytes

Spring Cloud Stream Request/Reply with Solace

This repository is just me testing out how to do request/reply with Solace. It still needs some work to retry requests that don't receive a response.

This repo contains to Spring Cloud Stream Microservices

  1. cloud-stream-requestor This microservice sends a request using the sendRequest method and listens for responses using the responseReceiver function.
  2. cloud-stream-replier This microservice receives requests, processes them and sends responses to the topic specified by the solace_replyTo header.

You can run both microservices using the following command: mvnw clean spring-boot:run

Resources

For more information try these resources: