public class JmsPublishParameters extends Object
Message| Constructor and Description |
|---|
JmsPublishParameters() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDeliveryDelay() |
TimeUnit |
getDeliveryDelayUnit() |
Integer |
getPriority() |
Long |
getTimeToLive() |
TimeUnit |
getTimeToLiveUnit() |
Boolean |
isDisableMessageId() |
Boolean |
isDisableMessageTimestamp() |
Boolean |
isPersistentDelivery() |
public Boolean isPersistentDelivery()
public Integer getPriority()
public Long getTimeToLive()
public TimeUnit getTimeToLiveUnit()
public Boolean isDisableMessageId()
public Boolean isDisableMessageTimestamp()
public Long getDeliveryDelay()
public TimeUnit getDeliveryDelayUnit()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.