what is mbean attribute to get JMS time stamp using wlst script
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.