Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 23e8e06

Browse files
srinivaskrishnanyaminikb
authored andcommitted
Fix #21741 - The number of times EJB create method is called is incorrect in Jconsole (#21796)
1 parent 23dbdcf commit 23e8e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/mdb/monitoring/stats/MessageDrivenBeanStatsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public MessageDrivenBeanStatsProvider(long beanId, String appName, String module
6565

6666
@ManagedAttribute(id="messagecount")
6767
@Description( "Number of messages received for a message-driven bean")
68-
public CountStatistic getCreateCount() {
68+
public CountStatistic getMessageCount() {
6969
return messageCount;
7070
}
7171

0 commit comments

Comments
 (0)