Hello All: My apologies if this has been asked / addressed before (or if my assessment is incorrect). I am implementing a simple test where I spin up multiple client threads, each of which uses Sandesha (1.x) to reliable execute a service. This is resulting in an IllegalStateException. A quick profile session shows contention in the SandeshaContext.startClientSender method, as multiple threads enter this static method concurrently and, consequently, the Sender's startSender method is called multiple times against the same instance, which has the effect of adding too many SenderWorkers to the ThreadPool (hence, the Illegal State).
If anyone has experience with this issue, I would greatly appreciate your assistance. Thank you. Alex Horwitz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
