Network Deployment (Distributed operating systems), v8.0 > Reference > Developer detailed usage information


JMS headers

Support is provided by the SIMessage interface and the mediation configuration selector for JMS headers properties. JMS headers properties match in the SIMessage interface in the same way as they do for the JMS API, but you can only modify properties that map to SIMessage metadata.

The method getMessageProperty() method supports all of these properties. The methods setMessageProperty() and deleteMessageProperty() only support JMSType.

The method clearMessageProperties() only clears JMSType.

Property name Can be matched? Can be modified? Data type Comments
JMSDestination No Indirectly Byte array getMessageProperty() returns opaque byte array.
JMSDeliveryMode Yes Yes, by using setReliability. String String value, as for JMS.
JMSMessageID Yes Yes, by using setMessageID. String Equivalent to SI_MessageID.
JMSTimestamp Yes No Long  
JMSExpiration Yes Indirectly, by using setTimeToLive or setRemainingTimeToLive. Long  
JMSRedelivered Yes No Boolean  
JMSPriority Yes Yes, by using setPriority. Integer Equivalent to SI_Priority.
JMSReplyTo No Indirectly Byte array getMessageProperty() returns opaque byte array.
JMSCorrelationID Yes Yes, by using setCorrelationId. String Equivalent to SI_CorrelationID.
JMSType Yes Yes, by using setMessageProperty(). String  

+

Search Tips   |   Advanced Search