Shared File System Master/Slave with DRBD

2014-04-30 Thread Mark Anderson
Is it possible to use DRBD with shared file system master/slave instead of a SAN? Slide 30 at http://www.slideshare.net/ceposta/activemq-59x-new-featuressuggests this is the case but I haven't been able to find very much information online. Before spending time trying it I wanted to check if it w

Re: ActiveMQ hawtio logs

2014-04-30 Thread Claus Ibsen
On Wed, Apr 30, 2014 at 6:10 PM, djdick wrote: > I'm having a problem with hawtio in ActiveMQ 5.9.0 and I cannot seem to track > the logs down. I've checked the default tomcat directory but the information > does not seem to be going there. Is there a different directory to which > these logs get

ActiveMQ hawtio logs

2014-04-30 Thread djdick
I'm having a problem with hawtio in ActiveMQ 5.9.0 and I cannot seem to track the logs down. I've checked the default tomcat directory but the information does not seem to be going there. Is there a different directory to which these logs get sent? -- View this message in context: http://active

Re: ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread guerra
Okay, thanks for your reply. Yes, you are right but I was looking at this link https://pic.dhe.ibm.com/infocenter/ism/v1r0m0/index.jsp?topic=%2Fcom.ibm.ism.doc%2FDeveloping%2Fdevmqttapp.html

Re: Activemq heap space issue activemq 5.8 c/stomp

2014-04-30 Thread rvsr
Dont forget there are two heaps. This video: http://www.youtube.com/watch?v=FLcXf9pO27w really explains it well. Also, unless you want to totally manage garbage collection, letting the JVM decide the best fit is generally better. I run using these, your mileage may vary. (ps: If you want 1 gi

Re: ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread Timothy Bish
On 04/30/2014 08:20 AM, guerra wrote: Hi, I've just wondering whether MQTT running on ActiveMQ has support for the failover protocol. AFAIK MQTT supports the HA feature but, does anyone know whether this can work on ActiveMQ? Thank you and cheers -- View this message in context: http://act

ActiveMQ 5.9.1 +MQTT

2014-04-30 Thread guerra
Hi, I've just wondering whether MQTT running on ActiveMQ has support for the failover protocol. AFAIK MQTT supports the HA feature but, does anyone know whether this can work on ActiveMQ? Thank you and cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-9

Re: 'Advisory' messages do not forward on staticallyIncludedDestinations

2014-04-30 Thread Gary Tully
That is intentional because the network bridge will intercept and react to certain advisory messages, but that decision went before the use of the advisory type for the statistics broker. I guess the statistics broker could use a different 'type' This behaviour is implemented in a subscription fil

'Advisory' messages do not forward on staticallyIncludedDestinations

2014-04-30 Thread nader
Hi I have two brokers, A and B on 5.9.1. Messages send to broker A is forwarded statically to broker B, defined by keyword staticallyIncludedDestinations in activemq.xml, and advisorySupport is also disabled. Below is the configuration snippet. ... ... I am implementing a heartbeat messa

Re: delay failover transfer

2014-04-30 Thread Charels_Li
I tried that one, but it didnt make a difference. With my observation, this configuration controls how many times a client tries to reconnect to the main broker after it already transfers to the backup one. Did I miss anything? I just add startupMaxReconnectAttempts right after failover urls on cli