Get JMS Messages

post

/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/destinations/{name}/durableSubscribers/{name}/getJMSMessages

Returns an array of JMSMessageVBean objects that match the specified JMS message selector. When the sortOn parameter is specified the array is ordered by the message header field.

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
  • Items
    Title: Items

    Indicates whether sort order is ascending or descending

  • The maximum number of messages to return

  • The JMS message selector

  • Items
    Title: Items

    The JMS header fields to sort on. Values can include message attributes JMSMessageID, JMSTimestamp, JMSDeliveryTime, JMSType, JMSCorrelationID, JMSExpiration, JMSRedelivered, JMSPriority, JMS_BEA_Size, JMS_BEA_UnitOfOrder, JMS_BEA_Xid, JMS_BEA_State, JMS_BEA_SequenceNumber, and arbitrary message property names.

Nested Schema : Items
Type: array
Title: Items

Indicates whether sort order is ascending or descending

Show Source
Nested Schema : Items
Type: array
Title: Items

The JMS header fields to sort on. Values can include message attributes JMSMessageID, JMSTimestamp, JMSDeliveryTime, JMSType, JMSCorrelationID, JMSExpiration, JMSRedelivered, JMSPriority, JMS_BEA_Size, JMS_BEA_UnitOfOrder, JMS_BEA_Xid, JMS_BEA_State, JMS_BEA_SequenceNumber, and arbitrary message property names.

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 Messages V
Type: object
Show Source
  • Items
    Title: Items
    Read Only: true

    Returns the JMS messages that match the specified filter criteria, up to the maximum number of messages specified.

  • Read Only: true

    The total number of messages on the destination, including pending messages that are not visible. For JMS server operations, where the resulting messages could span multiple destinations, the value will represent the total number of messages matching the selector criteria.

  • Read Only: true

    The number of messages matching the selector criteria. Note that this value may be larger than the number of messages returned.

Nested Schema : Items
Type: array
Title: Items
Read Only: true

Returns the JMS messages that match the specified filter criteria, up to the maximum number of messages specified.

Show Source
Nested Schema : JMS 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