public static interface MessageProducerInterceptor.MessageProducerInterceptingContext
| Modifier and Type | Method and Description |
|---|---|
jakarta.jms.Message |
getMessage()
Gets originally published message.
|
jakarta.jms.MessageProducer |
getMessageProducer()
Gets
MessageProducer instance that was used to send a message |
jakarta.jms.MessageProducer getMessageProducer()
MessageProducer instance that was used to send a messagejakarta.jms.Message getMessage()
This message can be changed, without to be replaced with a new one. When message is changed, changed message will be published.
Copyright 2004-2024 Solace Corporation. All rights reserved.