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, writeEntryacknowledge, addMessageCallback, addQueueEntry, dispatchMessage, getBrowserList, getConsumerCount, getMessageIds, getQueueSize, getQueueSizeMax, getReceiverCount, hasMessage, listen, readEntry, readEntry, readPayload, receive, receiveEntry, receiveEntry, removeEntry, removeMessageCallback, rollback, setQueueSizeMaxaddListenerException, close, drainTo, drainTo, getListenerFailCountTotal, getListenerFailLastTime, init, iterator, offer, offer, peek, poll, poll, postConstruct, put, receive, receive, remainingCapacity, setQueueName, size, takegenerateMessageID, generateMessageID, getJMSDestination, getName, getQueueName, getTopicName, setName, setSerializationHandlecontains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetQueueNamepublic void send(java.lang.String msgId,
E msg,
int priority,
long timeout,
java.lang.String publisherId)
AbstractMemoryQueuesend 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>