public class MQProducerConfig extends Object implements org.mule.jms.commons.api.config.JmsProducerConfig
JmsProducerConfig implementation for IBM MQ.| Constructor and Description |
|---|
MQProducerConfig() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeliveryDelay() |
TimeUnit |
getDeliveryDelayUnit() |
String |
getJmsType() |
int |
getPriority() |
long |
getTimeToLive() |
TimeUnit |
getTimeToLiveUnit() |
boolean |
isDisableMessageId() |
boolean |
isDisableMessageTimestamp() |
boolean |
isPersistentDelivery() |
public boolean isPersistentDelivery()
isPersistentDelivery in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic int getPriority()
getPriority in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic long getTimeToLive()
getTimeToLive in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic TimeUnit getTimeToLiveUnit()
getTimeToLiveUnit in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic boolean isDisableMessageId()
isDisableMessageId in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic boolean isDisableMessageTimestamp()
isDisableMessageTimestamp in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic Long getDeliveryDelay()
getDeliveryDelay in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic TimeUnit getDeliveryDelayUnit()
getDeliveryDelayUnit in interface org.mule.jms.commons.api.config.JmsProducerConfigpublic String getJmsType()
getJmsType in interface org.mule.jms.commons.api.config.JmsProducerConfigCopyright © 2019 MuleSoft, Inc.. All rights reserved.