Class JmsGatewaySupport

java.lang.Object
org.springframework.jms.core.support.JmsGatewaySupport
All Implemented Interfaces:
InitializingBean

public abstract class JmsGatewaySupport extends Object implements 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(jakarta.jms.ConnectionFactory) method.

Since:
1.1.1
Author:
Mark Pollack
See Also: