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
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.
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
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.