public interface AMQMessageDelegate
void acknowledgeThis()
throws javax.jms.JMSException
javax.jms.JMSExceptionString getJMSMessageID() throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSMessageID(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionlong getJMSTimestamp()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSTimestamp(long l)
throws javax.jms.JMSException
javax.jms.JMSExceptionbyte[] getJMSCorrelationIDAsBytes()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSCorrelationIDAsBytes(byte[] bytes)
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSCorrelationID(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionString getJMSCorrelationID() throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Destination getJMSReplyTo()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSReplyTo(javax.jms.Destination destination)
throws javax.jms.JMSException
javax.jms.JMSExceptionjavax.jms.Destination getJMSDestination()
int getJMSDeliveryMode()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSDeliveryMode(int i)
throws javax.jms.JMSException
javax.jms.JMSExceptionString getJMSType() throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSType(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionlong getJMSExpiration()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSExpiration(long l)
throws javax.jms.JMSException
javax.jms.JMSExceptionint getJMSPriority()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSPriority(int i)
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid clearProperties()
throws javax.jms.JMSException
javax.jms.JMSExceptionboolean propertyExists(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionboolean getBooleanProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionbyte getByteProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionshort getShortProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionint getIntProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionlong getLongProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionfloat getFloatProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptiondouble getDoubleProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionString getStringProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionObject getObjectProperty(String string) throws javax.jms.JMSException
javax.jms.JMSExceptionEnumeration getPropertyNames() throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setBooleanProperty(String string, boolean b) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setByteProperty(String string, byte b) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setShortProperty(String string, short i) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setIntProperty(String string, int i) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setLongProperty(String string, long l) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setFloatProperty(String string, float v) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setDoubleProperty(String string, double v) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setStringProperty(String string, String string1) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setObjectProperty(String string, Object object) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid acknowledge()
throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setJMSDestination(javax.jms.Destination destination)
void setContentType(String contentType)
String getContentType()
void setEncoding(String encoding)
String getEncoding()
String getReplyToString()
void removeProperty(String propertyName) throws javax.jms.JMSException
javax.jms.JMSExceptionvoid setAMQSession(AMQSession<?,?> s)
AMQSession<?,?> getAMQSession()
long getDeliveryTag()
void setJMSMessageID(UUID messageId) throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.