|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.transport.stomp.StompSubscription
org.apache.activemq.transport.stomp.StompQueueBrowserSubscription
public class StompQueueBrowserSubscription
Field Summary |
---|
Fields inherited from class org.apache.activemq.transport.stomp.StompSubscription |
---|
ackMode, AUTO_ACK, CLIENT_ACK, consumerInfo, destination, dispatchedMessage, INDIVIDUAL_ACK, protocolConverter, subscriptionId, transformation, unconsumedMessage |
Constructor Summary | |
---|---|
StompQueueBrowserSubscription(ProtocolConverter stompTransport,
java.lang.String subscriptionId,
ConsumerInfo consumerInfo,
java.lang.String transformation)
|
Method Summary | |
---|---|
MessageAck |
onStompMessageNack(java.lang.String messageId,
TransactionId transactionId)
|
Methods inherited from class org.apache.activemq.transport.stomp.StompSubscription |
---|
getAckMode, getConsumerInfo, getDestination, getSubscriptionId, setAckMode, setDestination |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StompQueueBrowserSubscription(ProtocolConverter stompTransport, java.lang.String subscriptionId, ConsumerInfo consumerInfo, java.lang.String transformation)
Method Detail |
---|
public MessageAck onStompMessageNack(java.lang.String messageId, TransactionId transactionId) throws ProtocolException
onStompMessageNack
in class StompSubscription
ProtocolException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |