Category: ActiveMQ
ActiveMQ
This tutorial will show you how you can build Spring based application with Apache ActiveMQ for point-to-point messaging domain. In point to point messaging domain you have only one message producer and only one message consumer. For more information on point-to-point messaging system please read tutorial https://roytuts.com/configure-jms-client-using-glassfish-3/ As the ActiveMQ will be started in embedded…
Introduction Spring JMS and ActiveMQ Integration tutorial will show you how we can send a message to Topic using publish/subscribe messaging system in Apache ActiveMQ. Here we will create both annotation based Spring Boot application and standalone Spring application with XML configurations. For more information on publish/subscribe messaging system please read tutorial https://roytuts.com/configure-jms-client-using-glassfish-3/
This tutorial will show you how we can integrate Spring and Apache ActiveMQ using point-to-point messaging domain. In point to point communication there are exactly one message producer and one message consumer. I will show you both XML configuration and annotation based configuration using Spring JMS integration. For more information on point-to-point messaging system please…