{"id":28505434,"url":"https://github.com/yurasidorets/nlog.targets.activemq","last_synced_at":"2025-08-26T15:03:40.420Z","repository":{"id":111192227,"uuid":"265356908","full_name":"YuraSidorets/NLog.Targets.ActiveMQ","owner":"YuraSidorets","description":"NLog target for ActiveMQ ","archived":false,"fork":false,"pushed_at":"2025-04-24T21:24:31.000Z","size":29,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T19:07:55.327Z","etag":null,"topics":["activemq","netstandard","nlog","nlog-target"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/YuraSidorets.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-19T20:22:06.000Z","updated_at":"2025-04-24T21:23:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"e85a4d67-6916-403a-aa2d-0a619cfedfb3","html_url":"https://github.com/YuraSidorets/NLog.Targets.ActiveMQ","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/YuraSidorets/NLog.Targets.ActiveMQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuraSidorets%2FNLog.Targets.ActiveMQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuraSidorets%2FNLog.Targets.ActiveMQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuraSidorets%2FNLog.Targets.ActiveMQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuraSidorets%2FNLog.Targets.ActiveMQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuraSidorets","download_url":"https://codeload.github.com/YuraSidorets/NLog.Targets.ActiveMQ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuraSidorets%2FNLog.Targets.ActiveMQ/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263556979,"owners_count":23480105,"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":["activemq","netstandard","nlog","nlog-target"],"created_at":"2025-06-08T19:07:27.631Z","updated_at":"2025-07-04T14:31:41.573Z","avatar_url":"https://github.com/YuraSidorets.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NLog.Targets.ActiveMQ [![NuGet Release](https://img.shields.io/nuget/vpre/NLog.Targets.ActiveMQ.svg)](https://nuget.org/packages/NLog.Targets.ActiveMQ) \nNLog custom target for ActiveMQ\n\n# Options\n\n| Name    | Type   | Description |\n|---------|--------|-------------|\n| `Uri` | Layout | URL for the ActiveMQ Connecttion. Default: `tcp://localhost:61616`  |\n| `Destination` | Layout | Destination for the ActiveMQ message. Default: `queue://nlog.messages` |\n| `Layout`  | Layout | Payload for the ActiveMQ message |\n| `Persistent` | Bool | Control delivery-mode whether Persistent or NonPersistent. Default = `True` |\n| `UseCompression` | Bool | Control whether to enable compression for producer. Default = `False` |\n| `Username` | Layout | Optional UserName for basic authentication |\n| `Password` | Layout | Optional Password for basic authentication |\n| `ClientId` | Layout | Optional identifier for this publisher-client |\n\n# Example NLog.config\n\n```xml\n\u003cnlog\u003e\n  \u003cextensions\u003e\n    \u003cadd assembly=\"NLog.Targets.ActiveMQ\" /\u003e\n  \u003c/extensions\u003e\n\n  \u003ctargets\u003e\n    \u003ctarget type=\"ActiveMQ\" name=\"ActiveMQ\" Uri=\"tcp://localhost:61616\" Destination=\"queue://nlog.messages\"\u003e\n      \u003clayout\u003e${longdate} ${level} ${message} ${exception}\u003c/layout\u003e\n    \u003c/target\u003e\n  \u003c/targets\u003e\n\n  \u003crules\u003e\n    \u003clogger name=\"*\" minlevel=\"Info\" writeTo=\"ActiveMQ\" /\u003e\n  \u003c/rules\u003e\n\u003c/nlog\u003e\n```\n\nSee also: [ActiveMQ Uri Configuration](https://activemq.apache.org/components/nms/providers/activemq/uri-configuration)\n\nBased on [Nlog.Contrib.ActiveMq](https://github.com/NLog/NLog.Contrib.ActiveMQ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurasidorets%2Fnlog.targets.activemq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurasidorets%2Fnlog.targets.activemq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurasidorets%2Fnlog.targets.activemq/lists"}