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 Bjørn T Johansen
Worked like a charm.. Thx... :) BTJ On Mon, 20 Apr 2009 16:37:56 +0200 Dejan Bosanac wrote: > 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://fuseso

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 u

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

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 it's

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 BrokerService.removeDesti

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 Joha

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

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

2009-04-20 Thread Bjørn T Johansen
I have enabled username and password for the engine and it works as it should, except for the admin app.. If I try to choose a specifi queue to look at, I get the following exception..: HTTP ERROR: 500 Error creating bean with name 'queueBrowser' defined in ServletContext resource [/WEB-INF/web

Re: Listeners consumerEventSource small precisions ...

2009-04-20 Thread Eric-AWL
Thank you for your answers. OK. My program will know how many consumers are active when I want to send the first message, and my program will be aware that some consumers are not accessible, even in a global network of brokers topology. I'm going to try this and simulate broken networks... Eric

Re: Listeners consumerEventSource small precisions ...

2009-04-20 Thread Rob Davies
Hi Eric-AWL On 20 Apr 2009, at 10:01, Eric-AWL wrote: Hi everybody I continue previous thread which describes how to use Advisory package and ConsumerEventSource.setConsumerListener. I will be in a network of brokers configuration where consumers are not directly created on the current

Listeners consumerEventSource small precisions ...

2009-04-20 Thread Eric-AWL
Hi everybody I continue previous thread which describes how to use Advisory package and ConsumerEventSource.setConsumerListener. I will be in a network of brokers configuration where consumers are not directly created on the current embedded broker used by my current connection. I have some

Re: Stomp ack:auto clears all remaining messages in the queue

2009-04-20 Thread Dejan Bosanac
Hi Michael, thanks for these updates. Please provide details on any issues you experience (and raise appropriate Jira issues). Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Ap