Topic & DLQ

2010-05-27 Thread sebge2
Hello, I'm facing problem with DLQ on topic: my test retrieves a message from a topic, throws an exeption. The message is rolled back two times (while the maximum is 3, tcp://localhost:61616?jms.redeliveryPolicy.maximumRedeliveries=3). So, the message could be received one more time. The message

Re: Embedded ActiveMQ configuration

2010-04-26 Thread sebge2
What's the dependencies of the retrying policy ? I'm only declaring the broker service bean, must it work like that or further configuration is needed ? I've put in attachment my current configuration of my broker. Have I missed something ? http://old.nabble.com/file/p28367104/brokerService.txt br

Re: Embedded ActiveMQ configuration

2010-04-16 Thread sebge2
ence.html in particular > the note at the end. > > On 16 April 2010 11:32, sebge2 wrote: > >> >> Hello, >> >> In order to test my application (maven test), I need an embedded activeMQ >> instance. I've seen that there is two ways of declaring

Embedded ActiveMQ configuration

2010-04-16 Thread sebge2
Hello, In order to test my application (maven test), I need an embedded activeMQ instance. I've seen that there is two ways of declaring my broker. First, by defining a BrokerService bean and directly configuring it. In the attached file, you can see my spring bean. http://old.nabble.com/file/p28