Integrating Spring Boot with the Solace PubSub+ Messaging API for Java

Options
HariRangarajan
HariRangarajan Member, Administrator, Employee Posts: 9 admin
edited March 2023 in Blogs & Tutorials #1

Hi Everybody, 

Happy new year and hope you have a wonderful 2023 ahead!!

We do not yet have a Spring Boot Starter for the Solace PubSub+ Messaging API for Java and I've been getting some questions around how to use this API with Spring Boot so I created a new samples repository with code showing how to do so. The solace-samples-java-springboot repository describes how to develop applications which can produce, consume and process (consume and produce) events with the Java API.

Note that this repository does not replace the solace-samples-spring which shows how to use Solace PubSub+ with Spring Cloud Stream and our Spring Boot Starters for JMS and JCSMP.

If you aren't familiar, Spring Boot is an "opinionated" application bootstrapping framework that makes it easy to create new RESTful services (among other types of applications). Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". 

Please leave comments or questions in the discussion below.