Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/QueueWorker"

(What is Queue Worker)
(Configuration)
Line 18: Line 18:
 
Every service configured by own configuration file but with common XSD schema
 
Every service configured by own configuration file but with common XSD schema
  
Schema:org.eclipse.eilf.connectivity.queue.worker/schemas/QueueWorkerConfig.xsd
+
Schema:org.eclipse.smila.connectivity.queue.worker/schemas/QueueWorkerConfig.xsd
  
 
[[Category:SMILA]]
 
[[Category:SMILA]]

Revision as of 04:42, 13 November 2008

What is Queue Worker

Its a set of services

located in the bundle "org.eclipse.smila.connectivity.queue.worker" for working with JMS.

The main goal of Router is to put Records into JMS Queues

The main goal of Listener is to listen Records from JMS Queues and to process them.

The main goal of Broker Connection Service is to provide common cached connection pool to JMS brokers for Router and for Listener.

Configuration

Every service configured by own configuration file but with common XSD schema

Schema:org.eclipse.smila.connectivity.queue.worker/schemas/QueueWorkerConfig.xsd

Back to the top