Class EmbedMessageUtil

java.lang.Object
org.apache.activemq.artemis.spi.core.protocol.EmbedMessageUtil

public class EmbedMessageUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.activemq.artemis.api.core.ICoreMessage
    embedAsCoreMessage(org.apache.activemq.artemis.api.core.Message source)
     
    static org.apache.activemq.artemis.api.core.Message
    extractEmbedded(org.apache.activemq.artemis.api.core.ICoreMessage message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmbedMessageUtil

      public EmbedMessageUtil()
  • Method Details

    • embedAsCoreMessage

      public static org.apache.activemq.artemis.api.core.ICoreMessage embedAsCoreMessage(org.apache.activemq.artemis.api.core.Message source)
    • extractEmbedded

      public static org.apache.activemq.artemis.api.core.Message extractEmbedded(org.apache.activemq.artemis.api.core.ICoreMessage message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)