Uses of Class
com.consol.citrus.jms.message.JmsMessage
-
Packages that use JmsMessage Package Description com.consol.citrus.jms.endpoint com.consol.citrus.jms.message -
-
Uses of JmsMessage in com.consol.citrus.jms.endpoint
Methods in com.consol.citrus.jms.endpoint with parameters of type JmsMessage Modifier and Type Method Description voidJmsSyncConsumer. saveReplyDestination(JmsMessage jmsMessage, com.consol.citrus.context.TestContext context)Store the reply destination either straight forward or with a given message correlation key. -
Uses of JmsMessage in com.consol.citrus.jms.message
Methods in com.consol.citrus.jms.message that return JmsMessage Modifier and Type Method Description JmsMessageJmsMessage. correlationId(String correlationId)Sets the JMS correlation id header.JmsMessageJmsMessage. messageId(String messageId)Sets the JMS message id header.JmsMessageJmsMessage. redelivered(String redelivered)Sets the JMS redelivered header.JmsMessageJmsMessage. replyTo(javax.jms.Destination replyTo)Sets the JMS reply to header.JmsMessageJmsMessage. timestamp(Long timestamp)Sets the JMS timestamp header.JmsMessageJmsMessage. type(String type)Sets the JMS type header.
-