Re: ActiveMQ Usage

2009-09-25 Thread Rob Davies
ActiveMQ is being for real time, high volume data at a number of organizations. However, like all things it really depends on your use case. There are many tuning options for ActiveMQ - it would be best to ask here for guidance - but we'll need some more information - like volume, number of

Re: ActiveMQ Usage

2009-09-25 Thread Bruce Snyder
On Fri, Sep 25, 2009 at 1:59 PM, activemq_pxe wrote: > > As mentioned in Use Cases of ActiveMQ, its being used in real-time, > high-performance applications like trading, market-data distribution. > Since ActiveMQ has been implemented in Java, I wonder that purpose is solved > really? Wouldn't it

Re: duplicates on master/slave broker failover

2009-09-25 Thread magellings
Evaluating this further it appears the broker is not persisting any information back to the database when it dispatches messages to consumers. I verified by removing update privs on the ACTIVEMQ_MSGS table as well as insert, update, and delete privs on the ACTIVEMQ_ACKS table. Yes we are using J

Re: Async error occurred -> ActiveMQ 5.2 and NMS

2009-09-25 Thread magellings
I found something interesting. If I remove delete privs on the ACTIVEMQ_MSGS TABLE (we're doing JDBC Master/Slave) there are a couple things happening... #1) I receive Async errors to the looks of it the same as before. #2) The same messages are getting delivered to the listener after a restart

ActiveMQ Usage

2009-09-25 Thread activemq_pxe
As mentioned in Use Cases of ActiveMQ, its being used in real-time, high-performance applications like trading, market-data distribution. Since ActiveMQ has been implemented in Java, I wonder that purpose is solved really? Wouldn't it be more faster if implemented in C/C++? IMO these high performa

Re: ActiveMQ Failover exception

2009-09-25 Thread penguinone
Also, I believe that we are using auto acknowledge. We're using mule-config.xml, and I haven't specified an acknowledgment scheme. -- View this message in context: http://www.nabble.com/ActiveMQ-Failover-exception-tp25604966p25618296.html Sent from the ActiveMQ - User mailing list archive at Nab

duplicates on master/slave broker failover

2009-09-25 Thread magellings
Hello. We are running JDBC Master/Slave with ActiveMQ 5.2 and upon failing a master broker to slave broker we are seeing duplicate messages come through to the consumers processing a queue. These messages are not flagged as redelivered. It's my understanding that the consumer is suppose to go t

Re: ActiveMQ Failover exception

2009-09-25 Thread penguinone
No, not seeing multiple messages. However, what I noticed just now i that it seems to be after some period of inactivity. And maybe that's just because part of the call stack contains a class called "InactivityMonitor." at org.apache.activemq.broker.region.PrefetchSubscription.assertAckMa

Re: ActiveMQ Failover exception

2009-09-25 Thread penguinone
We're seeing on both 5.2 and 5.3. I have to check to see if we're getting duplicate messages. I don't think so but I have to check the logs when I get in. rajdavies wrote: > > Which version of ActiveMQ ? > On 25 Sep 2009, at 01:50, penguinone wrote: > >> >> >> We set up our active MQ to fai

Re: Getting negative number of pending messages

2009-09-25 Thread magellings
Hey thanks for your reply- :-) Yes I provided a test case a few days ago. I worked pretty hard getting this test case for you guys. I attached all the files to this thread after Timothy Bish asked for it in this thread. See a few replies earlier starting with "I'm attaching a sample app, conf

issues with connection start timeout

2009-09-25 Thread richrem
I have read the docs on the failover and the tcp transport. I understand I can set various properties on the broker URL. What I'm trying to do is build a very simple monitor that runs periodically to check that ActiveMQ is still alive and if not, send a notification that someone needs to start (

Re: Problems with AMQ 5.2.0

2009-09-25 Thread Dejan Bosanac
Hi Ivan, have you tried 5.3 snapshots? There were some similar issues that could be fixed. Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Sep 25, 2009 at 10:31 AM, Ivan Pryvalo

Re: Version 5.3.0 ?

2009-09-25 Thread Rob Davies
Its not released yet - I'd check in a couple of days On 25 Sep 2009, at 10:14, oskara wrote: Hi! Is this version released yet? I can't find any download link. Regards, Oskar -- View this message in context: http://www.nabble.com/Version-5.3.0---tp25608925p25608925.html Sent from the Active

Version 5.3.0 ?

2009-09-25 Thread oskara
Hi! Is this version released yet? I can't find any download link. Regards, Oskar -- View this message in context: http://www.nabble.com/Version-5.3.0---tp25608925p25608925.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Problems with AMQ 5.2.0

2009-09-25 Thread Ivan Pryvalov
Hello, I have a some problem.. I have few queues, jms-providers/consumers based on Spring jms, Servicemix. After some time of work system, jms-consumer can not read message... Web-Console shows several messages in some queue (i.e. pending), but I can browse noone or only few... When I send n

Re: ActiveMQ Failover exception

2009-09-25 Thread Rob Davies
Which version of ActiveMQ ? On 25 Sep 2009, at 01:50, penguinone wrote: We set up our active MQ to fail over (failover:// (host1:61616,host2:61616)). I'm getting these fairly frequently, and I've only seen them related to memory in other people's posts. Unlikely to be this case as I'm o

Openwire topic-consumer disconnects after some time

2009-09-25 Thread Arjen van der Meijden
Hi List, I have some topics with very few messages (it can be days or weeks before a message arrives) on it. The consumers to those topics disconnect after some time and don't reconnect afterwards. I have no idea where to put the blame (activemq-server, activemq-consumer, spring?), but I'd lik