{"id":44578847,"url":"https://github.com/liftmodules/amqp","last_synced_at":"2026-02-14T05:39:25.302Z","repository":{"id":3410983,"uuid":"4461454","full_name":"liftmodules/amqp","owner":"liftmodules","description":"Lift Advanced Message Queuing Protocol (AMQP) support","archived":false,"fork":false,"pushed_at":"2019-05-13T10:48:27.000Z","size":1624,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-03-26T13:24:37.942Z","etag":null,"topics":["amqp","liftmodules"],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/liftmodules.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}},"created_at":"2012-05-27T11:29:24.000Z","updated_at":"2024-03-26T13:24:37.943Z","dependencies_parsed_at":"2022-07-30T14:38:07.292Z","dependency_job_id":null,"html_url":"https://github.com/liftmodules/amqp","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/liftmodules/amqp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftmodules%2Famqp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftmodules%2Famqp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftmodules%2Famqp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftmodules%2Famqp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liftmodules","download_url":"https://codeload.github.com/liftmodules/amqp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftmodules%2Famqp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"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":["amqp","liftmodules"],"created_at":"2026-02-14T05:39:25.118Z","updated_at":"2026-02-14T05:39:25.294Z","avatar_url":"https://github.com/liftmodules.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"AMQP Lift Module\n==================\n\n[![Build Status](https://travis-ci.org/liftmodules/amqp.svg?branch=master)](https://travis-ci.org/liftmodules/amqp)\n\nThis module provides integration with the [Advanced Message Queuing Protocol (AMQP)](http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol).\n\nQuick start for users\n=====================\n\nTo include this module in your Lift project change `build.sbt` to include:\n\n    libraryDependencies += \"net.liftmodules\" %% \"amqp_3.3\" % \"1.6.0\"\n\nPrevious releases\n-----------------\n\n| Lift Version | Scala Version | Module Version |\n|--------------|---------------|----------------|\n| 3.3          |  2.12, 2.11   | 1.6.0          |\n| 3.2          |  2.12, 2.11   | 1.6.0          |\n| 3.1          |  2.12, 2.11   | 1.5.0          |\n| 3.0          |  2.12, 2.11   | 1.4.0          |\n| 2.6          |  2.10, 2.9    | 1.3            |\n| 2.5          |  2.10, 2.9    | 1.3            |\n\nHistoric snapshot releases\n--------------------------\n\n| Lift Version | Scala Version | Module Version |\n|--------------|---------------|----------------|\n| 2.6          |   2.11        | 1.4-SNAPSHOT   |\n| 3.0          |   2.10        | 1.2-SNAPSHOT   |\n\n\nFor snapshots you'll also need:\n\n    resolvers += Resolver.sonatypeRepo(\"snapshots\")\n\n\nDocumentation\n=============\n\n**Note:** The module package changed from `net.liftweb.amqp` to `net.liftmodules.amqp` in May 2012.  Please consider this when referencing documentation written before that date.\n\n* [Lift AMQP with RabbitMQ and Scala – Tutorial and Screencast](http://timperrett.com/2009/05/22/lift-amqp-with-rabbitmq-and-scala-tutorial-and-screencast/) from Tim Perrett.\n\n* _Exploring Lift_, chapter 13.2 on [AMQP](http://exploring.liftweb.net/master/index-13.html).\n\n* [Distributing Comet Across Multiple Servers](http://cookbook.liftweb.net/#DistributedComet) from _The Lift Cookbook_ uses this module.\n\n\nNotes for module developers\n===========================\n\nLearn more about modules on the [Lift Wiki page for modules](https://www.assembla.com/spaces/liftweb/wiki/Modules).\n\nTravis hosts the [project build](https://travis-ci.org/liftmodules/amqp/).\nSNAPSHOT versions are automatically published to Sonatype when merged to master.\n\nThis project compiles for Lift 3 by default.\nTo build for other versions of Lift, change the value of `liftVersion` in SBT.\nFor example:\n\n```\n\u003e set LiftModule.liftVersion := \"2.6.3\"\n\u003e ++ 2.11.8\n\u003e package\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliftmodules%2Famqp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliftmodules%2Famqp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliftmodules%2Famqp/lists"}