public interface JmsProducerConfig
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeliveryDelay() |
TimeUnit |
getDeliveryDelayUnit() |
String |
getJmsType() |
int |
getPriority()
Defines the default
Message.getJMSPriority() to use when sending messages |
long |
getTimeToLive() |
TimeUnit |
getTimeToLiveUnit() |
boolean |
isDisableMessageId() |
boolean |
isDisableMessageTimestamp() |
boolean |
isPersistentDelivery()
Sets the default value for the
Message.getJMSDeliveryMode(). |
boolean isPersistentDelivery()
Message.getJMSDeliveryMode().
If true, the DeliveryMode.PERSISTENT mode will be used,
which instructs the JMS provider to take extra care to insure the message
is not lost in transit due to a JMS provider failure.int getPriority()
Message.getJMSPriority() to use when sending messageslong getTimeToLive()
TimeUnit getTimeToLiveUnit()
boolean isDisableMessageId()
boolean isDisableMessageTimestamp()
Long getDeliveryDelay()
TimeUnit getDeliveryDelayUnit()
String getJmsType()
Copyright © 2019. All rights reserved.