Get JMS Text Message

post

/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/getJMSTextMessage

Returns the JMS TextMessage (with body) that corresponds to the specified message ID.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the following fields:

Root Schema : Arguments
Type: object
Title: Arguments
Show Source
Security
  • Type: basic
    Description: A user in the Admin security role.
Back to Top

Response

Supported Media Types

200 Response

Returns the following fields:

Body ()
Root Schema : Return
Type: object
Title: Return
Show Source
Nested Schema : JMS Text Message V
Type: object
Show Source
Nested Schema : JMS Message Header V
Type: object
Show Source
Nested Schema : JMS Message Meta Data V
Type: object
Show Source
  • Read Only: true

    Returns the consumer ID.

  • Read Only: true

    Returns the decorated name of the destination.

  • Read Only: true

    Returns the size of the message in bytes.

  • Read Only: true

    Returns the type of message. The values include:

    • bytes

    • map

    • object

    • stream

    • text

    • xml

  • Read Only: true

    Returns the internal sequence number.

  • 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

  • Read Only: true

    Returns the Xid of associated global transaction or null.

Nested Schema : JMS Destination V
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
Read Only: true

Returns the message properties

Show Source
Nested Schema : JMS Message Property V
Type: object
Show Source
  • Read Only: true

    Returns the property name.

  • Read Only: true

    Returns the property type. Type values include boolean, byte, short, int, long, float, double, and String.

  • Read Only: true

    Returns the proeprty value.

Back to Top