Re: Re: Does apollo support cluster deployment?

2017-09-06 Thread wanglong_...@163.com
Thank you all for your quick and helpful response. I will try Artemis . Best Regards Long Wang From: Tim Bain Date: 2017-09-07 11:51 To: ActiveMQ Users Subject: Re: Does apollo support cluster deployment? Even if Apollo did, would you want to use a product that never reached any meaningful leve

Re: Does apollo support cluster deployment?

2017-09-06 Thread Tim Bain
Even if Apollo did, would you want to use a product that never reached any meaningful level of maturity and is no longer actively developed? Take Clebert's (implied) advice and use Artemis instead. Tim On Sep 6, 2017 9:41 PM, "Clebert Suconic" wrote: > Artemis is currently active and it does.

Re: Artemis HA cluster with replication and two slaves results in broken/none backup

2017-09-06 Thread Clebert Suconic
I am not so sure multiple backup would work with shared nothing. I have seen that working with shared storage. We could work with you on that. I'm not sure what would take thought. On Mon, Sep 4, 2017 at 5:29 AM martk <123mar...@web.de> wrote: > Hi everyone, > > I am using Artemis 2.2.0 and HA w

Re: Does apollo support cluster deployment?

2017-09-06 Thread Clebert Suconic
Artemis is currently active and it does. On Wed, Sep 6, 2017 at 10:34 PM wanglong_...@163.com wrote: > Hi All, > > As subject, Does apollo support cluster deployment? Thanks a lot. > > > > Best Regards > Long Wang > -- Clebert Suconic

Does apollo support cluster deployment?

2017-09-06 Thread wanglong_...@163.com
Hi All, As subject, Does apollo support cluster deployment? Thanks a lot. Best Regards Long Wang

Re: wss needClientAuth

2017-09-06 Thread MEwer
Ok, the issue turned out to be that I was using "needClientAuth=true" rather than "transport.needClientAuth=true". The former worked for "ssl" and "amqp+ssl", but not for "wss". -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Stomp WebSockets and client certificates

2017-09-06 Thread MEwer
I had a similar problem. In my case, the issue turned out to be that I was using "needClientAuth=true" rather than "transport.needClientAuth=true", which worked for "ssl" and "amqp+ssl", but not for "wss". If that wasn't your problem, maybe it was https://issues.apache.org/jira/browse/AMQ-6029 <

How to put "properties" on a message so they are accessible later

2017-09-06 Thread Harrison Tarr
Hi, I'm trying to put a StringProperty on a Message in an ActiveMQServerPlugin. As far as I can tell, the property gets set correctly. Later, I'm trying to retrieve the property from a Camel Exchange. I don't see my property anywhere on the Exchange. I did notice that it looks like the properti