com.ibm.msg.client.jms

Interface JmsMessage

    • Field Summary

      • Fields inherited from interface javax.jms.Message

        DEFAULT_DELIVERY_DELAY, DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      javax.jms.Message getDelegate()
      Used for Messages that encapsulate a different Message, possibly from a different provider
      void updateFromMessage(javax.jms.Message message)
      Updates the properties of this message with all the details of the JmsMessage passed to it.
      • Methods inherited from interface javax.jms.Message

        acknowledge, clearBody, clearProperties, getBody, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, isBodyAssignableTo, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
    • Method Detail

      • updateFromMessage

        void updateFromMessage(javax.jms.Message message)
                        throws javax.jms.JMSException
        Updates the properties of this message with all the details of the JmsMessage passed to it. This method is intended to be implemented in a synchronized way to avoid multiple concurrent calls resulting in a mix of different updates.
        Parameters:
        message -
        Throws:
        javax.jms.JMSException
      • getDelegate

        javax.jms.Message getDelegate()
        Used for Messages that encapsulate a different Message, possibly from a different provider
        Returns:
        the encapsulated Message object
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.