Example usage for javax.jms ConnectionFactory interface-usage

List of usage examples for javax.jms ConnectionFactory interface-usage

Introduction

In this page you can find the example usage for javax.jms ConnectionFactory interface-usage.

Usage

From source file com.ccc.ccm.client.activemq.StoreablePooledConnectionFactory.java

/**
 * A JMS provider which pools Connection, Session and MessageProducer instances
 * so it can be used with tools like <a href="http://camel.apache.org/activemq.html">Camel</a> and Spring's <a
 * href="http://activemq.apache.org/spring-support.html">JmsTemplate and MessagListenerContainer</a>.
 * Connections, sessions and producers are returned to a pool after use so that they can be reused later
 * without having to undergo the cost of creating them again.