Example usage for org.springframework.jms.listener.endpoint StandardJmsActivationSpecFactory subclass-usage

List of usage examples for org.springframework.jms.listener.endpoint StandardJmsActivationSpecFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jms.listener.endpoint StandardJmsActivationSpecFactory subclass-usage.

Usage

From source file org.springframework.jms.listener.endpoint.DefaultJmsActivationSpecFactory.java

/**
 * Default implementation of the {@link JmsActivationSpecFactory} interface.
 * Supports the standard JMS properties as defined by the JCA 1.5 specification,
 * as well as Spring's extended "maxConcurrency" and "prefetchSize" settings
 * through autodetection of well-known vendor-specific provider properties.
 *