All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.caucho.jms.queue.MessageTopicSubscriber Maven / Gradle / Ivy

package com.caucho.jms.queue;


/**
 * Provides abstract API for a queue.
 */
public interface MessageTopicSubscriber
{
  /**
   * Sends a message to the destination
   */
  public void send(String msgId,
                   E msg,
                   int priority,
                   long expireTime,
                   String publisherId)
    throws MessageException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy