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.
- The currently JMSPool is fairly simple. It does not support features like transaction, connection recovery etc. If you need a full feature JMS Pooling product, you are highly recommended to use Spring JMS or Jencks.
Internal Design
Labels