Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "APEL/Server"

From EGIWiki
Jump to navigation Jump to search
Line 1: Line 1:
= APEL Server =
'''This page is under construction and is not yet complete.'''


'''This page is under construction and is not yet complete.'''
== APEL Server Design ==
The new APEL server has three components:
* SSM
* Record loader
* Record publisher
 
== SSM ==
The SSM is the messaging system used by APEL to transmit messages.  It is written in Python and uses the STOMP protocol.


  * [[APEL/SSMInstallation SSM Installation guidelines]]
  * [[APEL/SSMInstallation|SSM Installation guidelines]]
  * [[APEL/ServerDesign APEL Server Design]]
  * [[APEL/ServerDesign|APEL Server Design]]

Revision as of 16:30, 13 April 2011

This page is under construction and is not yet complete.

APEL Server Design

The new APEL server has three components:

* SSM
* Record loader
* Record publisher

SSM

The SSM is the messaging system used by APEL to transmit messages. It is written in Python and uses the STOMP protocol.

* SSM Installation guidelines
* APEL Server Design