Re: Closing a consumer create more messages than sent

2008-06-09 Thread kloh
he specification). I don't see, where to change what to solve this problem. I appreciate your interest and your effort! Cheers, Kevin -- View this message in context: http://www.nabble.com/Closing-a-consumer-create-more-messages-than-sent-tp17602690p17729240.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Closing a consumer create more messages than sent

2008-06-09 Thread Marco Buss
don't want to change it! > > Thanks for the reply, I'll give the pause after closing one consumer a > chance but I'm not happy with it! > > Cheers, > Kevin > Ok, that's ok. But it is not clear why you must use transactions. Please describe it a little b

Re: Closing a consumer create more messages than sent

2008-06-06 Thread kloh
> also i have rmoved the commit(); because it is not needed with > AUTO_ACKNOWLEDGE > No, thats no option! We do use transactions and don't want to change it! Thanks for the reply, I'll give the pause after closing one consumer a chance but I'm not happy with it! Cheers,

Re: Closing a consumer create more messages than sent

2008-06-06 Thread Marco Buss
url of the messagebroker in the 'config.java'-file. > Maybe you can play a bit with the values in the same file. The JUnit is in > the 'MainTest'-class. > > I appreciate your effort. > > Kevin > -- View this message in context: http://www.nabble.com/Cl

Re: Closing a consumer create more messages than sent

2008-06-05 Thread kloh
. When all messages have left the queue we see that some messages are delievered multiple times to some consumers. Where is the problem? In ActiveMQ? -- View this message in context: http://www.nabble.com/Closing-a-consumer-create-more-messages-than-sent-tp17602690s2354p17666280.html Sent from the

Re: Closing a consumer create more messages than sent

2008-06-03 Thread kloh
a bug? Or perhaps ActiveMQ can't do such things and we need to leave ActiveMQ and go ahead to another implementation? Cheers, Kevin -- View this message in context: http://www.nabble.com/Closing-a-consumer-create-more-messages-than-sent-tp17602690s2354p17640047.html Sent from the ActiveMQ

Re: Closing a consumer create more messages than sent

2008-06-03 Thread kloh
n play a bit with the values in the same file. The JUnit is in the 'MainTest'-class. I appreciate your effort. Kevin -- View this message in context: http://www.nabble.com/Closing-a-consumer-create-more-messages-than-sent-tp17602690s2354p17619600.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Closing a consumer create more messages than sent

2008-06-03 Thread Marco Buss
he.org/camel/schema/spring";> > org.foo.bar > > > http://mortbay.com/schemas/jetty/1.0";> > > > > > > resourceBase="${activemq.base}/webapps/admin" logUrlOnStart="true"/> > resourceBase="${activemq.base}/webapps/demo" logUrlOnStart="true"/> > resourceBase="${activemq.base}/webapps/fileserver" logUrlOnStart="true"/> > > > > > > > > > > > We are interested, if someone else has occured this or there is just one > (simple) point, that we miss. > -- View this message in context: http://www.nabble.com/Closing-a-consumer-create-more-messages-than-sent-tp17602690s2354p17619080.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Closing a consumer create more messages than sent

2008-06-02 Thread kloh
Here are some additional informations, which might be important: Each consumer and producer run in their own thread, each of them uses his own session. They all share a common connection. -- View this message in context: http://www.nabble.com/Closing-a-consumer-create-more-messages-than-sent

Closing a consumer create more messages than sent

2008-06-02 Thread kloh
.apache.org/camel/schema/spring";> org.foo.bar http://mortbay.com/schemas/jetty/1.0";> We are interested, if someone else has occured this or there is just one (simple) point, that we miss. -- View this message in cont