Re: Message stuck on queue

2011-02-01 Thread watcher
We havnt been able to reproduce the bug after we turned off caching. We were using version 5.2.0 in another application and never experience this problem before but I think that is because they changed the persistence storage to kahadb in 5.3 by default. -- View this message in context: http

Re: Messages stuck in queue

2011-01-31 Thread watcher
Here's my setup using 5.4.0 I'm not sure if it will solve your database storage is

Re: Messages stuck in queue

2011-01-30 Thread watcher
We had a similar issue with 1 message getting stuck on the queue using kahadb. we added useCache="false" and the problem was solved. I think this is the link, cant confirm as apache jira down at the moment. https://issues.apache.org/jira/browse/AMQ-2955 https://issues.apache.org/jira/brow

Re: Message stuck on queue

2010-12-10 Thread watcher
An update so far. We stilll cant seem to find a resolution to this issue. We have noticed similar user having problems. See here. http://activemq.2283324.n4.nabble.com/Workaround-for-messages-stuck-in-a-queue-td2343453.html http://activemq.2283324.n4.nabble.com/Workaround-for-messages-stuck-in-a

Message stuck on queue

2010-12-07 Thread watcher
We are currently experience a problem with activemq version 5.4.0 Every 2-4 days of testing we get 1 message stuck on the queue. We have approx 10 queues were we serialize a POJO onto each queue. We have no more than 1000 messages on each queue. We have up to 5 consumers (slow consumers betwee

Re: statisticsBrokerPlugin error

2010-10-06 Thread watcher
Thanks Gary for the reply I kinda figured it wasnt to important after seeing the INFO log level. What worries me is the fact that I needed to modify the route as explained in the ActiveMq in Action book. Makes me think I'm doing something wrong. also according to http://activemq.apache.org/st

Re: statisticsBrokerPlugin error

2010-10-05 Thread watcher
I've noticed another issue here. I'm now trying to use a wildcard to get stats from multiple queues. I have 2 or more queues, for example contest:adj.1 contest:adj.2 contest:adj.N here's my route But in my consumer I only every receive stats for one queue. I

Re: statisticsBrokerPlugin error

2010-09-29 Thread watcher
I solved the timeout issue by setting the pattern to InOnly so Camel will send the message and not expect a reply. However I can still see many of the following exceptions been thrown in wrapper.log Should I ignore them? | jvm 1| 2010/09/27 20:03:37 | INFO | Tr

statisticsBrokerPlugin error

2010-09-27 Thread watcher
Hi Activemq 5.4 I configured the default activemq.xml conf to use the statisticsBrokerPlugin and added my camel file looks like this. http://camel.apache.org/schema/spring";>

Blobmessage question

2010-08-05 Thread watcher
I'm trying to understand the use of blobmessage and if it could be a possible solution to a requirement I have. >From reading the ActiveMQ in Action I can see that you can send a file via blobmessage BlobMessage message = session.createBlobMessage(new URL("http://some.shared.site.com/bigfile pro