Why JMS Session Object is not thread safe?

Viewed 3222

Why are JMS specs designed in the way so that Session Object cannot be used by concurrent threads when Connection object from which Sessions are created are thread safe(Shared by thread)?

2 Answers
Related