From 1459f74e8510ce2cb200da552a0cf34fe1c1d51b Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Sat, 21 Sep 2024 15:41:37 +0200 Subject: [PATCH] Added NLog.Targets.ActiveMQ --- config/targets.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/targets.json b/config/targets.json index 4f595f095..6bb1ea6af 100644 --- a/config/targets.json +++ b/config/targets.json @@ -869,5 +869,13 @@ "description": "Writes NLog messages to NATS messaging server", "external": true, "category": "Integrations" + }, + { + "name": "ActiveMQ", + "page": "https://github.com/YuraSidorets/NLog.Targets.ActiveMQ", + "package": "NLog.Targets.ActiveMQ", + "description": "Writes NLog messages using Apache ActiveMQ NMS native OpenWire protocol", + "external": true, + "category": "Integrations" } ]