Re: Active MQ Shared File System Master Slave with Elastic File System

2017-10-31 Thread Tim Bain
It also probably wouldn't be that hard for you to implement a Zookeeper-based Locker if that sounded more appealing than a SQL database, since it sounds like you might feel negatively about using an RDBMS. If you do, we'd love have you donate it back to the community if your company would allow it

Re: Active MQ Shared File System Master Slave with Elastic File System

2017-10-31 Thread Johan Edstrom
Using JDBC you can get both. > On Oct 31, 2017, at 4:06 PM, akhil wrote: > > Hello Everyone , > > I just had an issue today with the Active MQ

Re: Active MQ Shared File System Master Slave with Elastic File System

2017-10-31 Thread akhil
Hello Everyone , I just had an issue today with the Active MQ EFS where one of the master lost its mount and two brokers acted as a master master instead of complete failover. I have just looked at the pluggable storage lockers but it was all giving that locks to JDBC stores not the EFS ones . Is

Re: Active MQ Shared File System Master Slave with Elastic File System

2017-03-21 Thread mtod
t be found. Thanks Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4723957.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-27 Thread Christopher Shannon
; > -- > > View this message in context: http://activemq.2283324.n4. > > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with- > > Elastic-File-System-tp4715818p4716871.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > >

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-27 Thread Tim Bain
omment I made on: > https://issues.apache.org/jira/browse/AMQ-6441 > > I may know what the issue is. The particular client I am working with is > running JDK 7. > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Active-MQ-Shared-File-Sy

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-26 Thread wcrowell
Please take a look at the comment I made on: https://issues.apache.org/jira/browse/AMQ-6441 I may know what the issue is. The particular client I am working with is running JDK 7. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-23 Thread Tim Bain
abble.com/Active-MQ-Shared-File-System-Master-Slave-with- > Elastic-File-System-tp4715818p4716853.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-23 Thread wcrowell
Did a JIRA issue get created on this? -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4716847.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-23 Thread wcrowell
Thank you!!! I was going to create one if it had not been done already. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4716853.html Sent from the ActiveMQ - User mailing list archive at

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-23 Thread ishmeister
Done: https://issues.apache.org/jira/browse/AMQ-6441 If anyone wants to update the ticket, feel free. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4716851.html Sent from the ActiveMQ - User

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-23 Thread ishmeister
No not yet, but I will do so now. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4716848.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-21 Thread Tim Bain
ll as restarting all brokers. > > Is there any other danger using EFS with RDBMS based locker? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with- > Elastic-File-System-tp4715818p4716712.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-21 Thread khokhani
restarting all brokers. Is there any other danger using EFS with RDBMS based locker? -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4716712.html Sent from the ActiveMQ - User mailing list

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-09 Thread Tim Bain
shared-file-system-master-slave.html > > So I guess that effectively rules out using EFS. > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with- > Elastic-File-System-tp4715818p4716132.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-08 Thread Justin Reock
vemq.apache.org/shared-file-system-master-slave.html > > So I guess that effectively rules out using EFS. > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread Tim Bain
s failover system are a distributed file system like > a SAN for which exclusive file locks work reliably." > > http://activemq.apache.org/shared-file-system-master-slave.html > > So I guess that effectively rules out using EFS. > > > > -- > View this message in

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread ishmeister
ter-slave.html So I guess that effectively rules out using EFS. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4716132.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread Justin Reock
is -8796093022207 mb, whilst the max journal file size for > the > > store is: 32 mb, the store will not accept any data when used. > > > > However, this has not prevented ActiveMQ from working as far as I can > tell. > > Is it a problem that

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread Korny Sietsma
022207 mb > > Store limit is -8796093022207 mb, whilst the max journal file size for > the > > store is: 32 mb, the store will not accept any data when used. > > > > However, this has not prevented ActiveMQ from working as far as I can > tell. > > Is it a problem th

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread ishmeister
determined size" or change the way it is reported by the OS that they or myself know of." The OS in my case was Ubuntu 14.04. Korny, thanks for the tips. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread Tim Bain
his has not prevented ActiveMQ from working as far as I can > tell. > > Is it a problem that "the store will not accept any data when used"? > > > > > > > > -- > > View this message in context: http://activemq.2283324.n4. > > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with- > > Elastic-File-System-tp4715818.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > > > > > -- > Kornelis Sietsma korny at my surname dot com http://korny.info > .fnord { display: none !important; } >

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-09-02 Thread Korny Sietsma
a when used"? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with- > Elastic-File-System-tp4715818.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > -- Kornelis Sietsma korny at my surname dot com http://korny.info .fnord { display: none !important; }

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-08-26 Thread ishmeister
Thanks Tim. I'll get this up on JIRA soon. -- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818p4715867.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Active MQ Shared File System Master Slave with Elastic File System

2016-08-25 Thread Tim Bain
as far as I can tell. > Is it a problem that "the store will not accept any data when used"? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Active-MQ-Shared-File-System-Master-Slave-with- > Elastic-File-System-tp4715818.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Active MQ Shared File System Master Slave with Elastic File System

2016-08-25 Thread ishmeister
View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Shared-File-System-Master-Slave-with-Elastic-File-System-tp4715818.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.