Uses of Interface
org.apache.activemq.artemis.api.core.Message
Packages that use Message
Package
Description
-
Uses of Message in org.apache.activemq.artemis.api.core
Subinterfaces of Message in org.apache.activemq.artemis.api.coreModifier and TypeInterfaceDescriptioninterfaceThis interface is only to determine the API of methods required for Core MessagesMethods in org.apache.activemq.artemis.api.core that return MessageModifier and TypeMethodDescriptionMessage.copy()It will generate a new instance of the message encode, being a deep copy, new properties, new everythingMessage.copy(long newID) It will generate a new instance of the message encode, being a deep copy, new properties, new everythingdefault MessageMessage.copy(long newID, boolean isExpiryOrDLQ) It will generate a new instance of the message encode, being a deep copy, new properties, new everythingMessage.putBooleanProperty(String key, boolean value) Callers must callreencode()in order to be sent to clientsMessage.putBooleanProperty(SimpleString key, boolean value) Callers must callreencode()in order to be sent to clientsMessage.putByteProperty(String key, byte value) Callers must callreencode()in order to be sent to clientsMessage.putByteProperty(SimpleString key, byte value) Callers must callreencode()in order to be sent to clientsMessage.putBytesProperty(String key, byte[] value) Callers must callreencode()in order to be sent to clientsMessage.putBytesProperty(SimpleString key, byte[] value) Callers must callreencode()in order to be sent to clientsMessage.putCharProperty(String key, char value) Callers must callreencode()in order to be sent to clientsMessage.putCharProperty(SimpleString key, char value) Callers must callreencode()in order to be sent to clientsMessage.putDoubleProperty(String key, double value) Callers must callreencode()in order to be sent to clientsMessage.putDoubleProperty(SimpleString key, double value) Callers must callreencode()in order to be sent to clientsdefault MessageMessage.putExtraBytesProperty(SimpleString key, byte[] value) Message.putFloatProperty(String key, float value) Callers must callreencode()in order to be sent to clientsMessage.putFloatProperty(SimpleString key, float value) Callers must callreencode()in order to be sent to clientsMessage.putIntProperty(String key, int value) Callers must callreencode()in order to be sent to clientsMessage.putIntProperty(SimpleString key, int value) Callers must callreencode()in order to be sent to clientsMessage.putLongProperty(String key, long value) Callers must callreencode()in order to be sent to clientsMessage.putLongProperty(SimpleString key, long value) Callers must callreencode()in order to be sent to clientsMessage.putObjectProperty(String key, Object value) Callers must callreencode()in order to be sent to clientsMessage.putObjectProperty(SimpleString key, Object value) Callers must callreencode()in order to be sent to clientsMessage.putShortProperty(String key, short value) Callers must callreencode()in order to be sent to clientsMessage.putShortProperty(SimpleString key, short value) Callers must callreencode()in order to be sent to clientsMessage.putStringProperty(String key, String value) Puts a String property in this message.Message.putStringProperty(SimpleString key, String value) Message.putStringProperty(SimpleString key, SimpleString value) Message.setAddress(String address) Look atsetAddress(SimpleString)for the doc.Message.setAddress(SimpleString address) This will set the address on CoreMessage.default MessageMessage.setAnnotation(SimpleString key, Object value) Callers must callreencode()in order to be sent to clientsdefault MessageMessage.setBrokerProperty(SimpleString key, Object value) To be called by the broker on ocasions such as DLQ and expiry.ICoreMessage.setBuffer(io.netty.buffer.ByteBuf buffer) The buffer will belong to this message, until release is called.default MessageMessage.setConnectionID(String connectionID) default MessageMessage.setCorrelationID(Object correlationID) Message.setDurable(boolean durable) Sets whether this message is durable or not.Message.setExpiration(long expiration) Sets the expiration of this message.default MessageMessage.setGroupID(String groupID) default MessageMessage.setGroupID(SimpleString groupID) default MessageMessage.setGroupSequence(int sequence) default MessageMessage.setIngressTimestamp()default MessageMessage.setLastValueProperty(SimpleString lastValueName) Message.setMessageID(long id) Message.setPriority(byte priority) Sets the message priority.Message.setReplyTo(SimpleString address) default MessageMessage.setRoutingType(RoutingType routingType) default MessageMessage.setScheduledDeliveryTime(Long time) Message.setTimestamp(long timestamp) default MessageMessage.setType(byte type) Deprecated.do not use this, use through ICoreMessage or ClientMessagedefault MessageMessage.setValidatedUserID(String validatedUserID) Methods in org.apache.activemq.artemis.api.core that return types with arguments of type MessageMethods in org.apache.activemq.artemis.api.core with parameters of type MessageModifier and TypeMethodDescriptionstatic voidRefCountMessage.deferredDebug(Message message, String debugMessage, Object... args) voidRefCountMessageListener.durableDown(Message message, int durableCount) voidvoidICoreMessage.moveHeadersAndProperties(Message msg) Used on large messages treatment. this method is used to transfer properties from a temporary CoreMessage to a definitive one.voiddefault voidMessage.referenceOriginalMessage(Message original, SimpleString originalQueue) voiddefault voiddefault void -
Uses of Message in org.apache.activemq.artemis.api.core.client
Subinterfaces of Message in org.apache.activemq.artemis.api.core.clientModifier and TypeInterfaceDescriptioninterfaceA ClientMessage represents a message sent and/or received by ActiveMQ Artemis.Methods in org.apache.activemq.artemis.api.core.client with parameters of type MessageModifier and TypeMethodDescriptionvoidSends a message to the specified address instead of the ClientProducer's address.voidSends a message to an address. specified inClientSession.createProducer(String)or similar methods.voidClientProducer.send(Message message, SendAcknowledgementHandler handler) Sends a message to the specified address instead of the ClientProducer's address.voidClientProducer.send(SimpleString address, Message message) Sends a message to the specified address instead of the ClientProducer's address.voidClientProducer.send(SimpleString address, Message message, SendAcknowledgementHandler handler) Sends a message to the specified address instead of the ClientProducer's address.voidSendAcknowledgementHandler.sendAcknowledged(Message message) Notifies the client that a message sent asynchronously has been received by the server.default voidSendAcknowledgementHandler.sendFailed(Message message, Exception e) -
Uses of Message in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management with parameters of type MessageModifier and TypeMethodDescriptionstatic booleanManagementHelper.hasOperationSucceeded(Message message) Returns whether the invocation of the management operation on the server resource succeeded.static booleanManagementHelper.isAttributesResult(Message message) Returns whether the JMS message corresponds to the result of a management attribute value.static booleanManagementHelper.isOperationResult(Message message) Returns whether the JMS message corresponds to the result of a management operation invocation.static Object[]ManagementHelper.retrieveOperationParameters(Message message) Used by ActiveMQ Artemis management service. -
Uses of Message in org.apache.activemq.artemis.cli.commands.tools.xml
Fields in org.apache.activemq.artemis.cli.commands.tools.xml declared as MessageMethods in org.apache.activemq.artemis.cli.commands.tools.xml with parameters of type MessageModifier and TypeMethodDescriptionstatic StringXmlDataExporterUtil.encodeMessageBodyBase64(Message message) Base64 encode a ServerMessage body into the proper XML formatvoidXMLMessageExporter.printLargeMessageBody(Message message) voidXMLMessageExporter.printMessageBody(Message message, boolean encodeTextMessageUTF8) voidXMLMessageExporter.printMessageProperties(Message message) -
Uses of Message in org.apache.activemq.artemis.core.buffers.impl
Methods in org.apache.activemq.artemis.core.buffers.impl with parameters of type MessageModifier and TypeMethodDescriptionvoidResetLimitWrappedActiveMQBuffer.setMessage(Message message) We need to turn of notifications of body changes on reset on the server side when dealing with AMQP conversions, for that reason this method will set the message to null hereConstructors in org.apache.activemq.artemis.core.buffers.impl with parameters of type MessageModifierConstructorDescriptionResetLimitWrappedActiveMQBuffer(int limit, io.netty.buffer.ByteBuf buffer, Message message) ResetLimitWrappedActiveMQBuffer(int limit, ActiveMQBuffer buffer, Message message) -
Uses of Message in org.apache.activemq.artemis.core.client.impl
Subinterfaces of Message in org.apache.activemq.artemis.core.client.implModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.apache.activemq.artemis.core.client.impl that implement MessageModifier and TypeClassDescriptionfinal classClientLargeMessageImpl is only created when receiving large messages.classMethods in org.apache.activemq.artemis.core.client.impl that return MessageMethods in org.apache.activemq.artemis.core.client.impl with parameters of type MessageModifier and TypeMethodDescriptionvoidClientSessionImpl.acknowledge(ClientConsumer consumer, Message message) voidClientSessionInternal.acknowledge(ClientConsumer consumer, Message message) voidClientSessionImpl.expire(ClientConsumer consumer, Message message) voidClientSessionInternal.expire(ClientConsumer consumer, Message message) voidClientSessionImpl.individualAcknowledge(ClientConsumer consumer, Message message) voidClientSessionInternal.individualAcknowledge(ClientConsumer consumer, Message message) voidvoidvoidClientProducerImpl.send(Message message, SendAcknowledgementHandler handler) voidClientProducerImpl.send(SimpleString address1, Message msg) voidClientProducerImpl.send(SimpleString address1, Message message, SendAcknowledgementHandler handler) voidSendAcknowledgementHandlerWrapper.sendAcknowledged(Message message) voidSendAcknowledgementHandlerWrapper.sendFailed(Message message, Exception e) voidClientSessionImpl.setAddress(Message message, SimpleString address) voidClientSessionInternal.setAddress(Message message, SimpleString address) This will set the address at the message -
Uses of Message in org.apache.activemq.artemis.core.filter
Methods in org.apache.activemq.artemis.core.filter with parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.filter.impl
Methods in org.apache.activemq.artemis.core.filter.impl with parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.message.impl
Subinterfaces of Message in org.apache.activemq.artemis.core.message.implClasses in org.apache.activemq.artemis.core.message.impl that implement MessageMethods in org.apache.activemq.artemis.core.message.impl that return MessageModifier and TypeMethodDescriptionCoreMessage.copy()CoreMessage.copy(long newID) MessageInternalImpl.copy()Deprecated.MessageInternalImpl.copy(long newID) Deprecated.MessageInternalImpl.copy(long newID, boolean isDLQorExpiry) Deprecated.CoreMessagePersister.decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pool) MessageInternalImpl.putBooleanProperty(String key, boolean value) Deprecated.MessageInternalImpl.putBooleanProperty(SimpleString key, boolean value) Deprecated.MessageInternalImpl.putByteProperty(String key, byte value) Deprecated.MessageInternalImpl.putByteProperty(SimpleString key, byte value) Deprecated.MessageInternalImpl.putBytesProperty(String key, byte[] value) Deprecated.MessageInternalImpl.putBytesProperty(SimpleString key, byte[] value) Deprecated.MessageInternalImpl.putCharProperty(String key, char value) Deprecated.MessageInternalImpl.putCharProperty(SimpleString key, char value) Deprecated.MessageInternalImpl.putDoubleProperty(String key, double value) Deprecated.MessageInternalImpl.putDoubleProperty(SimpleString key, double value) Deprecated.MessageInternalImpl.putFloatProperty(String key, float value) Deprecated.MessageInternalImpl.putFloatProperty(SimpleString key, float value) Deprecated.MessageInternalImpl.putIntProperty(String key, int value) Deprecated.MessageInternalImpl.putIntProperty(SimpleString key, int value) Deprecated.MessageInternalImpl.putLongProperty(String key, long value) Deprecated.MessageInternalImpl.putLongProperty(SimpleString key, long value) Deprecated.MessageInternalImpl.putObjectProperty(String key, Object value) Deprecated.MessageInternalImpl.putObjectProperty(SimpleString key, Object value) Deprecated.MessageInternalImpl.putShortProperty(String key, short value) Deprecated.MessageInternalImpl.putShortProperty(SimpleString key, short value) Deprecated.MessageInternalImpl.putStringProperty(String key, String value) Deprecated.Puts a String property in this message.MessageInternalImpl.putStringProperty(SimpleString key, String value) Deprecated.MessageInternalImpl.putStringProperty(SimpleString key, SimpleString value) Deprecated.MessageInternalImpl.setAddress(String address) Deprecated.MessageInternalImpl.setAddress(SimpleString address) Deprecated.MessageInternalImpl.setBuffer(io.netty.buffer.ByteBuf buffer) Deprecated.The buffer will belong to this message until release is called.CoreMessage.setCorrelationID(Object correlationID) MessageInternalImpl.setDurable(boolean durable) Deprecated.MessageInternalImpl.setExpiration(long expiration) Deprecated.CoreMessage.setLastValueProperty(SimpleString lastValueName) MessageInternalImpl.setMessageID(long id) Deprecated.MessageInternalImpl.setPriority(byte priority) Deprecated.MessageInternalImpl.setReplyTo(SimpleString address) Deprecated.CoreMessage.setRoutingType(RoutingType routingType) MessageInternalImpl.setTimestamp(long timestamp) Deprecated.Deprecated.Methods in org.apache.activemq.artemis.core.message.impl that return types with arguments of type MessageModifier and TypeMethodDescriptionCoreMessage.getPersister()MessageInternalImpl.getPersister()Deprecated.Methods in org.apache.activemq.artemis.core.message.impl with parameters of type MessageModifier and TypeMethodDescriptionCoreMessagePersister.decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pool) voidCoreMessagePersister.encode(ActiveMQBuffer buffer, Message record) Sub classes must add the first short as the protocol-idintCoreMessagePersister.getEncodeSize(Message record) voidCoreMessage.moveHeadersAndProperties(Message msg) -
Uses of Message in org.apache.activemq.artemis.core.message.openmbean
Classes in org.apache.activemq.artemis.core.message.openmbean with type parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return MessageMethods in org.apache.activemq.artemis.core.paging with parameters of type MessageModifier and TypeMethodDescriptionbooleanPagingStore.page(Message message, Transaction tx, RouteContextList listCtx) Write message to page if we are paging.intPagingStore.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) Method parameters in org.apache.activemq.artemis.core.paging with type arguments of type MessageModifier and TypeMethodDescriptionintPagingStore.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) intPagingStore.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) -
Uses of Message in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return Message -
Uses of Message in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl that return MessageMethods in org.apache.activemq.artemis.core.paging.impl with parameters of type MessageModifier and TypeMethodDescriptionvoidPagingStoreImpl.durableDown(Message message, int durableCount) voidbooleanPagingStoreImpl.page(Message message, Transaction tx, RouteContextList listCtx) intPagingStoreImpl.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) voidvoidMethod parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type MessageModifier and TypeMethodDescriptionintPagingStoreImpl.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) intPagingStoreImpl.page(Message message, Transaction tx, RouteContextList listCtx, Function<Message, Message> pageDecorator, boolean useFlowControl) Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type MessageModifierConstructorDescriptionPagedMessageImpl(Message message, long[] queueIDs) PagedMessageImpl(Message message, long[] queueIDs, long transactionID) -
Uses of Message in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type MessageModifier and TypeMethodDescriptionbooleanStorageManager.addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) Write message to page if we are paging.StorageManager.createCoreLargeMessage(long id, Message message) Creates a new LargeServerMessage for the core Protocol with the given id.voidStorageManager.storeMessage(Message message) voidStorageManager.storeMessageTransactional(long txID, Message message) -
Uses of Message in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement MessageMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return MessageModifier and TypeMethodDescriptionstatic MessageLargeServerMessageImpl.checkLargeMessage(Message message, StorageManager storageManager) This will check if a regular message needs to be converted as large messageLargeServerMessageImpl.copy()LargeServerMessageImpl.copy(long newID) AddMessageRecord.getMessage()LargeServerMessageImpl.getMessage()LargeServerMessageInSync.getMessage()DescribeJournal.MessageDescribe.getMsg()LargeServerMessageInSync.setDurable(boolean durable) LargeServerMessageInSync.setMessageID(long id) LargeServerMessageImpl.toMessage()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type MessageModifier and TypeMethodDescriptionbooleanAbstractJournalStorageManager.addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) static MessageLargeServerMessageImpl.checkLargeMessage(Message message, StorageManager storageManager) This will check if a regular message needs to be converted as large messageJournalStorageManager.createCoreLargeMessage(long id, Message message) voidLargeServerMessageImpl.referenceOriginalMessage(Message original, SimpleString originalQueue) voidAbstractJournalStorageManager.storeMessage(Message message) voidAbstractJournalStorageManager.storeMessageTransactional(long txID, Message message) Constructors in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type MessageModifier and TypeMethodDescriptionbooleanNullStorageManager.addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) NullStorageManager.createCoreLargeMessage(long id, Message message) voidNullStorageManager.storeMessage(Message message) voidNullStorageManager.storeMessageTransactional(long txID, Message message) -
Uses of Message in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return MessageModifier and TypeMethodDescriptionBindings.redistribute(Message message, Queue originatingQueue, RoutingContext context) Methods in org.apache.activemq.artemis.core.postoffice that return types with arguments of type MessageModifier and TypeMethodDescriptionPostOffice.redistribute(Message message, Queue originatingQueue) Methods in org.apache.activemq.artemis.core.postoffice with parameters of type MessageModifier and TypeMethodDescriptionbooleanBinding.isHighAcceptPriority(Message message) voidPostOffice.processRoute(Message message, RoutingContext context, boolean direct) Bindings.redistribute(Message message, Queue originatingQueue, RoutingContext context) PostOffice.redistribute(Message message, Queue originatingQueue) PostOffice.reload(Message message, Queue queue, Transaction tx) default MessageReferencePostOffice.reroute(Message message, Queue queue, Transaction tx) Deprecated.voidBinding.route(Message message, RoutingContext context) voidBindings.route(Message message, RoutingContext context) PostOffice.route(Message message, RoutingContext context, boolean direct) PostOffice.route(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Binding binding) PostOffice.route(Message message, Transaction tx, boolean direct) PostOffice.route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates) PostOffice.route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates, Binding binding) voidBinding.routeWithAck(Message message, RoutingContext context) -
Uses of Message in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return MessageModifier and TypeMethodDescriptionBindingsImpl.redistribute(Message message, Queue originatingQueue, RoutingContext context) Methods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type MessageModifier and TypeMethodDescriptionPostOfficeImpl.redistribute(Message message, Queue originatingQueue) The redistribution can't process the route right away as we may be dealing with a large message which will need to be processed on a different threadMethods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type MessageModifier and TypeMethodDescriptionprotected static voidPostOfficeImpl.applyExpiryDelay(Message message, AddressSettings settings) booleanDivertBinding.isHighAcceptPriority(Message message) booleanLocalQueueBinding.isHighAcceptPriority(Message message) voidPostOfficeImpl.processRoute(Message message, RoutingContext context, boolean direct) BindingsImpl.redistribute(Message message, Queue originatingQueue, RoutingContext context) PostOfficeImpl.redistribute(Message message, Queue originatingQueue) The redistribution can't process the route right away as we may be dealing with a large message which will need to be processed on a different threadPostOfficeImpl.reload(Message message, Queue queue, Transaction tx) voidBindingsImpl.route(Message message, RoutingContext context) voidDivertBinding.route(Message message, RoutingContext context) voidLocalQueueBinding.route(Message message, RoutingContext context) PostOfficeImpl.route(Message message, RoutingContext context, boolean direct) PostOfficeImpl.route(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Binding bindingMove) PostOfficeImpl.route(Message message, Transaction tx, boolean direct) PostOfficeImpl.route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates) PostOfficeImpl.route(Message message, Transaction tx, boolean direct, boolean rejectDuplicates, Binding binding) voidDivertBinding.routeWithAck(Message message, RoutingContext context) voidLocalQueueBinding.routeWithAck(Message message, RoutingContext context) static voidPostOfficeImpl.storeDurableReference(StorageManager storageManager, Message message, Transaction tx, Queue queue, boolean sync) -
Uses of Message in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl that return types with arguments of type MessageMethods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type MessageModifier and TypeMethodDescriptionvoidActiveMQSessionContext.expireMessage(ClientConsumer consumer, Message message) intActiveMQSessionContext.getCreditsOnSendingFull(Message msgI) voidActiveMQSessionContext.sendACK(boolean individual, boolean block, ClientConsumer consumer, Message message) intActiveMQSessionContext.sendInitialChunkOnLargeMessage(Message msgI) intActiveMQSessionContext.sendLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, int reconnectID, int senderID, SendAcknowledgementHandler messageHandler) intActiveMQSessionContext.sendServerLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, int senderID, SendAcknowledgementHandler messageHandler) -
Uses of Message in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Fields in org.apache.activemq.artemis.core.protocol.core.impl.wireformat declared as MessageMethods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return MessageModifier and TypeMethodDescriptionSessionReceiveLargeMessage.getLargeMessage()SessionSendLargeMessage.getLargeMessage()MessagePacketI.getMessage()ReplicationPageWriteMessage.getMessage()SessionReceiveLargeMessage.getMessage()SessionSendContinuationMessage.getMessage()SessionSendLargeMessage.getMessage()Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type MessageModifier and TypeMethodDescriptionMessagePacket.replaceMessage(Message message) MessagePacketI.replaceMessage(Message message) ReplicationPageWriteMessage.replaceMessage(Message message) SessionReceiveLargeMessage.replaceMessage(Message message) SessionSendLargeMessage.replaceMessage(Message message) Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type MessageModifierConstructorDescriptionSessionReceiveClientLargeMessage(Message message) SessionReceiveLargeMessage(long consumerID, Message message, long largeMessageSize, int deliveryCount) SessionReceiveLargeMessage(Message message) protectedSessionSendContinuationMessage(byte type, Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, SendAcknowledgementHandler handler) SessionSendContinuationMessage(Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, SendAcknowledgementHandler handler) SessionSendContinuationMessage_V2(Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, SendAcknowledgementHandler handler) SessionSendContinuationMessage_V3(Message message, byte[] body, boolean continues, boolean requiresResponse, long messageBodySize, int senderID, SendAcknowledgementHandler handler) SessionSendLargeMessage(Message largeMessage) -
Uses of Message in org.apache.activemq.artemis.core.protocol.hornetq.util
Methods in org.apache.activemq.artemis.core.protocol.hornetq.util with parameters of type MessageModifier and TypeMethodDescriptionstatic voidHQPropertiesConverter.replaceAMQProperties(Message message) static voidHQPropertiesConverter.replaceHQProperties(Message message) -
Uses of Message in org.apache.activemq.artemis.core.replication
Methods in org.apache.activemq.artemis.core.replication that return MessageModifier and TypeMethodDescriptionReplicatedLargeMessage.getMessage()ReplicatedLargeMessage.setDurable(boolean b) ReplicatedLargeMessage.setMessageID(long id) -
Uses of Message in org.apache.activemq.artemis.core.server
Subinterfaces of Message in org.apache.activemq.artemis.core.serverMethods in org.apache.activemq.artemis.core.server that return MessageMethods in org.apache.activemq.artemis.core.server with parameters of type MessageModifier and TypeMethodDescriptionstatic MessageReferenceMessageReference.Factory.createReference(Message encode, Queue queue) ServerSession.doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue) ServerSession.doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext) voidActiveMQServerLogger_impl.duplicateMessageDetected(Message message) voidActiveMQServerLogger.duplicateMessageDetected(Message message) intQueue.durableDown(Message message) intRoutingContext.getAddress(Message message) booleanQueue.hasMatchingConsumer(Message message) booleanRoutingContext.isAlreadyAcked(Message message, Queue queue) booleanRoutingContext.isReusable(Message message, int version) voidActiveMQServerLogger_impl.noQueueIdDefined(Message message, Message messageCopy, SimpleString idsHeaderName) voidActiveMQServerLogger.noQueueIdDefined(Message message, Message messageCopy, SimpleString idsHeaderName) voidBindable.route(Message message, RoutingContext context) voidBindable.routeWithAck(Message message, RoutingContext context) ServerSession.send(Transaction tx, Message message, boolean direct, String senderName, boolean noAutoCreateQueue) ServerSession.send(Transaction tx, Message message, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext) -
Uses of Message in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return MessageMethods in org.apache.activemq.artemis.core.server.cluster with parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return MessageModifier and TypeMethodDescriptionprotected MessageBridgeImpl.beforeForward(Message message, SimpleString forwardingAddress) Hook for processing message before forwardingprotected MessageClusterConnectionBridge.beforeForward(Message message, SimpleString forwardingAddress) protected MessageBridgeImpl.beforeForwardingNoCopy(Message message, SimpleString forwardingAddress) ClusterConnectionBridge already makes a copy of the message.Methods in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type MessageModifier and TypeMethodDescriptionprotected MessageBridgeImpl.beforeForward(Message message, SimpleString forwardingAddress) Hook for processing message before forwardingprotected MessageClusterConnectionBridge.beforeForward(Message message, SimpleString forwardingAddress) protected MessageBridgeImpl.beforeForwardingNoCopy(Message message, SimpleString forwardingAddress) ClusterConnectionBridge already makes a copy of the message.booleanRemoteQueueBindingImpl.isHighAcceptPriority(Message message) voidRemoteQueueBindingImpl.route(Message message, RoutingContext context) voidRemoteQueueBindingImpl.routeWithAck(Message message, RoutingContext context) voidBridgeImpl.sendAcknowledged(Message message) voidBridgeImpl.sendFailed(Message message, Exception e) -
Uses of Message in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return MessageModifier and TypeMethodDescriptionGroupFirstMessageReference.getMessage()MessageReferenceImpl.getMessage()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type MessageModifier and TypeMethodDescriptionServerSessionImpl.doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue) ServerSessionImpl.doSend(Transaction tx, Message msg, SimpleString originalAddress, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext) intQueueImpl.durableDown(Message message) intRoutingContextImpl.getAddress(Message message) ServerLegacyProducersImpl.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) ServerProducers.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) ServerProducersImpl.getServerProducer(String senderName, Message msg, ServerSessionImpl serverSession) voidJournalLoader.handlePreparedSendMessage(Message message, Transaction tx, long queueID) voidPostOfficeJournalLoader.handlePreparedSendMessage(Message message, Transaction tx, long queueID) booleanQueueImpl.hasMatchingConsumer(Message message) booleanRoutingContextImpl.isAlreadyAcked(Message message, Queue queue) booleanRoutingContextImpl.isReusable(Message message, int version) voidDivertImpl.route(Message message, RoutingContext context) voidQueueImpl.route(Message message, RoutingContext context) voidDivertImpl.routeWithAck(Message message, RoutingContext context) voidQueueImpl.routeWithAck(Message message, RoutingContext context) ServerSessionImpl.send(Message message, boolean direct, String senderName, boolean noAutoCreateQueue) ServerSessionImpl.send(Transaction tx, Message msg, boolean direct, String senderName, boolean noAutoCreateQueue) ServerSessionImpl.send(Transaction tx, Message messageParameter, boolean direct, String senderName, boolean noAutoCreateQueue, RoutingContext routingContext) Method parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type MessageModifier and TypeMethodDescriptionvoidJournalLoader.handleNoMessageReferences(Map<Long, Message> messages) voidPostOfficeJournalLoader.handleNoMessageReferences(Map<Long, Message> messages) Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type MessageModifier and TypeMethodDescriptionManagementService.handleMessage(SecurityAuth auth, Message message) -
Uses of Message in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type MessageModifier and TypeMethodDescriptionManagementServiceImpl.handleMessage(SecurityAuth auth, Message message) -
Uses of Message in org.apache.activemq.artemis.core.server.mirror
Methods in org.apache.activemq.artemis.core.server.mirror with parameters of type MessageModifier and TypeMethodDescriptionvoidMirrorController.sendMessage(Transaction tx, Message message, RoutingContext context) -
Uses of Message in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type MessageModifier and TypeMethodDescriptiondefault voidActiveMQServerFederationPlugin.afterFederatedQueueConsumerMessageHandled(FederatedQueueConsumer consumer, Message message) After a federated queue consumer handles a messagedefault voidActiveMQServerMessagePlugin.afterMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, RoutingStatus result) After a message is routeddefault voidActiveMQServerMessagePlugin.afterSend(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, RoutingStatus result) After a message is sentdefault voidActiveMQServerMessagePlugin.afterSend(Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, RoutingStatus result) default voidActiveMQServerFederationPlugin.beforeFederatedQueueConsumerMessageHandled(FederatedQueueConsumer consumer, Message message) Before a federated queue consumer handles a messagedefault voidActiveMQServerMessagePlugin.beforeMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) Before a message is routeddefault voidActiveMQServerMessagePlugin.beforeSend(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue) Before a message is sentdefault voidActiveMQServerMessagePlugin.beforeSend(Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue) default voidActiveMQServerMessagePlugin.messageMoved(Transaction tx, MessageReference ref, AckReason reason, SimpleString destAddress, Long destQueueID, ServerConsumer consumer, Message newMessage, RoutingStatus result) A message has been moveddefault voidActiveMQServerMessagePlugin.onMessageRouteException(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Exception e) When there was an error routing the messagedefault voidActiveMQServerMessagePlugin.onSendException(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, Exception e) When there was an exception sending the message -
Uses of Message in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type MessageModifier and TypeMethodDescriptionvoidLoggingActiveMQServerPlugin.afterMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, RoutingStatus result) After a message is routedvoidLoggingActiveMQServerPluginLogger_impl.afterMessageRouteDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidLoggingActiveMQServerPluginLogger.afterMessageRouteDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidLoggingActiveMQServerPlugin.afterSend(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, RoutingStatus result) After a message is sentvoidLoggingActiveMQServerPluginLogger_impl.afterSendDetails(Message message, String result, Transaction tx, String sessionName, String connectionID, boolean direct, boolean noAutoCreateQueue) voidLoggingActiveMQServerPluginLogger.afterSendDetails(Message message, String result, Transaction tx, String sessionName, String connectionID, boolean direct, boolean noAutoCreateQueue) voidLoggingActiveMQServerPlugin.beforeMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) Before a message is routedvoidLoggingActiveMQServerPluginLogger_impl.beforeMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidLoggingActiveMQServerPluginLogger.beforeMessageRoute(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidLoggingActiveMQServerPlugin.beforeSend(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue) Before a message is sentvoidLoggingActiveMQServerPluginLogger_impl.beforeSend(Message message, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) voidLoggingActiveMQServerPluginLogger.beforeSend(Message message, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) voidLoggingActiveMQServerPluginLogger_impl.onMessageRouteErrorDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidLoggingActiveMQServerPluginLogger.onMessageRouteErrorDetails(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates) voidLoggingActiveMQServerPlugin.onMessageRouteException(Message message, RoutingContext context, boolean direct, boolean rejectDuplicates, Exception e) voidLoggingActiveMQServerPluginLogger_impl.onSendErrorDetails(String messageID, Message message, String sessionName, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) voidLoggingActiveMQServerPluginLogger.onSendErrorDetails(String messageID, Message message, String sessionName, Transaction tx, ServerSession session, boolean direct, boolean noAutoCreateQueue) voidLoggingActiveMQServerPlugin.onSendException(ServerSession session, Transaction tx, Message message, boolean direct, boolean noAutoCreateQueue, Exception e) -
Uses of Message in org.apache.activemq.artemis.core.server.transformer
Classes in org.apache.activemq.artemis.core.server.transformer that implement MessageMethods in org.apache.activemq.artemis.core.server.transformer that return MessageModifier and TypeMethodDescriptionMethods in org.apache.activemq.artemis.core.server.transformer with parameters of type MessageModifier and TypeMethodDescriptionConstructors in org.apache.activemq.artemis.core.server.transformer with parameters of type Message -
Uses of Message in org.apache.activemq.artemis.core.transaction
Methods in org.apache.activemq.artemis.core.transaction with parameters of type MessageModifier and TypeMethodDescriptionTransactionDetail.decodeMessageProperties(Message msg) abstract StringTransactionDetail.decodeMessageType(Message msg) -
Uses of Message in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl with parameters of type MessageModifier and TypeMethodDescriptionCoreTransactionDetail.decodeMessageProperties(Message msg) CoreTransactionDetail.decodeMessageType(Message msg) -
Uses of Message in org.apache.activemq.artemis.jms.transaction
Methods in org.apache.activemq.artemis.jms.transaction with parameters of type MessageModifier and TypeMethodDescriptionJMSTransactionDetail.decodeMessageProperties(Message msg) JMSTransactionDetail.decodeMessageType(Message msg) -
Uses of Message in org.apache.activemq.artemis.reader
Methods in org.apache.activemq.artemis.reader with parameters of type MessageModifier and TypeMethodDescriptionstatic voidMessageUtil.clearProperties(Message message) static intMessageUtil.getIntProperty(Message message, String name) static StringMessageUtil.getJMSCorrelationID(Message message) static byte[]MessageUtil.getJMSCorrelationIDAsBytes(Message message) static SimpleStringMessageUtil.getJMSReplyTo(Message message) static StringMessageUtil.getJMSType(Message message) static longMessageUtil.getLongProperty(Message message, String name) static ObjectMessageUtil.getObjectProperty(Message message, String name) MessageUtil.getPropertyNames(Message message) static StringMessageUtil.getStringProperty(Message message, String name) static booleanMessageUtil.propertyExists(Message message, String name) static voidMessageUtil.setIntProperty(Message message, String name, int value) static voidMessageUtil.setJMSCorrelationID(Message message, String correlationID) static final voidMessageUtil.setJMSCorrelationIDAsBytes(Message message, byte[] correlationID) static voidMessageUtil.setJMSReplyTo(Message message, String dest) static voidMessageUtil.setJMSReplyTo(Message message, SimpleString dest) static voidMessageUtil.setJMSType(Message message, String type) static voidMessageUtil.setLongProperty(Message message, String name, long value) static voidMessageUtil.setObjectProperty(Message message, String name, Object value) static voidMessageUtil.setStringProperty(Message message, String name, String value) -
Uses of Message in org.apache.activemq.artemis.spi.core.protocol
Classes in org.apache.activemq.artemis.spi.core.protocol with type parameters of type MessageMethods in org.apache.activemq.artemis.spi.core.protocol that return MessageModifier and TypeMethodDescriptionMessagePersister.decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pools) MessagePersister.decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pools, StorageManager storageManager) static MessageEmbedMessageUtil.extractEmbedded(ICoreMessage message, StorageManager storageManager) Methods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type MessageMethods in org.apache.activemq.artemis.spi.core.protocol with parameters of type MessageModifier and TypeMethodDescriptionMessagePersister.decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pools) MessagePersister.decode(ActiveMQBuffer buffer, Message record, CoreMessageObjectPools pools, StorageManager storageManager) static ICoreMessageEmbedMessageUtil.embedAsCoreMessage(Message source) voidMessagePersister.encode(ActiveMQBuffer buffer, Message record) Sub classes must add the first short as the protocol-idintMessagePersister.getEncodeSize(Message record) Method parameters in org.apache.activemq.artemis.spi.core.protocol with type arguments of type MessageModifier and TypeMethodDescriptionstatic voidMessagePersister.registerPersister(Persister<Message> persister) -
Uses of Message in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type MessageModifier and TypeMethodDescriptionabstract voidSessionContext.expireMessage(ClientConsumer consumer, Message message) abstract intSessionContext.getCreditsOnSendingFull(Message msgI) abstract voidSessionContext.sendACK(boolean individual, boolean block, ClientConsumer consumer, Message message) abstract intSessionContext.sendInitialChunkOnLargeMessage(Message msgI) it should return the number of credits (or bytes) used to send this packetabstract intSessionContext.sendLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, int reconnectID, int senderID, SendAcknowledgementHandler messageHandler) abstract intSessionContext.sendServerLargeMessageChunk(Message msgI, long messageBodySize, boolean sendBlocking, boolean lastChunk, byte[] chunk, int senderID, SendAcknowledgementHandler messageHandler)