Class CoreAmqpConverter
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.converter.CoreAmqpConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AMQPMessagecheckAMQP(Message message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) static AMQPMessagefromCore(ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)
-
Constructor Details
-
CoreAmqpConverter
public CoreAmqpConverter()
-
-
Method Details
-
checkAMQP
public static AMQPMessage checkAMQP(Message message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) throws Exception - Throws:
Exception
-
fromCore
public static AMQPMessage fromCore(ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) throws ConversionException - Throws:
ConversionException
-