{"id":13562904,"url":"https://github.com/openmessaging/benchmark","last_synced_at":"2026-01-29T19:31:00.742Z","repository":{"id":37816598,"uuid":"108890846","full_name":"openmessaging/benchmark","owner":"openmessaging","description":"OpenMessaging Benchmark Framework","archived":false,"fork":false,"pushed_at":"2025-07-25T06:53:38.000Z","size":1091,"stargazers_count":419,"open_issues_count":4,"forks_count":254,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-07-25T12:15:44.951Z","etag":null,"topics":["activemq-artemis","kafka","nats","pulsar","rabbitmq","rocketmq"],"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/openmessaging.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-10-30T18:21:06.000Z","updated_at":"2025-07-25T06:53:44.000Z","dependencies_parsed_at":"2023-02-14T12:31:21.136Z","dependency_job_id":"b982d3a7-328a-4709-afcd-3d9862c54a65","html_url":"https://github.com/openmessaging/benchmark","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/openmessaging/benchmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmessaging%2Fbenchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmessaging%2Fbenchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmessaging%2Fbenchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmessaging%2Fbenchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openmessaging","download_url":"https://codeload.github.com/openmessaging/benchmark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmessaging%2Fbenchmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28883090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:23:39.025Z","status":"ssl_error","status_checked_at":"2026-01-29T19:22:11.631Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["activemq-artemis","kafka","nats","pulsar","rabbitmq","rocketmq"],"created_at":"2024-08-01T13:01:13.269Z","updated_at":"2026-01-29T19:31:00.737Z","avatar_url":"https://github.com/openmessaging.png","language":"Java","funding_links":[],"categories":["Java","Testing \u0026 Development"],"sub_categories":["Benchmarking"],"readme":"# Fork of the OpenMessaging Benchmark Framework that uses sapmachine 17 docker image\n\nThis fork is used to update the outdated offical docker hub image openmessaging/openmessaging-benchmark with sapmachine:17.\nFind more in [./docker/README.md](./docker/README.md).\n\n[![Build](https://github.com/openmessaging/benchmark/actions/workflows/pr-build-and-test.yml/badge.svg)](https://github.com/openmessaging/benchmark/actions/workflows/pr-build-and-test.yml)\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n\n**Notice：** We do not consider or plan to release any unilateral test results based on this standard. For reference, you can purchase server tests on the cloud by yourself.\n\nThis repository houses user-friendly, cloud-ready benchmarking suites for the following messaging platforms:\n\n* [Apache ActiveMQ Artemis](https://activemq.apache.org/components/artemis/)\n* [Apache Bookkeeper](https://bookkeeper.apache.org)\n* [Apache Kafka](https://kafka.apache.org)\n* [Apache Pulsar](https://pulsar.apache.org)\n* [Apache RocketMQ](https://rocketmq.apache.org)\n* Generic [JMS](https://javaee.github.io/jms-spec/)\n* [KoP (Kafka-on-Pulsar)](https://github.com/streamnative/kop)\n* [NATS JetStream](https://docs.nats.io/nats-concepts/jetstream)\n* [NATS Streaming (STAN)](https://docs.nats.io/legacy/stan/intro)\n* [NSQ](https://nsq.io)\n* [Pravega](https://pravega.io/)\n* [RabbitMQ](https://www.rabbitmq.com/)\n* [Redis](https://redis.com/)\n* [MQTT](https://mqtt.org/)\n\n\u003e More details could be found at the [official documentation](http://openmessaging.cloud/docs/benchmarks/).\n\n## Build\n\nRequirements:\n\n* JDK 17\n* Maven 3.8.6+\n\nCommon build actions:\n\n|             Action              |                 Command                  |\n|---------------------------------|------------------------------------------|\n| Full build and test             | `mvn clean verify`                       |\n| Skip tests                      | `mvn clean verify -DskipTests`           |\n| Skip Jacoco test coverage check | `mvn clean verify -Djacoco.skip`         |\n| Skip Checkstyle standards check | `mvn clean verify -Dcheckstyle.skip`     |\n| Skip Spotless formatting check  | `mvn clean verify -Dspotless.check.skip` |\n| Format code                     | `mvn spotless:apply`                     |\n| Generate license headers        | `mvn license:format`                     |\n\n## License\n\nLicensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmessaging%2Fbenchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmessaging%2Fbenchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmessaging%2Fbenchmark/lists"}