[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] administrative tools? (urgent)



Hi Eduardo,

you can change the maximum number of simultaneous sessions per client (subject) according to:

http://www.xmlblaster.org/xmlBlaster/doc/requirements/engine.qos.login.session.html

It seems however you want to kill some other sessions which lets me presume you have sessions around which you don't want anymore. I think you did not invoke disconnect on these when stopping the client and you used either failsafe or persitent sessions. More about these at:

http://www.xmlblaster.org/xmlBlaster/doc/requirements/client.failsafe.html

if you used positive sessionIds then you could login again and invoke shutdown.

Explicitly killing the sessions should also be possible over telnet with

client/joe/1/?killSession

You said it is not possible. Are you getting any exceptions ?


A further alternative (the prefered one) is to use jmx:

http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.jmx.html


Regards Michele


Eduardo Catarino wrote:
Hi,



I’m steel in process of learning while developing a small application with the xmlBlaster. Because I’m always making tests I facing the problem that my connections are being refused by the xmlBlaster server (Max session error). I already tried to use the telnet but my commands aren’t accepted.

Can someone explain me haw should I use them properly. Is there any other method to kill the all the sessions?



Best Regards

Eduardo Catarino