Thank you mqjeff. I wrapped the MQEnvironment in a synchronized method and saved the
MQQueueManager-Objects in separate containers. Now everything works fine
Because my MQ-Admins don´t want to connect the two Q-Managers. These mangers are
on two different hosts in two different, protected networks. Some applications witch creates
messages for me are on ...
i´m writing a Java client application with the "native" Java API (no JMS). This application
needs to connect to several Q-Manager and Queues at the same time.
I use the MQEnv ...