Package | Description |
---|---|
com.caucho.jms.file |
Modifier and Type | Method and Description |
---|---|
FileQueueEntry<E> |
FileQueueImpl.writeEntry(java.lang.String msgId,
E payload,
int priority,
long expireTime)
Adds the message to the persistent store.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileQueueImpl.acknowledge(FileQueueEntry<E> entry) |
protected void |
FileQueueImpl.readPayload(FileQueueEntry<E> entry) |