Uses of Class
com.swiftmq.swiftlet.queue.MessageEntry
Packages that use MessageEntry
-
Uses of MessageEntry in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return MessageEntryModifier and TypeMethodDescriptionAsyncMessageDeliveryRequest.getBulk()
AsyncMessageDeliveryRequest.getMessageEntry()
FetchBrowserMessageReply.getMessageEntry()
Methods in com.swiftmq.jms.smqp.v750 with parameters of type MessageEntryModifier and TypeMethodDescriptionvoid
AsyncMessageDeliveryRequest.setBulk
(MessageEntry[] bulk) void
AsyncMessageDeliveryRequest.setMessageEntry
(MessageEntry messageEntry) void
FetchBrowserMessageReply.setMessageEntry
(MessageEntry messageEntry) Constructors in com.swiftmq.jms.smqp.v750 with parameters of type MessageEntryModifierConstructorDescriptionAsyncMessageDeliveryRequest
(int dispatchId, int listenerId, MessageEntry messageEntry, MessageEntry[] bulk, int sessionDispatchId, boolean requiresRestart, int recoveryEpoche) AsyncMessageDeliveryRequest
(RequestRetryValidator validator, int dispatchId, int listenerId, MessageEntry messageEntry, MessageEntry[] bulk, int sessionDispatchId, boolean requiresRestart, int recoveryEpoche) FetchBrowserMessageReply
(MessageEntry messageEntry) -
Uses of MessageEntry in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return MessageEntryModifier and TypeMethodDescriptionMessageProcessor.getBulkBuffer()
Returns the bulk bufferAbstractQueue.getExpiredMessage
(Object transactionId, long timeout) Get the next expired message from the queue but wait only a specific period of time.QueuePullTransaction.getExpiredMessage
(long timeout) Get an expired message from the queue but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId) Get a message from the queue.AbstractQueue.getMessage
(Object transactionId, long timeout) Get a message from the queue but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId, Selector selector) Get a message from the queue that matches the selector.AbstractQueue.getMessage
(Object transactionId, Selector selector, int viewId) Get the next message from a view.AbstractQueue.getMessage
(Object transactionId, Selector selector, int viewId, long timeout) Get the next message from the view but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId, Selector selector, long timeout) Get a message from the queue that matches the selector but wait only a specific period of time.QueuePullTransaction.getMessage()
Get a message from the queue.QueuePullTransaction.getMessage
(long timeout) Get a message from the queue but wait only a specific period of time.QueuePullTransaction.getMessage
(long timeout, Selector selector) Get a message from the queue that matches the selector but wait only a specific period of time.QueuePullTransaction.getMessage
(Selector selector) Get a message from the queue that matches the selector.AbstractQueue.getMessageByIndex
(MessageIndex messageIndex) Returns the message with that given key.QueueBrowser.getNextMessage()
Get the next available message from the queue.Methods in com.swiftmq.swiftlet.queue with parameters of type MessageEntryModifier and TypeMethodDescriptionabstract void
MessageProcessor.processMessage
(MessageEntry messageEntry) Process a message.