Re: Threads started in ActiveMQCPP

2018-08-14 Thread developer
Hi, Thanks for the reply. I still have an issue with threads. I delete all the related data on disconnect ie., connection, topics,destination, sessions that are created and then reestablish all of it in the reconnect function. I don't see a problem in reconnect, send and receive messages, But its

Re: Threads started in ActiveMQCPP

2018-07-20 Thread Timothy Bish
On 07/19/2018 07:02 PM, developer wrote: Hi, This question is with reference to activemq cpp version 3.9.3 Once we call intialize and establish connection by calling activemq::library::ActiveMQCPP::initializeLibrary(); x= ActiveMQConnectionFactory() ; connection = x->createConnection(xy,xz);

Re: Threads started in ActiveMQCPP

2018-07-20 Thread developer
Hi, This question is with reference to activemq cpp version 3.9.3 Once we call intialize and establish connection by calling activemq::library::ActiveMQCPP::initializeLibrary(); x= ActiveMQConnectionFactory() ; connection = x->createConnection(xy,xz); connection->start(); and communication s

Re: Threads started in ActiveMQCPP

2014-09-12 Thread Timothy Bish
the purpose of each of these threads are? Is there any configuration or parameters that can be used to control which threads and how many threads get started by the library? Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Threads-started-in-ActiveMQCPP-tp4685430

Re: Threads started in ActiveMQCPP

2014-09-12 Thread jeffrey
nce listing what the purpose of each of these threads >> are? >> Is there any configuration or parameters that can be used to control >> which >> threads and how many threads get started by the library? >> >> Thanks. >> >> >> >> -- >&

Re: Threads started in ActiveMQCPP

2014-09-09 Thread Timothy Bish
configuration or parameters that can be used to control which threads and how many threads get started by the library? Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Threads-started-in-ActiveMQCPP-tp4685430.html Sent from the ActiveMQ - User mailing list archive at

Threads started in ActiveMQCPP

2014-09-09 Thread jeffrey
control which threads and how many threads get started by the library? Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Threads-started-in-ActiveMQCPP-tp4685430.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.