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 "Preview 2.32.0"

From EGIWiki
Jump to navigation Jump to search
(Created page with "Category:Middleware Back to [https://wiki.egi.eu/wiki/Preview_Repository#Repository_configuration repository configuration] = APEL-SSM 3.1.1 = Secure STOMP Messenger (SS...")
 
Line 2: Line 2:
Back to [https://wiki.egi.eu/wiki/Preview_Repository#Repository_configuration repository configuration]
Back to [https://wiki.egi.eu/wiki/Preview_Repository#Repository_configuration repository configuration]


= APEL-SSM 3.1.1 =
= APEL-SSM 3.2.0 =


Secure STOMP Messenger (SSM) is designed to simply send messages using the [http://stomp.github.io/ 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.
Secure STOMP Messenger (SSM) is designed to simply send messages using the [http://stomp.github.io/ 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.
Line 13: Line 13:


[https://github.com/apel/ssm/releases Release notes]:  
[https://github.com/apel/ssm/releases Release notes]:  
* Changed logging to reduce how verbose the logging of a 3rd-party module is.
* 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.

Revision as of 17:45, 26 March 2021

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.