Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

 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
  • None