Interface MessageConverter<ProtocolMessage extends org.apache.activemq.artemis.api.core.Message>


public interface MessageConverter<ProtocolMessage extends org.apache.activemq.artemis.api.core.Message>
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCore(org.apache.activemq.artemis.api.core.ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)
     
    org.apache.activemq.artemis.api.core.ICoreMessage
    toCore(ProtocolMessage pureMessage, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)
     
  • Method Details

    • toCore

      org.apache.activemq.artemis.api.core.ICoreMessage toCore(ProtocolMessage pureMessage, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) throws Exception
      Throws:
      Exception
    • fromCore

      ProtocolMessage fromCore(org.apache.activemq.artemis.api.core.ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) throws Exception
      Throws:
      Exception