public interface FilterableMessage
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationId() |
long |
getExpiration() |
Object |
getHeader(String name) |
String |
getMessageId() |
byte |
getPriority() |
String |
getReplyTo() |
long |
getTimestamp() |
String |
getType() |
boolean |
isPersistent() |
boolean |
isRedelivered() |
boolean isPersistent()
boolean isRedelivered()
String getReplyTo()
String getType()
byte getPriority()
String getMessageId()
long getTimestamp()
String getCorrelationId()
long getExpiration()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.