{"id":22814615,"url":"https://github.com/kit-data-manager/generic-message-consumer","last_synced_at":"2025-04-22T18:41:06.809Z","repository":{"id":55652170,"uuid":"173313034","full_name":"kit-data-manager/generic-message-consumer","owner":"kit-data-manager","description":"Generic consumer for AMQP messages sent by services, e.g. repository or authentication.","archived":false,"fork":false,"pushed_at":"2024-05-08T06:02:29.000Z","size":330,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-11T05:54:30.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kit-data-manager.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-01T14:12:16.000Z","updated_at":"2024-07-28T21:23:03.607Z","dependencies_parsed_at":"2024-05-06T12:28:36.506Z","dependency_job_id":"71fbe245-19b0-4c90-a306-c47d62be1bef","html_url":"https://github.com/kit-data-manager/generic-message-consumer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2Fgeneric-message-consumer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2Fgeneric-message-consumer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2Fgeneric-message-consumer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kit-data-manager%2Fgeneric-message-consumer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kit-data-manager","download_url":"https://codeload.github.com/kit-data-manager/generic-message-consumer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229388355,"owners_count":18065252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T13:09:26.996Z","updated_at":"2024-12-12T13:09:27.433Z","avatar_url":"https://github.com/kit-data-manager.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KIT Data Manager - Generic Message Consumer\n\n![Build Status](https://img.shields.io/travis/kit-data-manager/generic-message-consumer.svg)\n[![codecov](https://codecov.io/gh/kit-data-manager/generic-message-consumer/branch/master/graph/badge.svg)](https://codecov.io/gh/kit-data-manager/generic-message-consumer)\n[![CodeQL](https://github.com/kit-data-manager/generic-message-consumer/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/kit-data-manager/generic-message-consumer/actions/workflows/codeql-analysis.yml)\n![License](https://img.shields.io/github/license/kit-data-manager/generic-message-consumer.svg)\n\n\nHelper module for KIT DM 2.0 services providing capabilities to receive AMQP messages, e.g. sent by the repository or the authentication service. \nIt allows to trigger actions in case of a specific event like the creation of a user or the modification of a resource. For details on which events\nare emitted, please refer to the documentation of the emitting service.\n\n## How to build\n\nIn order to build this module you'll need:\n\n* Java SE Development Kit 17 or higher\n\nAfter obtaining the sources change to the folder where the sources are located and call:\n\n```\nuser@localhost:/home/user/generic-message-consumer$ ./gradlew install\nBUILD SUCCESSFUL in 1s\n3 actionable tasks: 3 executed\nuser@localhost:/home/user/generic-message-consumer$\n```\n\nThe gradle wrapper will download and install gradle, if not already available. Afterwards, the module artifact\nwill be built and installed into the local maven repository, from where it can be used by other projects.\n\n## Dependency from Maven Central Repository\n\nInstead of using a local build you may also use the most recent version from the Central Maven Repository directly. \n\n### Maven\n\n~~~~\n\u003cdependency\u003e\n    \u003cgroupId\u003eedu.kit.datamanager\u003c/groupId\u003e\n    \u003cartifactId\u003egeneric-message-consumer\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n~~~~\n\n### Gradle\n\n~~~~\ncompile group: 'edu.kit.datamanager', name: 'generic-message-consumer', version: '1.1.0'\n~~~~\n\n\n## License\n\nThe KIT Data Manager is licensed under the Apache License, Version 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkit-data-manager%2Fgeneric-message-consumer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkit-data-manager%2Fgeneric-message-consumer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkit-data-manager%2Fgeneric-message-consumer/lists"}