When should you use a Session Bean?
At any time, only one client has access to the bean instance
At any time, multiple clients can have access to the bean instance
When the bean should represent a business entity
The bean is not required to be persistent
To synchronously receive JMS messages
To asynchronously receive JMS messages