This page is under construction.
Advanced Features
JMSPool
- JMSPool is an advanced JMS instance that allow multiple threading messaging for incoming and outgoing messages.
- For simple JMS usage,
- a new connection and session are created on every JMS execution block. Resources are closed after usage.
- user has to manage threads and concurrency. Without special coding, messages are sent and received in a single connection and session.
Internal Design
Labels