Class CoreAmqpConverter
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.converter.CoreAmqpConverter
-
public class CoreAmqpConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CoreAmqpConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AMQPMessagecheckAMQP(org.apache.activemq.artemis.api.core.Message message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)static AMQPMessagefromCore(org.apache.activemq.artemis.api.core.ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager)
-
-
-
Method Detail
-
checkAMQP
public static AMQPMessage checkAMQP(org.apache.activemq.artemis.api.core.Message message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) throws java.lang.Exception
- Throws:
java.lang.Exception
-
fromCore
public static AMQPMessage fromCore(org.apache.activemq.artemis.api.core.ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) throws ConversionException
- Throws:
ConversionException
-
-