Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskcc/smile-messaging-java
CMO Messaging Library
https://github.com/mskcc/smile-messaging-java
Last synced: about 1 month ago
JSON representation
CMO Messaging Library
- Host: GitHub
- URL: https://github.com/mskcc/smile-messaging-java
- Owner: mskcc
- License: agpl-3.0
- Created: 2020-11-12T17:32:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T21:16:47.000Z (9 months ago)
- Last Synced: 2024-03-13T20:26:10.764Z (9 months ago)
- Language: Java
- Size: 118 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMILE Messaging Library
The messaging library used by Java clients to interface with CMO messaging backbone.
The following properties should be set in the Java client's application.properties:
TLS connection properties:
(see https://docs.nats.io/developing-with-nats/security/tls)- `nats.tls_channel` : tls_channel is a boolean indicating if a TLS channel should be create (required if NATS is running TLS)
- `nats.keystore_path`
- `nats.truststore_path`
- `nats.key_password`
- `nats.store_password`General NATS/STAN properties:
- `nats.consumer_name`
- `nats.consumer_password`
- `nats.url` : nats://\:\@\:4222