|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mq.SpyMessage.Header
public static class SpyMessage.Header
The message headers
| Field Summary | |
|---|---|
DurableSubscriptionID |
durableSubscriberID
For durable subscriptions |
boolean |
jmsCorrelationID
Whether the correlation is a string |
byte[] |
jmsCorrelationIDbyte
The correlation in bytes |
String |
jmsCorrelationIDString
The correlation string |
int |
jmsDeliveryMode
The delivery mode |
javax.jms.Destination |
jmsDestination
The destination |
long |
jmsExpiration
The expiration time |
String |
jmsMessageID
The message id |
int |
jmsPriority
The message priority |
HashMap |
jmsProperties
Properties |
boolean |
jmsPropertiesReadWrite
Whether the properties are writable |
boolean |
jmsRedelivered
Set by the provider |
javax.jms.Destination |
jmsReplyTo
The reply to destination |
long |
jmsTimeStamp
The send timestamp |
String |
jmsType
The message type |
long |
messageId
For ordering in the JMSServerQueue (set on the server side) |
boolean |
msgReadOnly
Message body |
String |
producerClientId
For noLocal to be able to tell if this was a locally produced message |
| Constructor Summary | |
|---|---|
SpyMessage.Header()
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public javax.jms.Destination jmsDestination
public int jmsDeliveryMode
public long jmsExpiration
public int jmsPriority
public String jmsMessageID
public long jmsTimeStamp
public boolean jmsCorrelationID
public String jmsCorrelationIDString
public byte[] jmsCorrelationIDbyte
public javax.jms.Destination jmsReplyTo
public String jmsType
public boolean jmsRedelivered
public HashMap jmsProperties
public boolean jmsPropertiesReadWrite
public boolean msgReadOnly
public String producerClientId
public DurableSubscriptionID durableSubscriberID
public transient long messageId
| Constructor Detail |
|---|
public SpyMessage.Header()
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||