Re: Could ActiveMQ be the right solution?

2009-06-12 Thread Kenny Stone
is the right > solution > > for this problem? Or is it overkill? > > ActiveMQ could certainly help you here to be the backbone for the > messaging. But you may want to look at Apache Camel for reading the > file and handling that as well. See the camel-file component: > > http://camel.apache.org/file.html > > Bruce > -- > perl -e 'print > unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E );' > > ActiveMQ in Action: http://bit.ly/2je6cQ > Blog: http://bruceblog.org/ > Twitter: http://twitter.com/brucesnyder > -- Kenny Stone Connamara Systems, LLC

Re: Exception on Connection Destructor

2009-05-17 Thread Kenny Stone
Via the ExceptionListener. On Sun, May 17, 2009 at 6:05 PM, Timothy Bish wrote: > On Sun, 2009-05-17 at 04:25 -0500, Kenny Stone wrote: > > Hello, > > > > Everything is working great, except when I'm trying to cleanup my > > connections I will occasionally get th

Exception on Connection Destructor

2009-05-17 Thread Kenny Stone
nking maybe I wasn't shutting everything down in the proper order or missing a stop() call. The basic order is: MessageConsumer.stop(), destructor MessageProducer.stop(), destructor Session.close() Connection.stop() Connection.close() Session destructor Connection destructor -- Kenny Stone