Hi,

Thanks for this solution, but i don't want to know the jms consumers
names...
I want a system that can use a new consumer without modify the code...
defining the concurrentConsumers yes, because system seems to need it...

To be continued...


Jean-Baptiste Onofré wrote:
> 
> Hi,
> 
> you can use Camel to use aggregator target.
> 
> You can try something like:
> 
> from("jbi:jms1").aggregate(header("foobar")).to("jbi:jms2");
> 
> Take a look on this:
> http://camel.apache.org/aggregator.html
> 
> Regards
> JB
> 
> Raidwan wrote:
>> Hi all,
>> 
>> I have a jms Topic provider and 2 consumers.
>> 
>> The 2 consumers return a result, so i am looking for a solution to
>> aggregate
>> these responses...
>> 
>> Is there any way to do that without doing a marshaler ?
>> 
>> Thanks
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Aggregate-2-jms-consumers-responses-on-JMS-Topic-tp28002148p28002590.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to