Recent Posts

When Should we Move to Microservices?

Sometime ago I wrote about modular Monoliths and the value of modern Monolithic architecture. One of the more interesting discussions that came out of that post (and video) is the inverse discussion: when is it right to still pick Microservices? Like any design choice, the answer is subjective and depends on many things. But there are still general rules of …

Read More »

Durable Subscription with JMS and Spring Boot

When using the publish-subscribe domain with JMS, we often want to use durable subscriptions. But how can this be done with Spring Boot? What is JMS? The Java Message Service (JMS) API is a standard for creating, sending, receiving, and reading messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous. JMS supports two message delivery modes: Point-to-Point …

Read More »

Happy holidays

De stichting NLJUG wenst de hele Java community een hele fijne kerst en een gelukkig en gezond 2024!

Read More »