The threading model
- Only objects of the following types can be used concurrently on different threads: - ConnectionFactory - Connection - ConnectionMetaData - Destination - A Session object can be used on only a single thread at any one time.
- Only objects of the following types can be used concurrently on different threads:
- ConnectionFactory
- Connection
- ConnectionMetaData
- Destination
- A Session object can be used on only a single thread at any one time.