View This JMS Destination Runtime Collection
/management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/sessionPoolRuntimes/{name}/JMSServer/destinations
View this JMS destination 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 destination runtime entities.
object
-
bytesCurrentCount:
integer(int64)
Read Only:
true
The current number of bytes stored in the destination. This does not include the pending bytes.
-
bytesHighCount:
integer(int64)
Read Only:
true
The peak number of bytes stored in the destination since the last reset.
-
bytesPendingCount:
integer(int64)
Read Only:
true
The number of pending bytes stored in the destination.
Pending bytes are over and above the current number of bytes.
-
bytesReceivedCount:
integer(int64)
Read Only:
true
The number of bytes received in this destination since the last reset.
-
bytesThresholdTime:
integer(int64)
Read Only:
true
The amount of time in the threshold condition since the last reset.
-
consumersCurrentCount:
integer(int64)
Read Only:
true
The current number of consumers accessing this destination.
-
consumersHighCount:
integer(int64)
Read Only:
true
The peak number of consumers accessing this destination since the last reset.
-
consumersTotalCount:
integer(int64)
Read Only:
true
The total number of consumers accessing this destination since the last reset.
-
consumptionPaused:
boolean
Read Only:
true
Indicates the consumption Pause state of the destination.
-
consumptionPausedState:
string
Read Only:
true
The current consumption pause state of the destination.
-
destinationID:
string
Read Only:
true
Returns the destination ID.
-
destinationType:
string
Read Only:
true
The destination type, either
weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_QUEUE
orweblogic.management.configuration.JMSConstants.DESTINATION_TYPE_TOPIC
depending upon whether the destination is a queue or topic. -
insertionPaused:
boolean
Read Only:
true
Indicates the InsertionPause state of the destination.
-
insertionPausedState:
string
Read Only:
true
The current insertion pause state of the destination.
-
messagesCurrentCount:
integer(int64)
Read Only:
true
The current number of messages in the destination. This does not include the pending messages.
-
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 in the destination 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 pending messages in the destination.
Pending messages are over and above the current number of messages. A pending message is one that has either been sent in a transaction and not committed, or that has been received and not committed or acknowledged.
-
messagesReceivedCount:
integer(int64)
Read Only:
true
The number of messages received in this destination since the last reset.
-
messagesThresholdTime:
integer(int64)
Read Only:
true
The amount of time in the threshold condition since the last reset.
-
name:
string
Read Only:
true
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Constraints
- unharvestable
-
productionPaused:
boolean
Read Only:
true
Indicates the ProductionPause state of the destination.
-
productionPausedState:
string
Read Only:
true
The current production pause state of the destination.
-
state:
string
Read Only:
true
The operational state of the destination as a String.
-
subscriptionMessagesLimit:
integer(int64)
Read Only:
true
The effective messages limit on topic subscriptions (not applicable to queues). A '-1' indicates that no limit is configured or active.
-
type:
string
Read Only:
true
Returns the type of the MBean.
Constraints
- unharvestable