Azure Service Bus Pro — Community Node with Full SDK Support

Hi everyone!

I’ve published a community node for Azure Service Bus that covers the full SDK functionality:

npm: n8n-nodes-azure-service-bus-pro

GitHub: GitHub - fsilvaortiz/n8n-nodes-azure-service-bus

What it does

Messaging (Queues & Topics)

  • Send (JSON or text), Batch Send, Schedule, Cancel Scheduled
    • Peek messages (including dead-letter and transfer-dead-letter sub-queues)
      • Receive Deferred messages by sequence number
    • Admin CRUD

    • Queues: Create, Get, List, Update, Delete, Runtime Properties
      • Topics: Create, Get, List, Update, Delete, Runtime Properties
        • Subscriptions: Create, Get, List, Update, Delete, Runtime Properties
      • Trigger Node

      • Real-time message receiving from queues or topic subscriptions
        • Peek Lock and Receive & Delete modes
          • Settlement actions: Complete, Abandon, Dead-letter, Defer
            • Session-aware receiving
          • Other Features

          • Application properties (custom key-value metadata)
            • Message options: messageId, correlationId, contentType, subject, TTL, partitionKey, sessionId
              • Credential validation on save
                • 79 unit tests
              • Compatibility

              • Works with Azure Service Bus Basic (queues only), Standard, and Premium tiers
                • Tested on n8n 1.x+
                  • Node.js 18+
                • Installation (self-hosted)

              • Settings → Community Nodes → Install → n8n-nodes-azure-service-bus-pro
            • Feedback and contributions welcome!