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
-
- Queues: Create, Get, List, Update, Delete, Runtime Properties
-
- Real-time message receiving from queues or topic subscriptions
-
- Peek Lock and Receive & Delete modes
-
- Application properties (custom key-value metadata)
-
- Message options: messageId, correlationId, contentType, subject, TTL, partitionKey, sessionId
- Feedback and contributions welcome!