Creating Durable Subscription in JMS using ActiveMQ

In this tutorial I will show you how to create durable subscribers using ActiveMQ in JMS. I am going to discuss how JMS API ensures reliable messaging by Creating Durable Subscriptions. I will show you how to build application using both Maven and Gradle build tools. A Publish/Subscribe messaging domain is useless, if subscriber is not active while publisher is…

JMS Concepts – Persistent and Durable

I will tell you here what are Persistent and Durable and where these two words are applicable because these two words sometimes cause confusion to the users of JMS providers. Generally, Persistent is applicable to messages while Durable is applicable to subscriptions.