Ned - 2010-12-27

Hi,

I am trying integrate JML with custom made issue tracking system so that when some issue is changed program sends notification message with some details (plain text) to relevant people. I have finished most of the work, messages are sent through swithcboard session, however from time to time I can see the following error in the log:
_
2010-12-10 11:13:39,889 ERROR 
ErrorCode 800 , Changing too rapidly
outgoing : XFR 66 SB

incoming : 800 66

at net.sf.jml.protocol.incoming.IncomingError.messageReceived(IncomingError.java:81)
at net.sf.jml.protocol.MsnSession$1.messageReceived(MsnSession.java:107)
at net.sf.jml.net.Session.fireMessageReceived(Session.java:301)
at net.sf.jml.net.Session.access$1200(Session.java:30)
at net.sf.jml.net.Session$MsgDispatcher.run(Session.java:283)
at java.lang.Thread.run(Thread.java:619)_

I am pretty sure this is related with limit that 'You can request up to 8 switchboard sessions in any 60-second period' (which I didn't know earlier). Now I would like to know is there any other way to send plain text notification messages to other people, but to bypass mentioned limit, something like you've got email!!

Cheers
Ned