IDurableRecoverDatagram.java :  » JMS » UberMQ » com » ubermq » jms » common » datagram » control » Java Open Source

Java Open Source » JMS » UberMQ 
UberMQ » com » ubermq » jms » common » datagram » control » IDurableRecoverDatagram.java
package com.ubermq.jms.common.datagram.control;

import com.ubermq.jms.common.datagram.IControlDatagram;

/**
 * This command requests that the server send all unacknowledged messages
 * to the current connection, for the specified Durable Subscription.
 */
public interface IDurableRecoverDatagram
  extends ICommandSubGram
{
  public String getSubscriptionName();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.