Hi James,

Is it possible to submit bugfixes to Lingo?

For example, it seems that MultiplexingRequestor does not shutdown
ScheduledThreadPoolExecutor on close().

Regards,
Andy Malakov

<code>
    @Override
    public void close () throws JMSException {
        super.close();

        if (executor != null)
                executor.shutdown();
    }
</code>


James.Strachan wrote:
> 
> On 30/10/2007, SynapticFire <[EMAIL PROTECTED]> wrote:
> 
> Its kinda finished really - it does what it says on the tin :). I know
> of lots of folks using Lingo in production today.
> ....
> 

-- 
View this message in context: 
http://www.nabble.com/Active--tp13497072p17493431.html
Sent from the lingo - dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to