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)
Line 7: Line 7:
 
* [[SMILA/Documentation/QueueWorker/Listener|Listener]]
 
* [[SMILA/Documentation/QueueWorker/Listener|Listener]]
  
located in the bundle "org.eclipse.eilf.connectivity.queue.worker" for working with JMS.  
+
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/Router|Router]] is to put Records into JMS Queues
Line 14: Line 14:
  
 
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]].
 
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 ==
 
== Configuration ==

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.eilf.connectivity.queue.worker/schemas/QueueWorkerConfig.xsd

Copyright © Eclipse Foundation, Inc. All Rights Reserved.