Uses of Class
com.swiftmq.jms.MessageImpl
Packages that use MessageImpl
Package
Description
-
Uses of MessageImpl in com.swiftmq.jms
Subclasses of MessageImpl in com.swiftmq.jmsModifier and TypeClassDescriptionclass
Implementation of a BytesMessage.class
Implementation of a MapMessage.class
Implementation of a ObjectMessage.class
Implementation of a StreamMessage.class
Implementation of a TextMessage.Methods in com.swiftmq.jms that return MessageImplMethods in com.swiftmq.jms with parameters of type MessageImplModifier and TypeMethodDescriptionboolean
SwiftMQMessageConsumer.acknowledgeMessage
(MessageImpl message) -
Uses of MessageImpl in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return MessageImplModifier and TypeMethodDescriptionstatic MessageImpl
SMQPUtil.getMessage
(ProduceMessageRequest request) ProduceMessageRequest.getSingleMessage()
static MessageImpl
SMQPUtil.toMessage
(byte[] b) Methods in com.swiftmq.jms.smqp.v750 with parameters of type MessageImplModifier and TypeMethodDescriptionvoid
ProduceMessageRequest.setSingleMessage
(MessageImpl singleMessage) static byte[]
SMQPUtil.toBytes
(MessageImpl msg) Constructors in com.swiftmq.jms.smqp.v750 with parameters of type MessageImplModifierConstructorDescriptionProduceMessageRequest
(int dispatchId, int queueProducerId, MessageImpl singleMessage, byte[] messageCopy) ProduceMessageRequest
(RequestRetryValidator validator, int dispatchId, int queueProducerId, MessageImpl singleMessage, byte[] messageCopy) -
Uses of MessageImpl in com.swiftmq.jms.v750
Methods in com.swiftmq.jms.v750 with parameters of type MessageImplModifier and TypeMethodDescriptionboolean
MessageConsumerImpl.acknowledgeMessage
(MessageImpl message) boolean
ConnectionConsumerImpl.isDuplicate
(MessageImpl msg) void
ConnectionConsumerImpl.markInProgress
(MessageImpl msg, String messageId) void
ConnectionConsumerImpl.removeFromDuplicateLog
(MessageImpl msg) void
SessionImpl.storeTransactedMessage
(MessageProducerImpl producer, MessageImpl msg) void
ConnectionConsumerImpl.unmarkInProgress
(MessageImpl msg, String messageId) -
Uses of MessageImpl in com.swiftmq.ms
Methods in com.swiftmq.ms with parameters of type MessageImpl -
Uses of MessageImpl in com.swiftmq.ms.artemis
Methods in com.swiftmq.ms.artemis with parameters of type MessageImpl -
Uses of MessageImpl in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return MessageImplMethods in com.swiftmq.swiftlet.queue with parameters of type MessageImplModifier and TypeMethodDescriptionabstract boolean
AbstractQueue.hasReceiver
(MessageImpl message) Checks all registered receivers and, if set, their message selectors whether this message will be received by one of them.boolean
QueuePushTransaction.hasReceiver
(MessageImpl message) Checks all registered receivers and, if set, their message selectors whether this message will be received by one of them.boolean
Selector.isSelected
(MessageImpl message) Returns true if the message matches the selector criteriaboolean
WireTapSubscriber.isSelected
(MessageImpl message) abstract void
AbstractQueue.putMessage
(Object transactionId, MessageImpl message) Put a message into the queuevoid
QueuePushTransaction.putMessage
(MessageImpl message) Put a message into the queuevoid
WireTap.putMessage
(MessageImpl message) void
WireTapSubscriber.putMessage
(MessageImpl message) void
MessageEntry.setMessage
(MessageImpl message) Sets the message.Constructors in com.swiftmq.swiftlet.queue with parameters of type MessageImplModifierConstructorDescriptionMessageEntry
(MessageIndex messageIndex, MessageImpl message) Create a new MessageEntry. -
Uses of MessageImpl in com.swiftmq.swiftlet.store
Fields in com.swiftmq.swiftlet.store declared as MessageImpl