View This JMS Durable Subscriber Runtime Collection
/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations/{name}/durableSubscribers
View this JMS durable subscriber runtime collection.
Request
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
-
excludeFields: string
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.
-
excludeLinks: string
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.
-
fields: string
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.
-
links: string
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.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns a list of JMS durable subscriber runtime entities.
object
-
active:
boolean
Read Only:
true
Indicates whether this subscription is being used by a durable subscriber.
-
bytesCurrentCount:
integer(int64)
Read Only:
true
The number of bytes received by this durable subscriber.
-
bytesPendingCount:
integer(int64)
Read Only:
true
The number of bytes pending by this durable subscriber.
-
clientID:
string
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.
-
clientIDPolicy:
string
Read Only:
true
The policy for the client identifier for this durable subscriber.
Note: The client ID policy is either
Restricted
orUnrestricted
. -
destinationID:
string
Read Only:
true
Returns the destination ID.
-
lastMessagesReceivedTime:
integer(int64)
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.
-
messagesCurrentCount:
integer(int64)
Read Only:
true
The number of messages still available by this durable subscriber.
-
messagesDeletedCurrentCount:
integer(int64)
Read Only:
true
Returns the number of messages that have been deleted from the destination.
-
messagesHighCount:
integer(int64)
Read Only:
true
The peak number of messages for the durable subscriber since the last reset.
-
messagesMovedCurrentCount:
integer(int64)
Read Only:
true
Returns the number of messages that have been moved from the destination.
-
messagesPendingCount:
integer(int64)
Read Only:
true
The number of messages pending (uncommitted and unacknowledged) by this durable subscriber.
-
messagesReceivedCount:
integer(int64)
Read Only:
true
The number of messages received by the durable subscriber since that reset.
-
name:
string
Read Only:
true
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Constraints
- unharvestable
-
noLocal:
boolean
Read Only:
true
Specifies whether this durable subscriber receives local messages that it has published.
To prevent this, set the
noLocal
parameter totrue
-
selector:
string
Read Only:
true
The message selector defined for this durable subscriber.
-
subscribersCurrentCount:
integer(int32)
Read Only:
true
Default Value:0
The number of subscribers that currently share this subscription.
-
subscribersHighCount:
integer(int32)
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.
-
subscribersTotalCount:
integer(int32)
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.
-
subscriptionLimitDeletedCount:
integer(int64)
Read Only:
true
The number of messages deleted because of a subscription limit.
-
subscriptionName:
string
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"?".
-
subscriptionSharingPolicy:
string
Read Only:
true
Default Value:Exclusive
The SubscriptionSharingPolicy on this subscriber.
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable