Example usage for org.springframework.jms.config DefaultJmsListenerContainerFactory subclass-usage

List of usage examples for org.springframework.jms.config DefaultJmsListenerContainerFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jms.config DefaultJmsListenerContainerFactory subclass-usage.

Usage

From source file com.kinglcc.spring.jms.core.listener.DynamicJmsListenerContainerFactory.java

/**
 * DynamicJmsListenerContainerFactory
 * <pre>The dynamic jms listener container factory.
 * Create jmsListenerContainer with the name of destination.
 * </pre>
 *