public class JmsOutboundMessageDispatch extends Object
Constructor and Description |
---|
JmsOutboundMessageDispatch() |
Modifier and Type | Method and Description |
---|---|
JmsDestination |
getDestination() |
long |
getDispatchId() |
JmsMessage |
getMessage() |
JmsProducerId |
getProducerId() |
boolean |
isPresettle() |
boolean |
isSendAsync() |
void |
setDestination(JmsDestination destination) |
void |
setDispatchId(long dispatchId) |
void |
setMessage(JmsMessage message) |
void |
setPresettle(boolean presettle) |
void |
setProducerId(JmsProducerId producerId) |
void |
setSendAsync(boolean sendAsync) |
String |
toString() |
public JmsDestination getDestination()
public void setDestination(JmsDestination destination)
public JmsMessage getMessage()
public void setMessage(JmsMessage message)
public JmsProducerId getProducerId()
public void setProducerId(JmsProducerId producerId)
public void setSendAsync(boolean sendAsync)
public boolean isSendAsync()
public long getDispatchId()
public void setDispatchId(long dispatchId)
public boolean isPresettle()
public void setPresettle(boolean presettle)
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.