org.apache.qpid.server.message
Interface EnqueableMessage

All Known Subinterfaces:
ServerMessage
All Known Implementing Classes:
AMQMessage, IncomingMessage, MessageTransferMessage, QMFMessage

public interface EnqueableMessage


Method Summary
 Long getMessageNumber()
           
 boolean isPersistent()
           
 

Method Detail

getMessageNumber

Long getMessageNumber()

isPersistent

boolean isPersistent()


Licensed to the Apache Software Foundation