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
tStackTrace();
>}
>}
>};
>t.setName("Producer");
>t.start();
>}
>
> public static void main(String[] args) {
>try {
>initialize();
>
ize();
startConsumer();
startProducer();
} catch (Exception ex) {
ex.printStackTrace();
}
}
}
-Original Message-
From: Joe Fernandez [mailto:[EMAIL PROTECTED]
Sent: maandag 13 oktobe
ame 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 experienced the problem that from a certain moment, n
gt; 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 experienced the problem that from a certain moment, no more
> mes
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