Redeliver when consumer hung

2009-04-20 Thread liquidd
Hi, Please, answer my question: If consumer gets message from queue and suddenly hung while processing message (individual acknowledge was not sent and connection with broker not closed). When this message will be redelivered to other consumer? And if it will be redelivered to other and previous

Re: java.lang.SecurityException: User name or password is invalid when trying to look at a queue in the admin app.

2009-04-20 Thread Dejan Bosanac
Hi Bjorn, take a look at here for some instructions: http://activemq.apache.org/security.html#Security-WebConsole Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net 2009/4/20 Bjørn T

Re: removing queue message store when removing non temporary queue

2009-04-20 Thread ffrenchm
Is this a bug or a misunderstanding ? Do I need to raise a JIRA ? Thanks ffrenchm wrote: Hello, I'm trying to implement a method to remove queue which will check if the queue has message on it : if yes I throw an exception else I remove the queue thanks

Re: Changing the reference store for the AMQ Message Store

2009-04-20 Thread stefan.moser
Hi Dave, Unfortunately I haven't been able to reproduce this with a unit test. You were likely correct when you said that it's a race condition causing the problem. I'm currently in the process of setting up the broker on another machine that has less running on it. There is a chance that

ActiveMQ-CPP Version 3.0 RC0

2009-04-20 Thread Timothy Bish
Hey everyone, It's official ... ActiveMQ-CPP v3.0 now has a release candidate, RC0. The 3.0 code has been in the works awhile and a lot of the code has been rewritten to improve performance and increase stability. This version now features a Failover Transport so the user doesn't have to try and

Camel Guice Integration

2009-04-20 Thread adambender
I am working on a project with heavy Guice integration and we are now developing a messaging system and have decided to go with ActiveMQ+Camel+Guice. I have a good understanding of the producer, consumer and JMSComponent injection, but I haven't been able to figure out the Guice way of bringing