Java org.springframework.jms.core JmsMessagingTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.core JmsMessagingTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.core JmsMessagingTemplate.

The text is from its open source code.

Constructor

JmsMessagingTemplate(ConnectionFactory connectionFactory)
Create a JmsMessagingTemplate instance with the JMS ConnectionFactory to use, implicitly building a JmsTemplate based on it.
JmsMessagingTemplate(JmsTemplate jmsTemplate)
Create a JmsMessagingTemplate instance with the JmsTemplate to use.

Method