JMS Queues and Topics

The JEE version of ALBPM Enterprise requires you to configure a JMS queue and topic.

JMS Topic

Used to cache process instances. To render the inbox. Issue of keeping cache up-to-date. Used to tell client about internal changes.

JMS Queue

ALBPM uses a JMS queue to schedule transaction on the Engine Database.
  1. Schedules Asynchronous Transactions
  2. Spreads Loads Across Multiple Nodes
Note: The ALBPM JMS queue is not used to integrate with other applications. It is only used internally by the Process Execution Engine. External applications can not use this queue.