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.

Preview 2.32.0

From EGIWiki
Revision as of 17:45, 26 March 2021 by Apaolini (talk | contribs)
Jump to navigation Jump to search

Back to repository configuration

APEL-SSM 3.2.0

Secure STOMP Messenger (SSM) is designed to simply send messages using the STOMP protocol or via the ARGO Messaging Service (AMS). Messages are signed and may be encrypted during transit. Persistent queues should be used to guarantee delivery.

SSM is written in Python. Packages are available for RHEL 7 and Ubuntu Trusty.

The installation and configuration guide is available here: https://github.com/apel/ssm

Check also the EGI wiki for more information about APEL SSM.

Release notes:

  • Added logging of what certificate DNs/subjects are being used to facilitate troubleshooting.
  • Added stomp.py as .deb package dependency to avoid broken installations.
  • Refactored code to enable simpler external calls and better testing.