Re: Duplicated messages

2011-03-04 Thread Ron Piterman
To make sure messages are delivered once only, use a queue. Greetings, RP On 04.03.11 22:49, kafka399 wrote: What can be reason for duplicated messages? I use jmsTemplate for messages production, ActiveMQ as a broker and one Topic for the moment which saves messages in database. I have up to 10

Custom logging in activemq maven plugin

2011-03-03 Thread Ron Piterman
Hi, Is there a way to configure custom logging when using activemq maven plugin? I tried log4j.configuration file://${project.basedir}/src/test/conf/activemq.log4j.properties .. but it did'nt do the trick... Thanks, Ron