public class FileSubscriberQueue<E> extends MemoryQueueImpl<E> implements MessageTopicSubscriber<E>
Modifier and Type | Method and Description |
---|---|
void |
send(java.lang.String msgId,
E msg,
int priority,
long timeout,
java.lang.String publisherId)
Sends a message to the queue
|
java.lang.String |
toString() |
acknowledge, getUrl, writeEntry
acknowledge, addMessageCallback, addQueueEntry, dispatchMessage, getBrowserList, getConsumerCount, getMessageIds, getQueueSize, getQueueSizeMax, getReceiverCount, hasMessage, listen, readEntry, readEntry, readPayload, receive, receiveEntry, receiveEntry, removeEntry, removeMessageCallback, rollback, setQueueSizeMax
addListenerException, close, drainTo, drainTo, getListenerFailCountTotal, getListenerFailLastTime, init, iterator, offer, offer, peek, poll, poll, postConstruct, put, receive, receive, remainingCapacity, setQueueName, size, take
generateMessageID, generateMessageID, getJMSDestination, getName, getQueueName, getTopicName, setName, setSerializationHandle
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getQueueName
public void send(java.lang.String msgId, E msg, int priority, long timeout, java.lang.String publisherId)
AbstractMemoryQueue
send
in interface MessageQueue<E>
send
in interface MessageTopicSubscriber<E>
send
in class AbstractMemoryQueue<E,MemoryQueueEntry<E>>
public java.lang.String toString()
toString
in class AbstractDestination<E>