Re: BlobMessage in ActiveMQ-CPP by now 2017

2017-05-25 Thread e271828
Both c++ and java have already implemente setStringProperty and getStringProperty. But I found that send blobmessage by useing the setStringProperty in c++ which can not been received by useing the getStringProperty in java. -- View this message in context:

Re: Artemis - 2 node cluster with HA with replication, colocation

2017-05-25 Thread Clebert Suconic
BTW: I'm working on improving the core client on failover as we speak now.. keep in touch :) On Thu, May 25, 2017 at 11:39 AM, Clebert Suconic wrote: > You can also achieve colocated using two different JVMs on each box. > > On Thu, May 25, 2017 at 11:39 AM, Clebert

Re: Artemis - 2 node cluster with HA with replication, colocation

2017-05-25 Thread Clebert Suconic
You can also achieve colocated using two different JVMs on each box. On Thu, May 25, 2017 at 11:39 AM, Clebert Suconic wrote: > On Thu, May 25, 2017 at 10:24 AM, Brett Delle Grazie > wrote: >> Clebert, >> >> Thank you for your response. >>

Re: Artemis - 2 node cluster with HA with replication, colocation

2017-05-25 Thread Clebert Suconic
On Thu, May 25, 2017 at 10:24 AM, Brett Delle Grazie wrote: > Clebert, > > Thank you for your response. > > I take it you're suggesting I switch the configuration to a replicated > master/slave H/A pair rather than trying to use colocation and in JVM > backups?

Re: Artemis - 2 node cluster with HA with replication, colocation

2017-05-25 Thread Brett Delle Grazie
Clebert, Thank you for your response. I take it you're suggesting I switch the configuration to a replicated master/slave H/A pair rather than trying to use colocation and in JVM backups? With respect to my original questions though (assuming I want to prepare the tests): Should I explicitly

Re: Artemis - 2 node cluster with HA with replication, colocation

2017-05-25 Thread Clebert Suconic
It's really hard for us to test every single combinations of usage... If you really want to use a local inVM, with a backup on a netty connection.. that *should* work... but I'm not aware of any tests on that direction... I haven't seen anyone testing that. Not on our testsuite.. nor anywhere

Re: BlobMessage in ActiveMQ-CPP by now 2017

2017-05-25 Thread Tim Bain
One advantage of sending the URL via a blob message instead of just custom encoding it into a text message is that you don't have to write the custom encoding and decoding code. Java also has an ActiveMQBlobMessage class (

Re: Artemis - 2 node cluster with HA with replication, colocation

2017-05-25 Thread Brett Delle Grazie
Does anyone have any insight into my questions below please? Thanks. Brett On 24 May 2017 at 09:59, Brett Delle Grazie wrote: > Hi, > > I'm trying to build a 2 cluster with colocated backups and replication > (not shared store). In my particular case I need to use