@XmlHints(allowTopLevelDefinition=true) public class JmsProducerConfig extends Object
| Constructor and Description |
|---|
JmsProducerConfig() |
| 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()
public int getPriority()
public long getTimeToLive()
public TimeUnit getTimeToLiveUnit()
public boolean isDisableMessageId()
public boolean isDisableMessageTimestamp()
public Long getDeliveryDelay()
public TimeUnit getDeliveryDelayUnit()
public String getJmsType()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.