Uses of Interface
org.apache.camel.component.jms.MessageCreatedStrategy
-
Packages that use MessageCreatedStrategy Package Description org.apache.camel.component.jms Defines the JMS Component -
-
Uses of MessageCreatedStrategy in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return MessageCreatedStrategy Modifier and Type Method Description MessageCreatedStrategy
JmsComponent. getMessageCreatedStrategy()
MessageCreatedStrategy
JmsConfiguration. getMessageCreatedStrategy()
MessageCreatedStrategy
JmsEndpoint. getMessageCreatedStrategy()
Methods in org.apache.camel.component.jms with parameters of type MessageCreatedStrategy Modifier and Type Method Description void
JmsComponent. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
void
JmsConfiguration. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message.void
JmsEndpoint. setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
-