{"id":22538392,"url":"https://github.com/shuttle/shuttle.esb.messageforwarding","last_synced_at":"2026-02-25T14:03:21.190Z","repository":{"id":235468643,"uuid":"753148580","full_name":"Shuttle/Shuttle.Esb.MessageForwarding","owner":"Shuttle","description":"The MessageForwarding extension will forward any handled messages onto the specified queue(s).","archived":false,"fork":false,"pushed_at":"2025-03-02T14:08:19.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T22:14:20.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuttle.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":"2024-02-05T15:06:41.000Z","updated_at":"2025-03-02T14:08:23.000Z","dependencies_parsed_at":"2024-04-23T13:55:34.921Z","dependency_job_id":"8a4c9fb4-43dc-4392-b8a8-b7018edae857","html_url":"https://github.com/Shuttle/Shuttle.Esb.MessageForwarding","commit_stats":null,"previous_names":["shuttle/shuttle.esb.messageforwarding"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.MessageForwarding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.MessageForwarding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.MessageForwarding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.MessageForwarding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuttle","download_url":"https://codeload.github.com/Shuttle/Shuttle.Esb.MessageForwarding/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104817,"owners_count":21048409,"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-12-07T11:11:52.392Z","updated_at":"2025-10-24T05:53:47.102Z","avatar_url":"https://github.com/Shuttle.png","language":"C#","readme":"# Message Forwarding\n\n```\nPM\u003e Install-Package Shuttle.Esb.MessageForwarding\n```\n\nThe MessageForwarding module for Shuttle.Esb will forward any handled messages onto the specified queue(s).\n\n## Configuration\n\n```c#\nservices.AddMessageForwarding(builder =\u003e \n{\n\tbuilder.Options.ForwardingRoutes.Add(new MessageRouteOptions\n\t{\n\t\tUri = \"queue://configuration/inbox-work-a\",\n        Specifications = new List\u003cMessageRouteOptions.SpecificationOptions\u003e\n        {\n            new()\n            {\n                Name = \"StartsWith\",\n                Value = \"Shuttle.Messages.v1\"\n            },\n            new()\n            {\n                Name = \"StartsWith\",\n                Value = \"Shuttle.Messages.v2\"\n            }\n        }\n\t})\n});\n```\n\nThe default JSON settings structure is as follows:\n\n```json\n{\n  \"Shuttle\": {\n    \"Modules\": {\n      \"MessageForwarding\": {\n        \"ForwardingRoutes\": [\n          {\n            \"Uri\": \"queue://./inbox-work-a\",\n            \"Specifications\": [\n              {\n                \"Name\": \"StartsWith\",\n                \"Value\": \"Shuttle.Messages.v1\"\n              },\n              {\n                \"Name\": \"StartsWith\",\n                \"Value\": \"Shuttle.Messages.v2\"\n              }\n            ]\n          },\n          {\n            \"Uri\": \"queue://./inbox-work-b\",\n            \"Specifications\": [\n              {\n                \"Name\": \"TypeList\",\n                \"Value\": \"DoSomethingCommand\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}\n```\n\nThe `ForwardingRoutes` makes use of the `MessageRouteOptions` as defined in the `Shuttle.Esb` package and the documentation for the `MessageRouteOptions` is applicable to the `ForwardingRoutes` as well.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.messageforwarding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuttle%2Fshuttle.esb.messageforwarding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.messageforwarding/lists"}