Get JMS Message
/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/getJMSMessage
Given a JMS message ID this method returns the corresponding message from the queue. If no message with the specified message ID exists on the destination, a null value is returned.
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:
object
Arguments
-
messageID:
string
The JMS message ID of the requested message.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
Response
- application/json
200 Response
Returns the following fields:
object
-
jmsCorrelationID:
string
Read Only:
true
Returns the correlation ID.
-
jmsDeliveryMode:
string
Read Only:
true
Returns one of the following delivery mode values:
persistent
nonpersistent
-
jmsDestination:
object JMS Destination V
-
jmsExpiration:
integer(int64)
Read Only:
true
Returns the expiration.
-
jmsMessageID:
string
Read Only:
true
Returns the message ID.
-
jmsPriority:
integer(int32)
Read Only:
true
Returns the priority.
-
jmsRedelivered:
boolean
Read Only:
true
Returns the redelivered flag.
-
jmsReplyTo:
object JMS Destination V
-
jmsTimestamp:
integer(int64)
Read Only:
true
Returns the timestamp.
-
jmsType:
string
Read Only:
true
Returns the type.
-
properties:
array Items
Title:
Items
Read Only:true
Returns the message properties
object
-
consumerID:
string
Read Only:
true
Returns the consumer ID.
-
destinationName:
string
Read Only:
true
Returns the decorated name of the destination.
-
messageSize:
integer(int64)
Read Only:
true
Returns the size of the message in bytes.
-
messageType:
string
Read Only:
true
Returns the type of message. The values include:
bytes
map
object
stream
text
xml
-
sequenceNumber:
integer(int64)
Read Only:
true
Returns the internal sequence number.
-
state:
string
Read Only:
true
Returns 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:
true
Returns the Xid of associated global transaction or null.
object
-
name:
string
Read Only:
true
Returns the decorated destination name.
-
serverName:
string
Read Only:
true
Returns the JMS server name.
-
type:
string
Read Only:
true
Returns the destination type (queue, topic or anonymous)
array
Items
true
Returns the message properties
object
-
name:
string
Read Only:
true
Returns the property name.
-
type:
string
Read Only:
true
Returns the property type. Type values include boolean, byte, short, int, long, float, double, and String.
-
value:
string
Read Only:
true
Returns the proeprty value.