View This JMS Durable Subscriber Runtime

get

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

View this JMS durable subscriber runtime.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'excludeLinks' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links whose relationship name is not on the list will be returned. If not present, all links are returned (unless the 'links' query parameter is specified). Note: 'links' must not be specified if 'excludeLinks' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
  • The 'links' query parameter is used to restrict which links are returned in the response. It is a comma separated list of link relationship names. If present, only links with matching relationship names are returned. If not present, all links are returned (unless the 'excludeLinks' query parameter is specified). Note: 'excludeLinks' must not be specified if 'links' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this JMS durable subscriber runtime.

This method can return the following links:

  • rel=action title=deleteMessages uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/deleteMessages

    This resource's deleteMessages action resource.

  • rel=action title=exportMessages uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/exportMessages

    This resource's exportMessages action resource.

  • rel=action title=getJMSMessage uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/getJMSMessage

    This resource's getJMSMessage action resource.

  • rel=action title=getJMSMessages uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/getJMSMessages

    This resource's getJMSMessages action resource.

  • rel=action title=getJMSTextMessage uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/getJMSTextMessage

    This resource's getJMSTextMessage action resource.

  • rel=action title=importMessages uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/importMessages

    This resource's importMessages action resource.

  • rel=action title=moveMessages uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/moveMessages

    This resource's moveMessages action resource.

  • rel=action title=produceTextMessage uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/produceTextMessage

    This resource's produceTextMessage action resource.

  • rel=destinationRuntime uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/destinationRuntime

    This resource's destinationRuntime singleton resource.

  • rel=tasks uri=/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers/{name}/tasks

    This resource's tasks collection resource.

Body ()
Root Schema : JMS Durable Subscriber Runtime
Type: object
Show Source
  • Read Only: true

    Indicates whether this subscription is being used by a durable subscriber.

  • Read Only: true

    The number of bytes received by this durable subscriber.

  • Read Only: true

    The number of bytes pending by this durable subscriber.

  • Read Only: true

    A unique client identifier for this durable subscriber.

    Note: The client ID is not necessarily equivalent to the WebLogic Server username; that is, a name used to authenticate a user in the WebLogic security realm. You can set the client ID to the WebLogic Server username if it is appropriate for your JMS application.

  • Read Only: true

    The policy for the client identifier for this durable subscriber.

    Note: The client ID policy is either Restricted or Unrestricted.

  • Read Only: true

    Returns the destination ID.

  • Read Only: true

    The time when the last time a subscriber received a message from the subscription. The returned value is a standard java absolute time, which is measured in milliseconds since midnight, January 1, 1970 UTC

    This returns the JMS durable subscription boot time if there were no messages that were successfully delivered to any subscriber on this subscription since the subscription was booted. We define the boot time of a durable subscription to be the time the subscription is originally created or recovered during a server reboot or jms migration, which ever is latest.

  • Read Only: true

    The number of messages still available by this durable subscriber.

  • Read Only: true

    Returns the number of messages that have been deleted from the destination.

  • Read Only: true

    The peak number of messages for the durable subscriber since the last reset.

  • Read Only: true

    Returns the number of messages that have been moved from the destination.

  • Read Only: true

    The number of messages pending (uncommitted and unacknowledged) by this durable subscriber.

  • Read Only: true

    The number of messages received by the durable subscriber since that reset.

  • Read Only: true

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

    Constraints

    • unharvestable
  • Read Only: true

    Specifies whether this durable subscriber receives local messages that it has published.

    To prevent this, set the noLocal parameter to true

  • Read Only: true

    The message selector defined for this durable subscriber.

  • Read Only: true
    Default Value: 0

    The number of subscribers that currently share this subscription.

  • Read Only: true
    Default Value: 0

    The highest number of subscribers that have shared this subscription at the same time since the creation or the last reboot of the subscription, which ever is later.

  • Read Only: true
    Default Value: 0

    The total number of subscribers that have accessed this subscription since the creation or the last reboot of the subscription, whichever is later.

  • Read Only: true

    The number of messages deleted because of a subscription limit.

  • Read Only: true

    The subscription name for this durable subscriber. This name must be unique for each client ID.

    Valid durable subscription names cannot include the following characters: comma ",", equals "=", colon ":", asterisk "*", percent "%", or question mark"?".

  • Read Only: true
    Default Value: Exclusive

    The SubscriptionSharingPolicy on this subscriber.

  • Read Only: true

    Returns the type of the MBean.

    Constraints

    • unharvestable
Back to Top