Uses of Class
com.swiftmq.impl.streams.comp.message.Message
Package
Description
-
Uses of Message in com.swiftmq.impl.streams
-
Uses of Message in com.swiftmq.impl.streams.comp.io
Modifier and TypeMethodDescriptionInput.current()
Returns the current Message of this Input.ManagementInput.current()
QueueInput.current()
QueueWireTapInput.current()
TopicInput.current()
QueueWireTapInput.next()
Internal use.Modifier and TypeMethodDescriptionSets the current Message on this Input.Sends a Message. -
Uses of Message in com.swiftmq.impl.streams.comp.memory
Modifier and TypeMethodDescriptionHeapMemory.at
(int index) abstract Message
Memory.at
(int index) Returns the Message at the index.QueueMemory.at
(int index) Memory.first()
Returns the first Message of this Memory.Memory.last()
Returns the last Message of this Memory.Returns the Message with the maximum value of a Property.Returns the Message with the minimum value of a Property.Modifier and TypeMethodDescriptionabstract Memory
Add a Message to the Memory.Adds a Message to this MemoryGroup.protected void
Memory.addToIndexes
(String key, Message message) void
Single method to be executed for each Message of a Memoryprotected long
Memory.getStoreTime
(Message message) protected boolean
protected void
Memory.removeFromIndexes
(String key, Message message) -
Uses of Message in com.swiftmq.impl.streams.comp.message
Modifier and TypeClassDescriptionclass
Facade to wrap a javax.jms.BytesMessage.class
Facade to wrap a javax.jms.MapMessageclass
Facade to wrap a javax.jms.ObjectMessage.class
Facade to wrap a javax.jms.StreamMessage.class
Facade to wrap a javax.jms.TextMessage.Modifier and TypeMethodDescriptionProperty.clear()
Clears the property value.Message.clearBody()
Clears the message body.MessageBuilder.copyMessage
(Message msg) Internal use only.Message.copyProperties
(Message source) Internal use only.Message.correlationId
(String s) Sets the JMS correlation ID.Message.expiration
(long exp) Sets the JMS expirationMessageBuilder.message()
Returns a new Message facade.Sets the JMS message ID.Message.nonpersistent()
Marks this Message as non-persistent.Message.onMessageEnabled
(boolean onMessageEnabled) Can be set to false in an Input callback to disable calling the onMessage Callback with this Message.Message.persistent()
Marks this Message as persistent.Message.priority
(int prio) Sets the JMS priority.Message.replyTo
(Destination destination) Sets the replyTo addressSets the value.Message.timestamp
(long timestamp) Sets the JMS timestampMessageBuilder.wrap
(MessageImpl impl) Internal use only.Modifier and TypeMethodDescriptionMessageBuilder.copyMessage
(Message msg) Internal use only.Message.copyProperties
(Message source) Internal use only. -
Uses of Message in com.swiftmq.impl.streams.processor.po
ModifierConstructorDescriptionPOMgmtMessage
(Semaphore semaphore, ManagementProcessor managementProcessor, Message message)