Re: help needed: heap corruption when activemq-cpp routines called

2010-07-24 Thread Andrew Marlow
Yes, that was definiately part of the problem. Also I had not used the correct macros for checked iterators in the STL, to be consistent with the rest of our build. It is all working now. Many thanks for your help :-) On Wed, Jul 14, 2010 at 3:35 AM, jolly.Wang wrote: > > I have the same problem

Re: Correct way to build a mesh of brokers

2010-07-24 Thread ripienaar
I should also add that with the TTL set to 1 this works in the usual case where everything is up, but should a connection die messages will need to travel 2 hops to make it to the furthest edge of the network. If I set it to 2 like below I get dupes when all links are established. ripienaar wr

Correct way to build a mesh of brokers

2010-07-24 Thread ripienaar
Hello, I am trying to create a redundant network of brokers using 3 activemq instances. I would ideally have redundant connections like: - A to B - A to C - B to A - B to C - C to A - C to B This is a typical mesh, can be made simpler if I am able to use duplex connections: - A duplex to B -