{"id":16615409,"url":"https://github.com/kiambogo/fs2-jms","last_synced_at":"2025-07-28T21:09:02.507Z","repository":{"id":43805071,"uuid":"155097579","full_name":"kiambogo/fs2-jms","owner":"kiambogo","description":"JMS connectors for FS2 streams","archived":false,"fork":false,"pushed_at":"2024-07-29T17:15:31.000Z","size":28,"stargazers_count":1,"open_issues_count":35,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-03T21:42:55.259Z","etag":null,"topics":["activemq","fs2","ibm-mq","jms","scala","streams"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiambogo.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}},"created_at":"2018-10-28T17:36:37.000Z","updated_at":"2019-04-21T23:54:48.000Z","dependencies_parsed_at":"2024-10-28T10:30:41.811Z","dependency_job_id":"5a6f7a12-0c24-4c56-a89a-6dcd5194a2c7","html_url":"https://github.com/kiambogo/fs2-jms","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kiambogo/fs2-jms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiambogo%2Ffs2-jms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiambogo%2Ffs2-jms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiambogo%2Ffs2-jms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiambogo%2Ffs2-jms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiambogo","download_url":"https://codeload.github.com/kiambogo/fs2-jms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiambogo%2Ffs2-jms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585826,"owners_count":24111577,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["activemq","fs2","ibm-mq","jms","scala","streams"],"created_at":"2024-10-12T02:09:22.570Z","updated_at":"2025-07-28T21:09:02.479Z","avatar_url":"https://github.com/kiambogo.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fs2-jms\n[![Build Status](https://travis-ci.com/kiambogo/fs2-jms.svg?branch=master)](https://travis-ci.com/kiambogo/fs2-jms)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.kiambogo/fs2-jms_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.kiambogo/fs2-jms_2.12)\n[![Coverage Status](https://coveralls.io/repos/github/kiambogo/fs2-jms/badge.svg?branch=master)](https://coveralls.io/github/kiambogo/fs2-jms?branch=master)\n\n[fs2](https://github.com/functional-streams-for-scala/fs2) Streaming utilities for JMS providers\n\n### Supported JMS Message Types\n\n- [x] TextMessage\n- [ ] ByteMessage\n- [ ] MapMessage\n- [ ] ObjectMessage\n\n## Publisher\nExample JMS publisher\n```scala\nval producerSettings = {\n  JmsProducerSettings(\n    connectionFactory,\n    sessionCount = 1,\n    queueName = \"testQueue\"\n  )\n}\n\nfs2.Stream\n  .range(1, 10)\n  .map(_.toString)\n  .through(textPipe[IO](producerSettings))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiambogo%2Ffs2-jms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiambogo%2Ffs2-jms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiambogo%2Ffs2-jms/lists"}