Uses of Class
org.apache.qpid.jms.message.JmsMessage
Packages that use JmsMessage
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsMessage in org.apache.qpid.jms
Constructors in org.apache.qpid.jms with parameters of type JmsMessageModifierConstructorDescriptionJmsSendTimedOutException(String reason, String errorCode, JmsMessage unsentMessage) JmsSendTimedOutException(String reason, JmsMessage unsentMessage) -
Uses of JmsMessage in org.apache.qpid.jms.message
Subclasses of JmsMessage in org.apache.qpid.jms.messageModifier and TypeClassDescriptionclassclassImplementation of the JMS MapMessage.classclassJMS Stream message implementation.classMethods in org.apache.qpid.jms.message that return JmsMessageModifier and TypeMethodDescriptionJmsMessage.copy()JmsMessageFactory.createMessage()Creates an instance of a basic JmsMessage object.JmsInboundMessageDispatch.getMessage()JmsOutboundMessageDispatch.getMessage()static JmsMessageJmsMessageTransformation.transformMessage(JmsConnection connection, jakarta.jms.Message message) Creates a new JmsMessage object and populates it using the details of the given Message.Methods in org.apache.qpid.jms.message with parameters of type JmsMessageModifier and TypeMethodDescriptionstatic voidJmsMessagePropertyIntercepter.clearProperties(JmsMessage message, boolean excludeStandardJMSHeaders) For each of the currently configured message property intercepter instances clear or reset the value to its default.protected voidJmsMessage.copy(JmsMessage other) static voidJmsMessageTransformation.copyProperties(JmsConnection connection, jakarta.jms.Message source, JmsMessage target) Copies the standard JMS and user defined properties from the given source message to the specified target message.JmsMessagePropertyIntercepter.getAllPropertyNames(JmsMessage message) For each of the currently configured message property intercepter instance a string key value is inserted into an Set and returned.static ObjectJmsMessagePropertyIntercepter.getProperty(JmsMessage message, String name) Static get method that takes a property name and gets the value either via a registered property get object or through the JmsMessageFacade getProperty method.JmsMessagePropertyIntercepter.getPropertyNames(JmsMessage message, boolean excludeStandardJMSHeaders) For each of the currently configured message property intercepter instance a string key value is inserted into an Set and returned if the property has a value and is available for a read operation.static booleanJmsMessagePropertyIntercepter.propertyExists(JmsMessage message, String name) Static inspection method to determine if a named property exists for a given message.voidJmsInboundMessageDispatch.setMessage(JmsMessage message) voidJmsOutboundMessageDispatch.setMessage(JmsMessage message) static voidJmsMessagePropertyIntercepter.setProperty(JmsMessage message, String name, Object value) Static set method that takes a property name and sets the value either via a registered property set object or through the JmsMessageFacade setProperty method. -
Uses of JmsMessage in org.apache.qpid.jms.provider.amqp.message
Methods in org.apache.qpid.jms.provider.amqp.message that return JmsMessageModifier and TypeMethodDescriptionAmqpJmsMessageFacade.asJmsMessage()AmqpJmsMessageFactory.createMessage() -
Uses of JmsMessage in org.apache.qpid.jms.provider.exceptions
Methods in org.apache.qpid.jms.provider.exceptions that return JmsMessageConstructors in org.apache.qpid.jms.provider.exceptions with parameters of type JmsMessageModifierConstructorDescriptionProviderSendTimedOutException(String reason, JmsMessage unsentMessage)