Re: StoreUsage, TempUsage and MemoryUsage

2008-02-03 Thread Tamir
Thanks for the quick reply, Rob. I'm using 5.0, I hope it's good enough. Before opening a jira case, I want to make sure my usage of the system is correct ... I'm sending 10,000 msgs, 100K each (around 1 gig worth of data) to a broker, with no consumer on that broker, and no connected brokers as

ActiveMQ 4.1.1 performance issues

2008-02-03 Thread rd7
Hello, We are having performance issues with ActiveMQ 4.1.1 in a client's production environment. We have a single queue where the application (producer) sends messages to the queue and is read by another application on another server (the consumer). The amount of messages sent is probably

Re: StoreUsage, TempUsage and MemoryUsage

2008-02-03 Thread Rob Davies
On Feb 3, 2008, at 8:56 PM, Tamir wrote: I'm sorry to repeat my question, but I still haven't found a way to limit the size of both journal files and data files. I'm willing (actually, I want) to discard old message, but I have to guarantee that the disk usage would be bounded by somet

Re: Manual XA transaction management

2008-02-03 Thread Rob Davies
On Feb 3, 2008, at 10:33 PM, kawasaki wrote: And of course http://jencks.codehaus.org/. -- View this message in context: http://www.nabble.com/Manual-XA-transaction-management-tp15254969s2354p15259371.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. Glad you found thos

Re: Manual XA transaction management

2008-02-03 Thread kawasaki
And of course http://jencks.codehaus.org/. -- View this message in context: http://www.nabble.com/Manual-XA-transaction-management-tp15254969s2354p15259371.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Manual XA transaction management

2008-02-03 Thread kawasaki
Solved. http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/jms/listener/DefaultMessageListenerContainer.html -- View this message in context: http://www.nabble.com/Manual-XA-transaction-management-tp15254969s2354p15259049.html Sent from the ActiveMQ - User mailing list

Re: StoreUsage, TempUsage and MemoryUsage

2008-02-03 Thread Tamir
I'm sorry to repeat my question, but I still haven't found a way to limit the size of both journal files and data files. I'm willing (actually, I want) to discard old message, but I have to guarantee that the disk usage would be bounded by something. Is that doable ? rajdavies wrote: > > > On J

Memory leaks in AMQ 5.0?

2008-02-03 Thread Arjen van der Meijden
Hi list, Currently we're seeing some strange behaviour from ActiveMQ 5.0 (release version). In our set-up we have one ActiveMQ instance with four queues on it and all communication with AMQ is via the Stomp-interface. Although we cleaned the activemq.xml a bit, we basically left all settings

Manual XA transaction management

2008-02-03 Thread kawasaki
Hello all, I am trying to do the following: -the action of receiving the JMS message to participate in XA transaction (I want receive via MessageListener.onMessage to be atomic with save in Xa capable database; receive message and save it in my cusomt database). I have scanned AMQ source cod

Active MQ broker embedded with spring configuration problems

2008-02-03 Thread Michal Singer
Hi. I am trying to raise an embedded Active MQ broker using spring configuration file. I work with spring 2.0.6 & Active MQ 5.0.0. The only way that works is this: With this way i have a few problems: 1. how do i define the active mq configuration file. i c