Durable Subscription with JMS and Spring Boot
Development
en
When using the publish-subscribe domain with JMS we often want to use durable subscriptions. But how can this be done with Spring Boot?
Testing Spring Boot JMS with ActiveMQ Artemis and Testcontainers
Development
en
Currently, I’m teaching JMS with Spring Boot at the University of Applied Science in Bern, Switzerland. We use Apache ActiveMQ Artemis as the JMS message broker. But how can[...]