{"id":20474231,"url":"https://github.com/marschall/jfr-jms","last_synced_at":"2026-06-06T00:31:36.249Z","repository":{"id":45160860,"uuid":"195629144","full_name":"marschall/jfr-jms","owner":"marschall","description":"a JMS driver that generates JFR events","archived":false,"fork":false,"pushed_at":"2023-05-23T08:24:28.000Z","size":25,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T23:02:53.228Z","etag":null,"topics":["java","java-flight-recorder","jms"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marschall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-07T08:45:37.000Z","updated_at":"2023-05-23T08:24:33.000Z","dependencies_parsed_at":"2024-11-15T14:30:57.232Z","dependency_job_id":"583cabe9-96e6-446f-ad6f-ad217a3cf935","html_url":"https://github.com/marschall/jfr-jms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marschall/jfr-jms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-jms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-jms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-jms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-jms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marschall","download_url":"https://codeload.github.com/marschall/jfr-jms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-jms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33965591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["java","java-flight-recorder","jms"],"created_at":"2024-11-15T14:28:42.485Z","updated_at":"2026-06-06T00:31:36.232Z","avatar_url":"https://github.com/marschall.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JFR JMS [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/jfr-jms/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/jfr-jms) [![Javadocs](https://www.javadoc.io/badge/com.github.marschall/jfr-jms.svg)](https://www.javadoc.io/doc/com.github.marschall/jfr-jms)\n=======\n\nA JMS driver that wraps an other JDBC driver and generates JFR events.\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.marschall\u003c/groupId\u003e\n  \u003cartifactId\u003ejfr-jms\u003c/artifactId\u003e\n  \u003cversion\u003e0.1.0-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nUsage\n-----\n\nSimply wrap your `ConnectionFactory` with a `JfrConnectionFactory`\n\n```java\nnew JfrConnectionFactory(connectionFactory)\n```\n\nor your `JMSContext` with a `JfrJMSContext`\n\n\n```java\nnew JfrJMSContext(jmsContext)\n```\n\nImplementation/Overhead\n-----------------------\n\nThe implementation is based around wrapper objects.\n\n* no reflection\n* no string concatenation\n\nWe assume `javax.jms.Queue#getQueueName()` and `javax.jms.Topic#getTopicName()` are simple getters.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarschall%2Fjfr-jms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarschall%2Fjfr-jms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarschall%2Fjfr-jms/lists"}