spring-framework / org.springframework.jms.core.support

Package org.springframework.jms.core.support

Types

JmsGatewaySupport

abstract class JmsGatewaySupport : InitializingBean

Convenient super class for application classes that need JMS access.

Requires a ConnectionFactory or a JmsTemplate instance to be set. It will create its own JmsTemplate if a ConnectionFactory is passed in. A custom JmsTemplate instance can be created for a given ConnectionFactory through overriding the #createJmsTemplate method.