ActiveMQ 5.8 Network of brokers (master/slave configuration)

2013-03-07 Thread guerra
hi, I've just set up a couple ActiveMQ servers working as a master/slave configuration. Please see below the configuration Apparently almost everything is working okay, as expected, but I've just wondering what's happening on the scenario when I tear down the master server, aft

Re: activemq-cpp with -m32 flag

2013-03-07 Thread Timothy Bish
On 03/07/2013 12:41 PM, mah wrote: I did not get a chance to try your method, but I made another workaround; where I manually edited all the autogenerated Makefiles to get rid of any reference to lib64 with lib. Also had to edit libtool file to add in reference to /32 of some referenced files.

Re: activemq-cpp with -m32 flag

2013-03-07 Thread mah
I did not get a chance to try your method, but I made another workaround; where I manually edited all the autogenerated Makefiles to get rid of any reference to lib64 with lib. Also had to edit libtool file to add in reference to /32 of some referenced files. All this in addition to adding in -m3

Re: Message redelivery to multiple consumers

2013-03-07 Thread Gary Tully
https://issues.apache.org/jira/browse/AMQ-4362 which would allow a maximumRedeliveries="-1" to indicate no limit is what you want I think. A short term solution is to use a very large int like MAX int as the value for maximumRedeliveries so that poison ack messages (nearly )always get redelivered.