...

/

Other Communication APIs Supported by Spring

Other Communication APIs Supported by Spring

In this lesson, we'll look at more communication APIs that the Spring framework can support.

Spring Boot also supports the JAX RS API. For JAX RS, Spring Boot uses the library Jersey. JAX RS is standardized as part of the Java Community Process (JCP).

For messaging, Spring Boot supports the Java Messaging Service (JMS). This is a standardized API that can be used to address different messaging solutions from Java.

Spring Boot has starters for the JMS implementations HornetQ, ...