Uses of Interface
org.springframework.jms.core.JmsOperations
Packages that use JmsOperations
-
Uses of JmsOperations in org.springframework.jms.core
Classes in org.springframework.jms.core that implement JmsOperationsModifier and TypeClassDescriptionclassHelper class that simplifies synchronous JMS access code.Methods in org.springframework.jms.core with parameters of type JmsOperationsModifier and TypeMethodDescriptionstatic JmsClient.BuilderJmsClient.builder(JmsOperations jmsTemplate) Obtain aJmsClientbuilder based on the configuration of the givenJmsTemplate.static JmsClientJmsClient.create(JmsOperations jmsTemplate) Create a newJmsClientfor the givenJmsOperations.Constructors in org.springframework.jms.core with parameters of type JmsOperationsModifierConstructorDescriptionJmsMessagingTemplate(JmsOperations jmsTemplate) Create aJmsMessagingTemplateinstance with theJmsOperationsto use.