« Return to Thread: Active?

Re: Active?

by Andy Malakov :: Rate this Message:

Reply to Author | View in Thread

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 <apache@synapticfire.net> wrote:

Its kinda finished really - it does what it says on the tin :). I know
of lots of folks using Lingo in production today.
....

 « Return to Thread: Active?