Re: how to detect end-of-dataset ?

2012-11-06 Thread rajdavies
I see the problem - there is no way to determine the end of dataset. The assumption is that the request for stats and the handling of the messages would be decoupled - so you could periodically query the stats - but then process the results asynchronously. Like you say, if the list of destinations

Re: How to configure 5.3 broker over KahaDB to support lots of unconsumed persistent msgs?

2010-02-12 Thread rajdavies
For this configuration - flow control will quick in when the disk limit is reached for the temporary store used to store offline non-persistent messages - or persistent topic messages with no durable consumers. For persistent messages - or topics with durable consumers - then it will be the store

Re: java.lang.OutOfMemoryError: unable to create new native thread on AMQ 5.0

2008-05-15 Thread rajdavies
Could you submit a test case - I've tried to reproduce from your description - but with no success cheers, Rob -- View this message in context: http://www.nabble.com/java.lang.OutOfMemoryError%3A-unable-to-create-new-native-thread-on-AMQ-5.0-tp17005441s2354p17257710.html Sent from the ActiveM

Re: How do I get messages to forward without a consumer?

2008-04-17 Thread rajdavies
ks-of-brokers.html Networks jimmyfrank wrote: > > Sorry, I mistyped. I actually have dynamicOnly=false and without a > consumer running the messages still sit on broker B. > > rajdavies wrote: >> >> >> On 16 Apr 2008, at 14:53, jimmyfrank wrote: >> >>

Re: Issue with Windows Binary Zip - Won't open

2008-02-18 Thread rajdavies
Zanderfax wrote: > > I have been trying to download the windows binary zip file from several of > the mirrors and the backup site. When the download finishes, the zip will > not open. > > Is anyone else having this issue? > Very odd - which version were you trying to download ? -- View thi

Re: Help With Virtual Topic

2008-02-18 Thread rajdavies
sub3 wrote: > > Hi, > I can't seem to get the VirtualTopic working correctly. I have 1 producer > & 2 consumers. However, each message only ends up getting to 1 of the > receivers. Can someone tell me if I am setting these up correctly: > > Producer: > Destination myQueue = session.createTo

Re: disabling InactivityMonitor ( maxInactivityDuration = 0 ) disables failover

2008-02-18 Thread rajdavies
yolcuabbas wrote: > > Hi, > > we use activemq 4.1.1 and have following problem. the uri is > failover://(tcp://:xxx?wireFormat.maxInactivityDuration=0). > > If I put the value of maxInactivityDuration to 0 and try to stop the > connection over jconsole, my client dont try to reconnect to

Re: redeliveryCounter not updated correctly using ActiveMQ 5.0.0

2008-02-18 Thread rajdavies
Sven Panko wrote: > > Hi all, > > I am having a problem with redelivery of messages after transaction > rollback. I am using XA in combination with Springs > DefaultMessageListenerContainer and have a simple test case in which the > MessageListener throws an IllegalStateException which trigger

Re: ActiveMQ ver5.0 number of paged-in messages

2008-01-18 Thread rajdavies
dalin wrote: > > It appears that as each message is paged in, a MessageReference object is > created for each message and stored in the linkedlist pagedInMessages. The > elements in the list are removed upon calling gc() in > org.apache.activemq.broker.region.Queue. This occurs when purge() is >

Re: Unexpected remote command

2007-10-09 Thread rajdavies
sportFilt > er.java:67) > at > org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java > :232) > at > org.apache.activemq.thread.DedicatedTaskRunner.runTask(DedicatedTaskR > unner.java:98) > at > org.apache.activemq.thread.DedicatedTaskRunner$1.

Re: Logging improvement contribution

2007-08-13 Thread rajdavies
This is a great patch David - and will make it into 5.0 - thanks!!! Wish we could have more patches from users like this ;) cheers, Rob davidmc wrote: > > Hello ActiveMQ users, > > After our proposal some time ago (view > http://www.nabble.com/Logging-improvement-proposal-tf3570794s2354.html#

Re: [Spam: 5.0] BDB-JE as MessageStore

2007-03-08 Thread rajdavies
We did start off along time using BDB-JE but we haven't kept up the implementation (it was prior to our move to Apache). The Kaha store is similar to BDB-JE, not so functional yet, but its big benefit for us is that we've been able to tune it for message storage - and its Apache licenced! che

Re: [Spam: 5.0] Expired Message Listener

2007-02-23 Thread rajdavies
This doesn't work correctly in 4.x at the moment. Please could you raise a jira issue for it cheers, Rob manav wrote: > > We recently migrated our application from ActiveMQ3.2.1 to ActiveMQ 4.1.0. > > We were using a listener for Expired messages (after timetolive) when we > used ActiveMQ 3.

Re: Is anyone else seeing messages stuck on a queue?

2007-02-01 Thread rajdavies
Has anyone who is experiencing this problem also see in it in the 4.1.0 snapshot ? http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/apache-activemq/4.1-incubator-SNAPSHOT/ YoungSoul wrote: > > > I see this frequently - and I just can't believe that others are not > ei