Uses of Class
org.apache.activemq.transport.stomp.StompAckEntry
-
Packages that use StompAckEntry Package Description org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. -
-
Uses of StompAckEntry in org.apache.activemq.transport.stomp
Fields in org.apache.activemq.transport.stomp with type parameters of type StompAckEntry Modifier and Type Field Description protected Map<MessageId,StompAckEntry>
StompSubscription. dispatchedMessage
protected Map<String,StompAckEntry>
StompSubscription. pendingAcks
protected LinkedList<StompAckEntry>
StompSubscription. transactedMessages
Constructor parameters in org.apache.activemq.transport.stomp with type arguments of type StompAckEntry Constructor Description StompQueueBrowserSubscription(ProtocolConverter stompTransport, String subscriptionId, ConsumerInfo consumerInfo, String transformation, Map<String,StompAckEntry> pendingAcks)
StompSubscription(ProtocolConverter stompTransport, String subscriptionId, ConsumerInfo consumerInfo, String transformation, Map<String,StompAckEntry> pendingAcks)
-