Uses of Class
org.springframework.jms.core.JmsTemplate
Packages that use JmsTemplate
Package
Description
Core package of the JMS support.
Classes supporting the
org.springframework.jms.core package.-
Uses of JmsTemplate in org.springframework.jms.core
Methods in org.springframework.jms.core that return JmsTemplateModifier and TypeMethodDescriptionJmsMessagingTemplate.getJmsTemplate()Return the configuredJmsTemplate.Methods in org.springframework.jms.core with parameters of type JmsTemplateModifier and TypeMethodDescriptionvoidJmsMessagingTemplate.setJmsTemplate(@Nullable JmsTemplate jmsTemplate) Set theJmsTemplateto use.Constructors in org.springframework.jms.core with parameters of type JmsTemplateModifierConstructorDescriptionJmsMessagingTemplate(JmsTemplate jmsTemplate) Create aJmsMessagingTemplateinstance with theJmsTemplateto use. -
Uses of JmsTemplate in org.springframework.jms.core.support
Methods in org.springframework.jms.core.support that return JmsTemplateModifier and TypeMethodDescriptionprotected JmsTemplateJmsGatewaySupport.createJmsTemplate(jakarta.jms.ConnectionFactory connectionFactory) Deprecated, for removal: This API element is subject to removal in a future version.Create a JmsTemplate for the given ConnectionFactory.final @Nullable JmsTemplateJmsGatewaySupport.getJmsTemplate()Deprecated, for removal: This API element is subject to removal in a future version.Return the JmsTemplate for the gateway.Methods in org.springframework.jms.core.support with parameters of type JmsTemplateModifier and TypeMethodDescriptionfinal voidJmsGatewaySupport.setJmsTemplate(@Nullable JmsTemplate jmsTemplate) Deprecated, for removal: This API element is subject to removal in a future version.Set the JmsTemplate for the gateway.