Posted: Thu Feb 23, 2006 2:56 pm Post subject: Queue Manager object thread safe?
Centurion
Joined: 13 Apr 2005 Posts: 103
Im creating a java QueueManager object which creates a connection to MQ. If this object is static then I only have one connection shared amongst all threads correct? If all threads put() at the same time will the QueueManager object syncronize the connection? Is this unwise to do since now I am making threads wait in line?
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