Re: ActimeMQ Client's thread management

2016-01-15 Thread Tim Bain
That's correct. On Fri, Jan 15, 2016 at 7:45 AM, itelleria wrote: > Thank you for your quick reply. > > So, to sum up, transport thread is required to send and receive messages > and > because of that it's always launched when a connection is created. > > > > > -- > View this message in context:

Re: ActimeMQ Client's thread management

2016-01-15 Thread itelleria
Thank you for your quick reply. So, to sum up, transport thread is required to send and receive messages and because of that it's always launched when a connection is created. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActimeMQ-Client-s-thread-management-tp4705885

Re: ActimeMQ Client's thread management

2016-01-13 Thread Rob Davies
> On 13 Jan 2016, at 03:30, itelleria wrote: > > Hi, > > I'm analysing how ActiveMQ client manages the threads to send and receive > JMS messages and I have some questions that I would like to ask. > > As far as I've understood when I call connectionFactory.createConnection(), > I get a Connec

ActimeMQ Client's thread management

2016-01-13 Thread itelleria
Hi, I'm analysing how ActiveMQ client manages the threads to send and receive JMS messages and I have some questions that I would like to ask. As far as I've understood when I call connectionFactory.createConnection(), I get a Connection object which launches a Transport thread in the background