Re: Message is sendt more than once

2008-12-02 Thread Lars Eirik Rønning
at 4:36 PM, Gabe Westmaas >> > <[EMAIL PROTECTED]>wrote: >> > >> >> And does your client acknowledge after it receives it? If not, it will >> >> read the message again later since the broker thinks it wasn't >> received. >> >&

Re: Message is sendt more than once

2008-12-01 Thread Lars Eirik Rønning
m: "Lars Eirik Rønning" <[EMAIL PROTECTED]> > >> Sent: Monday, December 1, 2008 10:05am > >> To: users@activemq.apache.org > >> Subject: Re: Message is sendt more than once > >> > >> Hi i am using the following :session > >> =con.c

Re: Message is sendt more than once

2008-12-01 Thread James Strachan
quot;Lars Eirik Rønning" <[EMAIL PROTECTED]> >> Sent: Monday, December 1, 2008 10:05am >> To: users@activemq.apache.org >> Subject: Re: Message is sendt more than once >> >> Hi i am using the following :session >> =con.createSession(true,Session.CLIE

Re: Message is sendt more than once

2008-12-01 Thread Lars Eirik Rønning
er thinks it wasn't received. > > -Original Message- > From: "Lars Eirik Rønning" <[EMAIL PROTECTED]> > Sent: Monday, December 1, 2008 10:05am > To: users@activemq.apache.org > Subject: Re: Message is sendt more than once > > Hi i

Re: Message is sendt more than once

2008-12-01 Thread Gabe Westmaas
mq.apache.org Subject: Re: Message is sendt more than once Hi i am using the following :session =con.createSession(true,Session.CLIENT_ACKNOWLEDGE); On Mon, Dec 1, 2008 at 2:42 PM, Gabe Westmaas <[EMAIL PROTECTED]>wrote: > Could be an acknowledgment issue, what type of acknowledge (client

Re: Message is sendt more than once

2008-12-01 Thread Lars Eirik Rønning
Hi i am using the following :session =con.createSession(true,Session.CLIENT_ACKNOWLEDGE); On Mon, Dec 1, 2008 at 2:42 PM, Gabe Westmaas <[EMAIL PROTECTED]>wrote: > Could be an acknowledgment issue, what type of acknowledge (client, auto, > dups ok, transaction) are you using? > > -Original Me

RE: Message is sendt more than once

2008-12-01 Thread Gabe Westmaas
Could be an acknowledgment issue, what type of acknowledge (client, auto, dups ok, transaction) are you using? -Original Message- From: "Lars Eirik Rønning" <[EMAIL PROTECTED]> Sent: Monday, December 1, 2008 8:16am To: users@activemq.apache.org Subject: Message is sendt more than once Hi