Re: Start/Stop Consumer and duplicate message is received.

2008-02-13 Thread wha
Thanks for the info. I got it working. -- View this message in context: http://www.nabble.com/Re%3A-Start-Stop-Consumer-and-duplicate-message-is-received.-tp15423159s2354p15461022.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Start/Stop Consumer and duplicate message is received.

2008-02-12 Thread Rob Davies
s received is being resent again by the broker. Is that normal behavior or is there something wrong with my code?? Could it be my Thread.sleep that is executed too fast before an aknowledgement can be sent ? Any help appreciated! Thanks! -- View this message in context: http://www.nabble.co

Re: Start/Stop Consumer and duplicate message is received.

2008-02-11 Thread Mario Siegenthaler
JMSException jmse) > { > System.out.println(jmse); > } > > } > > When I stop the consumer and then restart it. The last message that was > received is being resent again by the broker. Is that normal behavior or

Start/Stop Consumer and duplicate message is received.

2008-02-11 Thread wha
resent again by the broker. Is that normal behavior or is there something wrong with my code?? Could it be my Thread.sleep that is executed too fast before an aknowledgement can be sent ? Any help appreciated! Thanks! -- View this message in context: http://www.nabble.co