Re: Single consumer for multiple brokers?

2008-02-29 Thread Stepan Koltsov
I'm playing with 5.0. How do you think, is it hard to write new Transport that consumes from multiple brokers? S. ttmdev wrote: > > Yes, I got similar results in my consumer testing. What version of AMQ are > you using? > > Your only recourse may be to multi thread your consumer and have it

Re: Single consumer for multiple brokers?

2008-02-29 Thread Stepan Koltsov
een some talk of a composite 'jedi' transport that would > allow your consumer to fanout receives across multiple brokers, but I > don't believe this has been implemented. > > Joe > www.ttmsolutions.com > > > Stepan Koltsov wrote: >> >> Hi, >

Single consumer for multiple brokers?

2008-02-29 Thread Stepan Koltsov
Hi, please, help. Is it possible to connect single consumer to several brokers? There are several hosts with producers, each host has own broker. There are several hosts with consumers. Each consumer should consume messages from all producers. How is it possible to configure ActiveMQ for such