Get JMS Text Message
/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/getJMSTextMessage
Returns the JMS TextMessage (with body) that corresponds to the specified message ID.
Request
- application/json
- 
                    name(required): string
                    
                    The name property of the instance in the collection.
- 
                    version(required): string
                    
                    The version of the WebLogic REST interface.
- 
                        X-Requested-By(required): string
                        
                        The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the following fields:
objectArguments- 
            messageID: 
            string
            The JMS message ID of the requested message. 
- 
                        Admin: basic
                        
                        Type:basicDescription:A user in the Admin security role.
Response
- application/json
200 Response
Returns the following fields:
object- 
            header: 
            object  JMS Message Header V
            
            
- 
            metaData: 
            object  JMS Message Meta Data V
            
            
- 
            text: 
            string
            Read Only:trueReturns the text message body. 
object- 
            jmsCorrelationID: 
            string
            Read Only:trueReturns the correlation ID. 
- 
            jmsDeliveryMode: 
            string
            Read Only:trueReturns one of the following delivery mode values: - persistent 
- nonpersistent 
 
- 
            jmsDestination: 
            object  JMS Destination V
            
            
- 
            jmsExpiration: 
            integer(int64)
            Read Only:trueReturns the expiration. 
- 
            jmsMessageID: 
            string
            Read Only:trueReturns the message ID. 
- 
            jmsPriority: 
            integer(int32)
            Read Only:trueReturns the priority. 
- 
            jmsRedelivered: 
            boolean
            Read Only:trueReturns the redelivered flag. 
- 
            jmsReplyTo: 
            object  JMS Destination V
            
            
- 
            jmsTimestamp: 
            integer(int64)
            Read Only:trueReturns the timestamp. 
- 
            jmsType: 
            string
            Read Only:trueReturns the type. 
- 
            properties: 
            array  Items
            
            Title:ItemsRead Only:trueReturns the message properties 
object- 
            consumerID: 
            string
            Read Only:trueReturns the consumer ID. 
- 
            destinationName: 
            string
            Read Only:trueReturns the decorated name of the destination. 
- 
            messageSize: 
            integer(int64)
            Read Only:trueReturns the size of the message in bytes. 
- 
            messageType: 
            string
            Read Only:trueReturns the type of message. The values include: - bytes 
- map 
- object 
- stream 
- text 
- xml 
 
- 
            sequenceNumber: 
            integer(int64)
            Read Only:trueReturns the internal sequence number. 
- 
            state: 
            string
            Read Only:trueReturns the message state in string representation consisting of one or more space-delimited state strings. State values include one or more of the following: - visible 
- send 
- receive 
- transaction 
- ordered 
- delayed 
- expired 
- redelivery-count-exceeded 
- paused 
- sequenced 
- unit-of-work-component 
 
- 
            xid: 
            string
            Read Only:trueReturns the Xid of associated global transaction or null. 
object- 
            name: 
            string
            Read Only:trueReturns the decorated destination name. 
- 
            serverName: 
            string
            Read Only:trueReturns the JMS server name. 
- 
            type: 
            string
            Read Only:trueReturns the destination type (queue, topic or anonymous) 
arrayItemstrueReturns the message properties
object- 
            name: 
            string
            Read Only:trueReturns the property name. 
- 
            type: 
            string
            Read Only:trueReturns the property type. Type values include boolean, byte, short, int, long, float, double, and String. 
- 
            value: 
            string
            Read Only:trueReturns the proeprty value.