{"id":19591731,"url":"https://github.com/svenvc/stamp","last_synced_at":"2025-04-27T14:33:26.165Z","repository":{"id":34610553,"uuid":"144406113","full_name":"svenvc/stamp","owner":"svenvc","description":"Stamp is an implementation of STOMP (Simple (or Streaming) Text Oriented Message Protocol) for Pharo, a protocol to interact with message-oriented middleware (MOM).","archived":false,"fork":false,"pushed_at":"2022-04-30T06:43:06.000Z","size":221,"stargazers_count":5,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T00:41:19.266Z","etag":null,"topics":["message-oriented-middleware","message-queue","pharo","smalltalk","stomp"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/svenvc.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}},"created_at":"2018-08-11T17:43:04.000Z","updated_at":"2022-04-30T06:43:10.000Z","dependencies_parsed_at":"2022-08-08T04:00:14.276Z","dependency_job_id":null,"html_url":"https://github.com/svenvc/stamp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2Fstamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2Fstamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2Fstamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2Fstamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenvc","download_url":"https://codeload.github.com/svenvc/stamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251154519,"owners_count":21544513,"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":["message-oriented-middleware","message-queue","pharo","smalltalk","stomp"],"created_at":"2024-11-11T08:30:31.239Z","updated_at":"2025-04-27T14:33:23.796Z","avatar_url":"https://github.com/svenvc.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stamp\n\n[![CI](https://github.com/svenvc/stamp/actions/workflows/CI.yml/badge.svg)](https://github.com/svenvc/stamp/actions/workflows/CI.yml)\n\nStamp is an implementation of STOMP (Simple (or Streaming) Text Oriented Message Protocol) for Pharo, a protocol to interact with message-oriented middleware (MOM).\n\nMore specifically, Stamp implements STOMP 1.2 and was tested against RabbitMQ 3.x. Other message-oriented middleware implementations accessible through STOMP include Apache ActiveMQ, Glassfish Open MQ and Fuse Message Broker based on Active MQ - but these have not yet been tested.\n\nMessaging middleware is an important technology for building scaleable and flexible enterprise software architectures.\n\n\n## References\n\n- https://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol\n- http://stomp.github.io\n- https://rabbitmq.com\n- https://rabbitmq.com/stomp.html\n\n## Installation\n\nExecute the following Metacello baseline load script\n\n```Smalltalk\nMetacello new\n\tbaseline: 'Stamp';\n\trepository: 'github://svenvc/stamp/repository';\n\tload\n```\n \n\n## Dependency\n\nAdd the following code to your Metacello baseline\n\n```Smalltalk\nspec \n   baseline: 'Stamp' \n   with: [ spec repository: 'github://svenvc/stamp/repository' ]\n```\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2Fstamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenvc%2Fstamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2Fstamp/lists"}