I am new to JMS API , I want to try QueueSender in multi-thread environment.... So, the question .. Is QueueSender.send() thread safe ?please provide reference or demo if available
thanks in advance,,,,
|
I am new to JMS API , I want to try QueueSender in multi-thread environment.... So, the question .. Is QueueSender.send() thread safe ?please provide reference or demo if available thanks in advance,,,, |
|||
|
|
|
No, a Or more specifically: The
And since a |
|||
|
|