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

SMILA/Documentation/QueueWorker

< SMILA‎ | Documentation
Revision as of 09:11, 20 August 2008 by Churkin.ivan.gmail.com (Talk | contribs) (New page: == What is Queue Worker== Its a set of services * Broker Connection Service * [[SMILA/Documentation/QueueWorker/Router|Router...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What is Queue Worker

Its a set of services

located in the bundle "org.eclipse.eilf.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 get common cached connection pool to JMS brokers.


Configuration

Every service configured by own configuration file but with common XSD schema Schema:org.eclipse.eilf.connectivity.queue.worker/schemas/QueueWorkerConfig.xsd

Back to the top