public static interface MessageProducerInterceptor.MessageProducerInterceptingContext
Modifier and Type | Method and Description |
---|---|
javax.jms.Message |
getMessage()
Gets originally published message.
|
javax.jms.MessageProducer |
getMessageProducer()
Gets
MessageProducer instance that was used to send a message |
javax.jms.MessageProducer getMessageProducer()
MessageProducer
instance that was used to send a messagejavax.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.