RE: Concurrent use of connections

2008-10-14 Thread Steven Van Loon
Thanks for the answer, will look at it. -Original Message- From: James Strachan [mailto:[EMAIL PROTECTED] Sent: dinsdag 14 oktober 2008 10:56 To: users@activemq.apache.org Subject: Re: Concurrent use of connections Please see the FAQ entry... http://activemq.apache.org/how-do-i-use-jms

Re: Concurrent use of connections

2008-10-14 Thread James Strachan
tStackTrace(); >} >} >}; >t.setName("Producer"); >t.start(); >} > > public static void main(String[] args) { >try { >initialize(); >

RE: Concurrent use of connections

2008-10-14 Thread Steven Van Loon
ize(); startConsumer(); startProducer(); } catch (Exception ex) { ex.printStackTrace(); } } } -Original Message- From: Joe Fernandez [mailto:[EMAIL PROTECTED] Sent: maandag 13 oktobe

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

Re: Concurrent use of connections

2008-10-13 Thread Joe Fernandez
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 same Connection to > activeMQ by different