Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Active JMS Sessions

Use this page to monitor session information for a JMS connection. A session defines a serial order for both the messages produced and the messages consumed, and can create multiple message producers and message consumers. The same thread can be used for producing and consuming messages.

Active JMS Sessions Information

Consumers — Current number of consumers for the session.

Consumers High — Greatest number of simultaneous consumers for the session since the last time the server was booted.

Consumers Total — Total number of consumers for the session since the last time the server was booted.

Producers — Current number of consumers for the session.

Producers High — Greatest number of simultaneous producers for the session since the last time the server was booted.

Producers Total — Total number of producers for the session since the last time the server was booted.

Acknowledge Mode — Indicates the acknowledge mode for the session as one of the following: AUTO, CLIENT, DUPS_OK, NO.

Messages Received — Total number of messages received by the session since the last time the server was booted.

Messages Pending — Current number of messages pending by the session that are pending as the result of an uncommitted transaction or an acknowledgement.

Messages Sent — Total number of messages sent by the session since the last time the server was booted.

Bytes Pending — Current number of bytes pending by the session that are pending as the result of an uncommitted transaction or an acknowledgement.

Bytes Sent — Total number of bytes sent by the session since the last time the server was booted.

Bytes Received — Total number of bytes received by the session since the last time the server was booted.

 

Skip navigation bar  Back to Top Previous Next