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
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.
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
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
Hi All,
As subject, Does apollo support cluster deployment? Thanks a lot.
Best Regards
Long Wang
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
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
<
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