Posted: Tue Aug 27, 2002 3:57 am Post subject: Multithreaded MQ design help needed
Apprentice
Joined: 28 May 2002 Posts: 43
I have a Multi-threaded application running on a web server in client mode.
Each thread should send a message to MQ Queue manager.
1. Is handling a QueueSession per thread is enough - and then each thread will has its QueueSender.
2. Should I hanlde a QueueConnectionFactory/QueueConnection per thread as well?
3. When is the TCP connection established? when calling the QueueSender.send() or when QueueConnection.start() is called?
is the connection open till calling the QueueConnection.stop()?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum