{"id":17454091,"url":"https://github.com/itv/bucky","last_synced_at":"2025-04-15T03:54:41.301Z","repository":{"id":18213691,"uuid":"55245462","full_name":"ITV/bucky","owner":"ITV","description":"A lightweight Scala AMQP client","archived":false,"fork":false,"pushed_at":"2025-02-14T16:38:23.000Z","size":1280,"stargazers_count":12,"open_issues_count":5,"forks_count":10,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-04-15T03:54:36.013Z","etag":null,"topics":["amqp","messaging","scala"],"latest_commit_sha":null,"homepage":"https://io.itv.com/bucky","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ITV.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":"2016-04-01T16:13:09.000Z","updated_at":"2025-01-15T10:59:26.000Z","dependencies_parsed_at":"2024-03-25T09:32:18.245Z","dependency_job_id":"a30e8120-2161-4981-a89a-99acfb844b8a","html_url":"https://github.com/ITV/bucky","commit_stats":null,"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITV%2Fbucky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITV%2Fbucky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITV%2Fbucky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITV%2Fbucky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITV","download_url":"https://codeload.github.com/ITV/bucky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003954,"owners_count":21196794,"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":["amqp","messaging","scala"],"created_at":"2024-10-18T01:04:15.770Z","updated_at":"2025-04-15T03:54:41.283Z","avatar_url":"https://github.com/ITV.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Cats Friendly Badge](https://typelevel.org/cats/img/cats-badge-tiny.png) \n\n(under construction: [v1 docs](https://github.com/ITV/bucky/tree/v1.4.5), [v2 docs](https://io.itv.com/bucky/))\n    \n# Migrating to 2.0.0-M28 and above\n\nVersion 2.0.0-M28 introduced a change to default all dead letter exchanges to be Fanout by default. Previously these were Direct.\nThe reason for this change is due to an issue when multiple queues are bound to the same routing key on the same exchange and vice versa.\nWhen a handler dead letters a message it will be lost into the Ether as the broker can't work out where to send it.\n\nTo upgrade:\n - The signature of `requeueDeclarations` has changed. Try to use the new default dlx exchange type where possible.\n - If changing the dlx type, delete the `.requeue`, `.dlx` and `.redeliver` exchanges manually before deploying your newly upgraded service.\n If you don't do this, the service will fail to start complaining about mismatching Exchange types.\n\nIf you really must continue using a Direct exchange:\n - If using Wiring, use `setDeadLetterExchangeType = ExchangeType.Direct`\n - If using requeueDeclarations, you will need to pass in `dlxType=Direct`.\n\n\n# Migrating to 2.0.0-M30 and above\n\nVersion 2.0.0-M30 introduced a change to the `Wiring` module where, if a requeue policy is being explicitly set, the `retryAfter` value is\npassed into the `x-message-ttl` parameter of the requeue queue, which previously defaulted to 5 minutes. \nThis means that the `retryAfter` value being declared will be respected.\nIn this scenario, as the queue policy is being changed, it may need to the requeue queue to be manually deleted so that the application can recreate it. The application may fail to start up otherwise.\n\n# Releasing a new version\n\n1. Merge your change into master\n2. perform an `sbt release` setting the new version when prompted\n3. Release in sonatype","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitv%2Fbucky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitv%2Fbucky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitv%2Fbucky/lists"}