Java org.springframework.jms.listener.endpoint JmsActivationSpecConfig fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.listener.endpoint JmsActivationSpecConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.listener.endpoint JmsActivationSpecConfig.

The text is from its open source code.

Method

intgetMaxConcurrency()
Return the maximum number of consumers/sessions to use.
intgetPrefetchSize()
Return the maximum number of messages to load into a session.