RE: Replye-Request pattern performance

2010-01-28 Thread Andres Rangel
Jose thanks for replying. >> There is overhead when creating/destroying the queues, In our case, this overhead is negligible, since we are using pools (the temp queues are created once in the lifetime of the connection) >> and in terms of memory usage there is the default stack size allocated >>

RE: Shutting down a broker in a network of brokers

2009-12-04 Thread Andres Rangel
The messages are synced between brokers only if there are consumers of the same queue in both brokers. If you have temporary queues, since they are broker specific, any messages in those queues will be lost -Original Message- From: Sebastian Rodriguez [mailto:srodrig...@gmail.com] Sent:

RE: Best implementation for reply-request

2009-11-30 Thread Andres Rangel
rsion 5.3 - which is generally a lot more stable. Btw - you didn't mention if you were having performance problems ? cheers, Rob On 25 Nov 2009, at 19:55, Andres Rangel wrote: > Bruce thanks for your reply. > The consumers create the temporary queue only once, and they are > c

RE: Best implementation for reply-request

2009-11-25 Thread Andres Rangel
[mailto:bruce.sny...@gmail.com] Sent: Wednesday, November 25, 2009 1:45 PM To: users@activemq.apache.org Subject: Re: Best implementation for reply-request On Wed, Nov 25, 2009 at 10:34 AM, Andres Rangel wrote: > Hi, > > We have currently running apache activemq 5.2 in a network of brokers > > &

Best implementation for reply-request

2009-11-25 Thread Andres Rangel
would like to know if there's a performance hit by using temporary queues instead of using another option. What do you guys think? -- Andres Rangel Sw Engineer Moniker.com

Replye-Request pattern performance

2009-07-21 Thread Andres Rangel
queue for the receiving of the messages, and dispatch it using correlation Id? Will this improve the performance on my system? I would like to hear your thought Thanks -- Andres Rangel

creating a successfull test with JMEter

2009-03-30 Thread Andres Rangel
ssage -- Andres Rangel Sw Engineer Moniker.com

activeMQ server is production getting errors after 4 days of usage

2008-12-03 Thread Andres Rangel
$Worker.run(ThreadPoolExecutor.ja va:907) java.lang.Thread.run(Thread.java:619) -- I've been trying to reproduce this error but I cannot. Any ideas? Andres Rangel Sw Engineer Moniker.com

How to catch the event when the "FAILOVER" connection goes down and swithes to another broker

2008-11-24 Thread Andres Rangel
event by registering to the exceptionListener. But if is failover, how can I capture this event? Thanks -- Andres Rangel Sw Engineer Moniker.com

Testing if a temporary queue is active

2008-11-24 Thread Andres Rangel
Guys, how can I test if a queue is active? With temporary queues, when the broker goes down and back up, they may not be replicated to the other broker (in a network of brokers). Is there a way to test if is still active?? thanks -- Andres Rangel Sw Engineer Moniker.com

Temporary queue question

2008-11-21 Thread Andres Rangel
reason. So there's a client with a legit connection to the jms, that can produce messages BUT it cannot receive msgs from it's temporary queue since it was not migrated. Is there a way I can test if the temporary queue is active? Thanks -- Andres Rangel S

RE: implementing a queue listener to make routing decision

2008-11-11 Thread Andres Rangel
This is a content based router. You can use camel to accomplish what you are looking for very easy Just go to: http://activemq.apache.org/camel/content-based-router.html for more info -- Andres Rangel Sw Engineer Moniker.com -Original Message- From: ilango_g [mailto:[EMAIL PROTECTED

RE: cms can not receive message sometimes!!!!

2008-11-10 Thread Andres Rangel
Do you have a timeout? If you do check that the time of the box where the consume,producer and the JMS server are sync -Original Message- From: jiangzhongbin [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2008 10:40 PM To: users@activemq.apache.org Subject: cms can not receive mes

RE: Redelivering messages inconsistency

2008-09-30 Thread Andres Rangel
server?? Is this a bug? -- Andres Rangel Sw Engineer Moniker.com -Original Message- From: Andres Rangel [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 12:10 PM To: users@activemq.apache.org Subject: RE: Redelivering messages inconsistency Hi rob, thanks for the reply. >>

ActiveMQ Client Pooling ( What to pool, Connections or sessions?)

2008-09-28 Thread Andres Rangel
"status" or "health" of the connection? Similar as is done with jdbc connections where the poolmgr make asimp[le query to check if the connection is active or stale. thabks for your time Andres Rangel

RE: Redelivering messages inconsistency

2008-09-19 Thread Andres Rangel
the message and send the cloned msg instead. >> but if you submit a small test case - we can see if we can find the route cause, too. I can't replicate it now. But if I am able to replicate it, then I will post a small test case to learn wath is the problems Thanks again -- And

RE: ActiveMQ Configuration for Production

2008-09-17 Thread Andres Rangel
-- Andres Rangel Sw Engineer Moniker.com -Original Message- From: Jigar Naik [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2008 12:32 AM To: users@activemq.apache.org Subject: Re: ActiveMQ Configuration for Production ok.. thanks mario... i think i have to spend sometime

RE: Redelivering messages inconsistency

2008-09-17 Thread Andres Rangel
-Original Message- From: Andres Rangel [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 3:41 PM To: users@activemq.apache.org Subject: Redelivering

Redelivering messages inconsistency

2008-09-17 Thread Andres Rangel
ain? Thanks, -- Andres Rangel Sw Engineer Moniker.com

RE: setting up the admin web console in an embedded instance

2008-08-28 Thread Andres Rangel
Found the issue. I modified the webapps/admin/WEB-INF/webconsole-default.xml With the following: I commented out the jndi connection and set the embedded one Hope this help to anyone with the same issue -- Andres Rangel Sw Engineer Moniker.com From: Andres Rangel

setting up the admin web console in an embedded instance

2008-08-27 Thread Andres Rangel
that INFO? How I do the same in jetty? Thanks -- Andres Rangel Sw Engineer Moniker.com http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";