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.
....