Re: can we share the data folder of activemq between two machines (local and remote)

2016-05-07 Thread Tim Bain
I've never seen anyone use Samba to share a KahaDB directory; are you sure that Samba provides file-locking semantics that are compatible with master/slave KahaDB? NFSv4 is what I've typically seen done, and unless you've found an article or a wiki page that says that Samba is supposed to work for

Re: can we share the data folder of activemq between two machines (local and remote)

2016-05-07 Thread srikanth.april30
Hi Tim, Thanks for your reply. I have used the shared filesystem concept (refering http://activemq.apache.org/shared-file-system-master-slave.html) and tried to design the master slave cluster in two different machines. Below is the enivronment details: apache-activemq-5.13.3 Two Systems(local-ma

Re: JTA Transaction in a MessageListener

2016-05-07 Thread Alexis Hassler
Thanks for your answer Martyn. Really useful. Alexis http://www.jtips.info, http://blog.alexis-hassler.com 2016-05-05 16:22 GMT+02:00 Martyn Taylor : > Hi Alexis, > > The onMessage() method (when invoked outside of an container) would be > called outside the boundaries