public class JmsHeaders extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JmsHeaders.Builder |
| Constructor and Description |
|---|
JmsHeaders() |
@Deprecated public String getJMSMessageID()
@Deprecated public long getJMSTimestamp()
@Deprecated public String getJMSCorrelationID()
@Deprecated public JmsDestination getJMSReplyTo()
@Deprecated public JmsDestination getJMSDestination()
@Deprecated public int getJMSDeliveryMode()
@Deprecated public boolean getJMSRedelivered()
@Deprecated public String getJMSType()
@Deprecated public long getJMSExpiration()
@Deprecated public Long getJMSDeliveryTime()
@Deprecated public int getJMSPriority()
public JmsDestination getDestination()
public void setDestination(JmsDestination destination)
public int getDeliveryMode()
public void setDeliveryMode(int deliveryMode)
public long getExpiration()
public void setExpiration(long expiration)
public int getPriority()
public void setPriority(int priority)
public String getMessageId()
public void setMessageId(String messageId)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public JmsDestination getReplyTo()
public void setReplyTo(JmsDestination replyTo)
public String getType()
public void setType(String type)
public boolean isRedelivered()
public void setRedelivered(boolean redelivered)
public Long getDeliveryTime()
public void setDeliveryTime(Long deliveryTime)
Copyright © 2025. All rights reserved.