public class MemorySubscriberQueue<E> extends MemoryQueueImpl<E> implements MessageTopicSubscriber<E>
Constructor and Description |
---|
MemorySubscriberQueue(java.lang.Object publisher,
boolean noLocal) |
Modifier and Type | Method and Description |
---|---|
void |
send(java.lang.String msgId,
E msg,
int priority,
long timeout,
java.lang.String publisher)
Sends a message to the queue
|
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, toString
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getQueueName, toString
public MemorySubscriberQueue(java.lang.Object publisher, boolean noLocal)
public void send(java.lang.String msgId, E msg, int priority, long timeout, java.lang.String publisher)
AbstractMemoryQueue
send
in interface MessageQueue<E>
send
in interface MessageTopicSubscriber<E>
send
in class AbstractMemoryQueue<E,MemoryQueueEntry<E>>