Sorry, I should have put that in my original message. I want to use the MQ APIs instead of JMS (actually this has already been implemented, so I don't have a choice).
Hello everyone. I have some questions about queue access with the MQSeries Java API. Can anyone tell me which operations are deemed thread-safe on a Queue? Assume that each thread has it's own sess ...