Uses of Interface
org.apache.activemq.artemis.core.replication.ReplicatedLargeMessage
-
Packages that use ReplicatedLargeMessage Package Description org.apache.activemq.artemis.core.persistence.impl.journal org.apache.activemq.artemis.core.replication org.apache.activemq.artemis.core.server -
-
Uses of ReplicatedLargeMessage in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement ReplicatedLargeMessage Modifier and Type Class Description classLargeServerMessageImplclassLargeServerMessageInSync -
Uses of ReplicatedLargeMessage in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return types with arguments of type ReplicatedLargeMessage Modifier and Type Method Description ConcurrentMap<Long,ReplicatedLargeMessage>ReplicationEndpoint. getLargeMessages()This is for tests basically, do not use it as its API is not guaranteed for future usage. -
Uses of ReplicatedLargeMessage in org.apache.activemq.artemis.core.server
Subinterfaces of ReplicatedLargeMessage in org.apache.activemq.artemis.core.server Modifier and Type Interface Description interfaceCoreLargeServerMessageThis is a tagging interface, as we need to make sure the LargeMessage is a core large message is certain places.interfaceLargeServerMessage
-