Re: timeout parameter when amq gets max queue size

2009-05-06 Thread Rob Davies
You should set the sendTimeout parameter on your ConnectionFactory cheers, Rob On 6 May 2009, at 12:40, liquidd wrote: I have amq (pure master-slave) with queue limit 1 mb. Queue A reaches that limit, so QueueSender.send method hungs. I set timeout parameter, but it looks like doesn't

Re: Active MQ broker embedded with spring configuration problems

2009-05-06 Thread Rob Davies
Thanks Andrew! On 6 May 2009, at 15:33, ee7arh wrote: Please also fix this page too: http://activemq.apache.org/networks-of-brokers.html Order should be: networkConnectors persistenceAdapter transportConnectors Bregards Andrew Gary Tully wrote: Hi Andrew, thanks. No need to raise a jira

Re: Consumer Receive hangs

2009-05-06 Thread shridharv
Found the problem and Solution The number of outstanding messages received by a consumer and not committed is dependent on the amount of memory allowed by MemUsageLimit. Once I upped things began to hum again. shridharv wrote: > > Our consumer stops receiving further messages around 1000 mess

Re: Durable subscription with subscription recovery policy

2009-05-06 Thread Jose Luna
- Original Message > From: Jose Luna > To: users@activemq.apache.org > Sent: Thursday, April 30, 2009 3:04:33 PM > Subject: Durable subscription with subscription recovery policy > > > Hello, > > I haven't received a response after a few days, so I'd like to try again. > I'll > try

ANN: Habari ActiveMQ Client 1.7 - Delphi and Free Pascal client library for Apache ActiveMQ message broker

2009-05-06 Thread mjustin
May 5, 2009 - betasoft is pleased to announce release 1.7 of the Delphi client library Habari for Apache ActiveMQ, the popular and powerful open source Message Broker. With Habari ActiveMQ Client, Delphi developers can build integrated solutions, connecting cross language clients and protocols fr

ActiveMQ native API problem : Broker.getDestinations

2009-05-06 Thread ffrenchm
Hello, I noticed that the method Broker.getDestinations doesn't return temporary destination. I would like to know if it's a normal behavior. According to the Javadoc I would say no : /** * @return all destinations added to the Broker. * @throws Exception TODO */ ActiveMQ

Re: Active MQ broker embedded with spring configuration problems

2009-05-06 Thread ee7arh
Please also fix this page too: http://activemq.apache.org/networks-of-brokers.html Order should be: networkConnectors persistenceAdapter transportConnectors Bregards Andrew Gary Tully wrote: > > Hi Andrew, thanks. No need to raise a jira issue. I just updated that page > to fix the order. Th

Specify MySQL database user and password for Cron Job

2009-05-06 Thread Cyburg
Hi all, Does anyone here know if it is possible to specify which database user and password my Cron Job will use when accessing a MySQL database. My code accesses the My SQL database in question from a PHP page, which contains defines to specify the database user and password to use; when I navi

timeout parameter when amq gets max queue size

2009-05-06 Thread liquidd
I have amq (pure master-slave) with queue limit 1 mb. Queue A reaches that limit, so QueueSender.send method hungs. I set timeout parameter, but it looks like doesn't work for this situation. How can I set timeout for sending? Using 5.3-SNAPSHOT. Thank you. -- View this message in context: ht

Sizing of a network of brokers

2009-05-06 Thread Roland Thomas Lichti
Hi, we are currently running ActiveMQ 5.2.0 (using Sun Java 1.5) on 2 x Sun Fire V245 with 2 CPU (Ultra SPARC IIIi 1,5 GHz) and 8 GB ram as "network" of brokers. Everything works fine and is ok. Now I got the question, if our JMS system can cope with the following load: 616 Messages/s (size di

Re: What port uses webconsole?

2009-05-06 Thread liquidd
Im sorry, but if I don't want to use separate servlet container? Only built-in webconsole? Gary Tully wrote: > > see the -Dwebconsole.jms.url property in the doco: > http://activemq.apache.org/web-console.html > > 2009/5/5 liquidd > >> >> I have configuration with >> ... >> >> >> >> ..