Re: Why is brokerPath not a message property?

2016-03-24 Thread Raffi
Yup, that's always an option too, :-) thx -- View this message in context: http://activemq.2283324.n4.nabble.com/Why-is-brokerPath-not-a-message-property-tp4709942p4709944.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Why is brokerPath not a message property?

2016-03-24 Thread Raul Kripalani
You could always subclass the plugin and change it as you wish. Cheers, Raúl. On 24 Mar 2016 8:08 p.m., "Raffi" wrote: > We're testing network of brokers using brokerPath to validate which brokers > the message visited. Based on our observations, "brokerPath" is not a > message property or heade

Why is brokerPath not a message property?

2016-03-24 Thread Raffi
We're testing network of brokers using brokerPath to validate which brokers the message visited. Based on our observations, "brokerPath" is not a message property or header, and the only way to access it is casting message to ActiveMQMessage. No need to explain why this is not ideal; is there no al

Re: Leveldb not recovering from failover

2016-03-24 Thread mtod
I'm coming to the conclusion that LevelDB is not ready for prime time. I have run this scenario several times and it just keeps failing over time. I think I'm going to have to look for another solution. Thanks Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/Lev