Tag Archives: JMS

Using CachingConnectionFactory with Spring JmsTemplate: What problem does it solve?


From Spring framework API docs for org.springframework.jms.core.JmsTemplate, “…The ConnectionFactory used with this template should return pooled Connections (or a single shared Connection) as well as pooled Sessions and MessageProducers. Otherwise, performance of ad-hoc JMS operations is going to suffer. The simplest option is to use the Spring-provided SingleConnectionFactory as a decorator for your target ConnectionFactory, […]

Enterprise Messaging with ActiveMQ and Spring JMS


Sharing something that was really helpful to me, when I started working with ActiveMQ.. You can download the pdf here: Download link Here’s the brief list of topics covered, if you’d like to glance over it.. What is ActiveMQ? Configuring/Installing ActiveMQ Wire Formats Transport/Network Connectors Message Persistence Journaled/Non-journaled JDBC Master/Slave Configurations Broker Security Network of […]