RE: Concurrent use of connections

2008-10-14 Thread Steven Van Loon
ActiveMQ http://activemq.apache.org/jmstemplate-gotchas.html Your problem could well be producer flow control kicking in BTW - but see how things behave when you use JMS correctly 2008/10/14 Steven Van Loon <[EMAIL PROTECTED]>: > Hi, > > I managed to reproduce the problem in the simp

RE: Concurrent use of connections

2008-10-14 Thread Steven Van Loon
r 2008 13:06 To: users@activemq.apache.org Subject: Re: Concurrent use of connections Sessions are single-threaded. So could the issue be related more to your use of sessions? Joe Get a free ActiveMQ user guide @ http://www.ttmsolutions.com Steven Van Loon-2 wrote: > > Hi all, > >

RE: Concurrent use of connections

2008-10-13 Thread Steven Van Loon
rrent use of connections Sessions are single-threaded. So could the issue be related more to your use of sessions? Joe Get a free ActiveMQ user guide @ http://www.ttmsolutions.com Steven Van Loon-2 wrote: > > Hi all, > > Is anybody aware of possible problems when (re)using a s

Concurrent use of connections

2008-10-13 Thread Steven Van Loon
Hi all, Is anybody aware of possible problems when (re)using a same Connection to activeMQ by different threads? According to the JMS specification, implementations should support concurrent use of Connections, so I created one connection to be used by all consumer / producers. However, I expe

RE: Expired messages

2008-05-19 Thread Steven Van Loon
to it when i get a chance On 19 May 2008, at 14:32, Steven Van Loon wrote: > I assume you are referring to this one? > https://issues.apache.org/activemq/browse/SM-872 > > Any chance for it to be implemented soon? > > > -Original Message- > From: Rob Davies [mailto:

RE: Expired messages

2008-05-19 Thread Steven Van Loon
n - you'll have to wait for it to be implemented! cheers, Rob http://open.iona.com/products/enterprise-activemq http://rajdavies.blogspot.com/ On 19 May 2008, at 12:25, Steven Van Loon wrote: > > Still no success on this one... > > I was able to create the following small testcas

RE: Expired messages

2008-05-19 Thread Steven Van Loon
age- From: Rob Davies [mailto:[EMAIL PROTECTED] Sent: donderdag 15 mei 2008 19:02 To: users@activemq.apache.org Subject: Re: Expired messages will look into it! cheers, Rob http://open.iona.com/products/enterprise-activemq http://rajdavies.blogspot.com/ On 15 May 2008, at 13:04, Ste

RE: Expired messages

2008-05-15 Thread Steven Van Loon
users@activemq.apache.org Subject: Re: Expired messages On 9 May 2008, at 10:35, Steven Van Loon wrote: > Hi, > > > > Does anybody knows whether and how it is possible to act on expired > messages? > > > > Thanks! > > Steven. > Expired messages have taken too long to deliv

Expired messages

2008-05-09 Thread Steven Van Loon
Hi, Does anybody knows whether and how it is possible to act on expired messages? Thanks! Steven.