RE: Replye-Request pattern performance

2010-01-28 Thread Andres Rangel
ith it's own temporary queue. -Original Message- From: Jose Luna [mailto:j-l...@rocketmail.com] Sent: Wednesday, July 22, 2009 1:36 AM To: users@activemq.apache.org Subject: Re: Replye-Request pattern performance > We have a pool of generic clients that each is listening to it's

Re: Replye-Request pattern performance

2009-07-21 Thread Jose Luna
> We have a pool of generic clients that each is listening to it's own > temporary queue and all write to a common queue. These connections are > open at creation time. They remain open until they get evicted by the > pool manager. > > We have different applications that use this pool, and the si

Replye-Request pattern performance

2009-07-21 Thread Andres Rangel
Hi, We have our own implementation of a request-reply message. We have a pool of generic clients that each is listening to it's own temporary queue and all write to a common queue. These connections are open at creation time. They remain open until they get evicted by the pool manager. We