As far as I knowthere are at least the following JMSheader fields:

JMSCorrelation ID  String  
JMSDelivery Mode  int (1-Non-Persistent, 2-Persistent)  
JMSDestination  javax.jms.Destination  
JMSExpiration  long  
JMSMessageID  String  
JMSPriority  int  
JMSRedelivered  boolean  
JMSReplyTo  javax.jms.Destination  
JMSTimestamp  long  
JMSType  String

However when I open browser console for ActievMQ and browse a single JMS 
message then ActiveMQ lists
two more fields:

Group
and
Sequence

Are they as well default JMSheader fields (according to JMS specification)?
What data type do they have?

Ben





Reply via email to