{"id":16541668,"url":"https://github.com/itzg/redis-stomp-relay","last_synced_at":"2025-10-28T14:31:54.814Z","repository":{"id":54959304,"uuid":"74298228","full_name":"itzg/redis-stomp-relay","owner":"itzg","description":"This Spring Boot application implements a STOMP relay that delegates to Redis pub/sub.","archived":false,"fork":false,"pushed_at":"2021-01-19T17:15:03.000Z","size":37,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T15:40:53.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/itzg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-20T19:44:18.000Z","updated_at":"2024-04-16T09:38:33.000Z","dependencies_parsed_at":"2022-08-14T07:21:04.435Z","dependency_job_id":null,"html_url":"https://github.com/itzg/redis-stomp-relay","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fredis-stomp-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fredis-stomp-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fredis-stomp-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzg%2Fredis-stomp-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzg","download_url":"https://codeload.github.com/itzg/redis-stomp-relay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238663250,"owners_count":19509759,"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-10-11T18:55:36.071Z","updated_at":"2025-10-28T14:31:54.474Z","avatar_url":"https://github.com/itzg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![CircleCI](https://circleci.com/gh/itzg/redis-stomp-relay.svg?style=svg)](https://circleci.com/gh/itzg/redis-stomp-relay)\n[ ![Download](https://api.bintray.com/packages/itzgeoff/artifacts/redis-stomp-relay/images/download.svg) ](https://bintray.com/itzgeoff/artifacts/redis-stomp-relay)\n\n\nThis list Spring Boot application implements a STOMP relay that delegates to \n[Redis pub/sub](http://redis.io/topics/pubsub). \n\n**NOTE: this project is a work in progress and some aspects of the STOMP protocol are not yet implemented -- contributions are very welcome**\n\n## Run in the CLI:\n\n    mvn \\\n\t-Dspring.redis.host=172.17.0.1 \\\n\t-Dspring.redis.password=my#super#strong#pass \\\n\t-Dspring.redis.port=6379 \\\n\t-Dstomp-redis-relay.channel-prefix=/stomp/  \\\n\tspring-boot:run\n\n\n## Run with docker:\n\n    docker run \\\n        -p=61613:61613 \\\n        -e SPRING_REDIS_HOST=\"172.17.0.1\" \\\n        -e SPRING_REDIS_PASSWORD=\"my#super#strong#pass\" \\\n        -e SPRING_REDIS_PORT=6379 \\\n        -e STOMP-REDIS-RELAY_CHANNEL-PREFIX='/stomp/' \\\n        --name=redis-stomp-relay \\\n        -d redis-stomp-relay\n\nThe image exposes the standard STOMP port of 61613 and connects to a Redis instance.\n\n## Some considerations\n\n* All the variables are self explanatory except maybe `stomp-redis-relay.channel-prefix`. This *must* be conherent with\n the value you configure in your client's `StompBrokerRelay` (1).\n \n* Instead of `spring.redis.host`, `spring.redis.port` and `spring.redis.password`, you can instead use the short hand \nconfig names `redis.host`, `redis.port` and `redis.password`.\n\n* If no values are configured at all, the the following defaults will be used:\n\n    `spring.redis.host: localhost`\n    \n    `spring.redis.port: 6379`        \n    \n    `stomp-redis-relay.channel-prefix: /channel/`        \n\n* Additional Redis connection properties can be set by passing `--spring.redis.` prefixed properties (2)\n\n## External references\n\n(1) [Spring Boot STOMP docs](https://docs.spring.io/spring/docs/current/spring-framework-reference/html/websocket.html#websocket-stomp-handle-broker-relay)\n\n(2) [Spring Boot Redis properties](http://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/autoconfigure/data/redis/RedisProperties.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Fredis-stomp-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzg%2Fredis-stomp-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzg%2Fredis-stomp-relay/lists"}