Re: ActiveMQ Topology Question - possible?

2010-06-23 Thread LaRockstar
Joe Fernandez wrote: > > Why would you need to pass around the static information? The brokers that > comprise your independent branches of the tree will forward messages > through those branches. > Well, if I want to configure my node as a tree structure, yet use a discovery mechanism -- If

Re: ActiveMQ Topology Question - possible?

2010-06-23 Thread LaRockstar
Hi Joe, Thanks for you answer ... Joe Fernandez wrote: > > If you use the discovery agent across all your brokers, the result will be > a full mesh, and not tree, topology. In other words, all the brokers will > be interconnected. > Ok, so I guess that I have to rely on a static configurat

ActiveMQ Topology Question - possible?

2010-06-23 Thread LaRockstar
Hi there, I'm considering a distributed system of loosely coupled nodes organized in a tree structure of depth 2 or 3 (including the root). I'm considering using ActiveMQ/JMS as means of communicating between the tree nodes. Within the tree the communication pattern between the nodes is as foll