| 1. |
What Is Component Queue And How To Configure Component Queue In Filenet? |
|
Answer» Component queues make it possible to process a workflow step using an external entity, such as a Java™ object or Java Message Service (JMS). Using Process Configuration Console, you configure a component queue with an adaptor, EITHER Java or JMS. The Java adaptor allows you to EXPOSE public methods from a Java class as operations on a queue. The JMS adaptor allows you to PUBLISH workflow data to a JMS queue, also using operations. Using Process Designer, the workflow author ADDS a component step to a map and selects operations for that step from the list of component queues. The workflow author also specifies the appropriate expression for each operation parameter. To create a new component queue:
Component queues make it possible to process a workflow step using an external entity, such as a Java™ object or Java Message Service (JMS). Using Process Configuration Console, you configure a component queue with an adaptor, either Java or JMS. The Java adaptor allows you to expose public methods from a Java class as operations on a queue. The JMS adaptor allows you to publish workflow data to a JMS queue, also using operations. Using Process Designer, the workflow author adds a component step to a map and selects operations for that step from the list of component queues. The workflow author also specifies the appropriate expression for each operation parameter. To create a new component queue: |
|