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"

(Configuration)
 
(62 intermediate revisions by 8 users not shown)
Line 1: Line 1:
== What is Queue Worker==
+
{{note|This has been removed in SMILA 0.9 by the [[SMILA/Documentation/JobManager|JobManager framework]]}}
 
+
Its a set of services
+
 
+
* [[SMILA/Documentation/QueueWorker/BrokerConnectionService|Broker Connection Service]]
+
* [[SMILA/Documentation/QueueWorker/Router|Router]]
+
* [[SMILA/Documentation/QueueWorker/Listener|Listener]]
+
 
+
located in the bundle "org.eclipse.smila.connectivity.queue.worker" for working with JMS.
+
 
+
The main goal of [[SMILA/Documentation/QueueWorker/Router|Router]] is to put Records into JMS Queues
+
 
+
The main goal of [[SMILA/Documentation/QueueWorker/Listener|Listener]] is to listen Records from JMS Queues and to process them.
+
 
+
The main goal of [[SMILA/Documentation/QueueWorker/BrokerConnectionService|Broker Connection Service]] is to provide common cached connection pool to JMS brokers for [[SMILA/Documentation/QueueWorker/Router|Router]] and for [[SMILA/Documentation/QueueWorker/Listener|Listener]].
+
 
+
== Configuration ==
+
Every service configured by own configuration file but with common XSD schema
+
 
+
Schema:org.eclipse.smila.connectivity.queue.worker/schemas/QueueWorkerConfig.xsd
+
 
+
[[Category:SMILA]]
+

Latest revision as of 05:59, 24 January 2012

Note.png
This has been removed in SMILA 0.9 by the JobManager framework

Back to the top