Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JMX monitoring of Number of Sessionthreads #86

Open
vivekanandasofware opened this issue May 26, 2017 · 2 comments
Open

JMX monitoring of Number of Sessionthreads #86

vivekanandasofware opened this issue May 26, 2017 · 2 comments

Comments

@vivekanandasofware
Copy link

vivekanandasofware commented May 26, 2017

Currently in the SMTPServer there is no way to get the current number of activesessions.
If someone like us or any administrator wants to check this attribute there is noway to do it.
Probably we can add a new Method in SMTPServer as below
getNumberofSessions(){
return this.serverThread.getNumberOfSessions();
}

and in ServerThread we can add
getNumberofSessions(){
return sessionThreads.getSize();
}
We really require such function. Apache james has such facility but we avoided that for lot of reasons.
How can we contribute this code or can someone add this fix.

@vivekanandasofware
Copy link
Author

vivekanandasofware commented Sep 14, 2017

Its been 3 months and no one has responded.
Can anyone respond please @stickfigure @GoogleCodeExporter @lookfirst
Thank you,

@lookfirst
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants