Uses of Class
org.apache.activemq.transport.stomp.StompAckEntry
-
Uses of StompAckEntry in org.apache.activemq.transport.stomp
Fields in org.apache.activemq.transport.stomp with type parameters of type StompAckEntryModifier and TypeFieldDescriptionprotected final Map<org.apache.activemq.command.MessageId,StompAckEntry> StompSubscription.dispatchedMessageprotected final Map<String,StompAckEntry> StompSubscription.pendingAcksprotected final LinkedList<StompAckEntry>StompSubscription.transactedMessagesConstructor parameters in org.apache.activemq.transport.stomp with type arguments of type StompAckEntryModifierConstructorDescriptionStompQueueBrowserSubscription(ProtocolConverter stompTransport, String subscriptionId, org.apache.activemq.command.ConsumerInfo consumerInfo, String transformation, Map<String, StompAckEntry> pendingAcks) StompSubscription(ProtocolConverter stompTransport, String subscriptionId, org.apache.activemq.command.ConsumerInfo consumerInfo, String transformation, Map<String, StompAckEntry> pendingAcks)