Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMapMessageWrapper
-
Packages that use CoreMapMessageWrapper Package Description org.apache.activemq.artemis.protocol.amqp.converter This package will include classes used to make convertions between Artemis and AMQP. -
-
Uses of CoreMapMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that return CoreMapMessageWrapper Modifier and Type Method Description static CoreMapMessageWrapperAMQPMessageSupport. createMapMessage(long id, java.util.Map<java.lang.String,java.lang.Object> content, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)static CoreMapMessageWrapperAMQPMessageSupport. createMapMessage(long id, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)
-