Class MessageStoreView

    • Constructor Detail

    • Method Detail

      • getEnvelope

        public String getEnvelope​(String messageID)
        Description copied from interface: MessageStoreViewMBean
        Get the SOAP envelope of the given Message with given ID
        Specified by:
        getEnvelope in interface MessageStoreViewMBean
        Parameters:
        messageID - ID of the message to be returned
        Returns:
        the SOAP envelope content as a string
      • getSize

        public long getSize()
        The message count in the store will be returned. The message count of the JDBC store taken from the table. The message count of other stores taken as the difference between the enqueue and the dequeue, which calculated in memory.
        Specified by:
        getSize in interface MessageStoreViewMBean
        Returns:
        message count in the store