© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2024
M. DeinumSpring Boot 3 Recipeshttps://doi.org/10.1007/979-8-8688-0113-6_7

7. Java Enterprise Services

Marten Deinum1  
(1)
Meppel, Drenthe, The Netherlands
 

In this chapter, you will learn about Spring Boot’s support for the most common Java enterprise services: using Java Management Extensions (JMX), sending email with Jakarta Mail, and scheduling tasks.

JMX is part of Java SE and is a technology for managing and monitoring system resources such as devices, applications, objects, and service-driven networks. These resources are represented as managed beans (MBeans). Spring supports JMX by exporting any bean as a model MBean without programming against the JMX ...

Get Spring Boot 3 Recipes: A Problem-Solution Approach for Java Microservices and Cloud-Native Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.