Hi Anu, There's nothing built in that would allow you to automatically route messages between Java Brokers (and I don't know enough about the c++ Broker to say whether it would meet your requirements). Our users tend to write simple bridging programs to achieve this, which just use JMS consumers and publishers to do the routing.
May I ask why you want to use multiple brokers, eg is it to share load or for some other reason? On 14 May 2013 03:26, "Gihan Anuruddha" <[email protected]> wrote: > Hi Phil, > > Thank you very much for your reply. > > Basically my requirement is I want to setup couple of pub-sub java brokers > that act like a group. So I want to subscribe for a topic under particular > broker(broker A) and if that publisher published the message to any other > broker(broker A or B or C ...) within that group it should be route to that > relevant broker (broker A). Still I'm a student. This is one of my research > project. Is this fundamentally correct ? Is this possible to achieve > through java brokers. > > Regards, > Anu > > > On Sat, May 11, 2013 at 1:13 PM, Phil Harvey <[email protected]>wrote: > >> Hi Anu, >> >> I've moved this conversation to the users list because I think that's a >> better place for it. >> >> Could you expand on your question please - I'm not sure what you mean by >> "Java broker network". >> >> If you're referring to a federated group of interconnected brokers, this >> isn't currently supported by the Java broker, though I believe you can do >> it with the C++ broker. Active-passive clustering is supported by the Java >> broker, but I suspect that is not what you're looking for. >> >> If you expand on your requirements we can advise on the best way to >> achieve it (either with the Java or C++ broker). >> >> Phil >> On 10 May 2013 15:38, "Gihan Anuruddha" <[email protected]> wrote: >> >>> Hi, >>> >>> Can someone point me to a any proper document that describe setting up >>> java >>> broker network please ? >>> >>> Thanks a lot. >>> Anu >>> >> > > > -- > -- > *සියලු සත්වයෝ නිදුක් වේවා ! නිරෝගී වේවා ! සුවපත් වේවා ! සන්සාර දුකින් > මිදේවා ! බුදු සරණයි !!! * >
