Uses of Class
org.apache.activemq.transport.stomp.StompSubscription
-
Packages that use StompSubscription 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 StompSubscription in org.apache.activemq.transport.stomp
Subclasses of StompSubscription in org.apache.activemq.transport.stomp Modifier and Type Class Description classStompQueueBrowserSubscriptionMethods in org.apache.activemq.transport.stomp that return StompSubscription Modifier and Type Method Description StompSubscriptionStompAckEntry. getSubscription()Constructors in org.apache.activemq.transport.stomp with parameters of type StompSubscription Constructor Description StompAckEntry(MessageDispatch dispatch, String ackId, StompSubscription subscription)
-