| Package | Description |
|---|---|
| com.rabbitmq.jms.admin | |
| com.rabbitmq.jms.client |
| Modifier and Type | Method and Description |
|---|---|
void |
RMQConnectionFactory.setSendingContextConsumer(SendingContextConsumer sendingContextConsumer)
Set callback called before sending a message.
|
| Modifier and Type | Method and Description |
|---|---|
default SendingContextConsumer |
SendingContextConsumer.andThen(SendingContextConsumer after)
Same semantics as
Consumer.andThen(Consumer). |
SendingContextConsumer |
ConnectionParams.getSendingContextConsumer() |
SendingContextConsumer |
SessionParams.getSendingContextConsumer() |
| Modifier and Type | Method and Description |
|---|---|
default SendingContextConsumer |
SendingContextConsumer.andThen(SendingContextConsumer after)
Same semantics as
Consumer.andThen(Consumer). |
ConnectionParams |
ConnectionParams.setSendingContextConsumer(SendingContextConsumer sendingContextConsumer) |
SessionParams |
SessionParams.setSendingContextConsumer(SendingContextConsumer sendingContextConsumer) |
| Constructor and Description |
|---|
RMQMessageProducer(RMQSession session,
RMQDestination destination,
boolean preferProducerMessageProperty,
java.util.function.BiFunction<com.rabbitmq.client.AMQP.BasicProperties.Builder,javax.jms.Message,com.rabbitmq.client.AMQP.BasicProperties.Builder> amqpPropertiesCustomiser,
SendingContextConsumer sendingContextConsumer) |
Copyright © 2022. All rights reserved.