Uses of Class
org.citrusframework.jms.message.JmsMessage
Packages that use JmsMessage
-
Uses of JmsMessage in org.citrusframework.jms.endpoint
Methods in org.citrusframework.jms.endpoint with parameters of type JmsMessageModifier and TypeMethodDescriptionvoidJmsSyncConsumer.saveReplyDestination(JmsMessage jmsMessage, TestContext context) Store the reply destination either straight forward or with a given message correlation key. -
Uses of JmsMessage in org.citrusframework.jms.message
Methods in org.citrusframework.jms.message that return JmsMessageModifier and TypeMethodDescriptionJmsMessage.correlationId(String correlationId) Sets the JMS correlation id header.Sets the JMS message id header.JmsMessage.redelivered(String redelivered) Sets the JMS redelivered header.JmsMessage.replyTo(jakarta.jms.Destination replyTo) Sets the JMS reply to header.Sets the JMS timestamp header.Sets the JMS type header.