Oracle Weblogic Server (MOSC)

MOSC Banner

what is mbean attribute to get JMS time stamp using wlst script

edited Sep 2, 2016 5:00AM in Oracle Weblogic Server (MOSC) 1 commentAnswered

Hi,

There are lots of  mbean attributes that can use either in wlst script or java programs as a solutions for the requirements.

a few mbean attributes related to JMS monitoring below.

Consumers Total   ->JMSDestinationRuntimeMBean.ConsumersTotalCount

Messages Current  ->JMSDestinationRuntimeMBean.MessagesCurrentCount

Messages Pending  ->JMSDestinationRuntimeMBean.MessagesPendingCount

Messages High     ->JMSDestinationRuntimeMBean.MessagesHighCount

Messages Received ->JMSDestinationRuntimeMBean.MessagesReceivedCount

Messages Threshold->JMSDestinationRuntimeMBean.MessagesThresholdTime

Bytes Current     ->JMSDestinationRuntimeMBean.BytesCurrentCount

Bytes Pending     ->JMSDestinationRuntimeMBean.BytesPendingCount 

But my question regarding Time Stamp that is displaying one of the table column which is appear when we click 'show messages'.

as per specification Time Stamp -  The time a message arrives on the destination. WebLogic JMS writes the time stamp in the message when it accepts the message for delivery, not when the application sends the message.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center