Initial N8N node to send messages to AZURE message Bus
npm install n8n-nodes-azure-messagebusThis is an n8n community node. It lets you use the azure messagebus in your n8n workflows.
This is a very basic implementation that only allows you to send to a specific endpoint as part of configuration of the node
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Follow the installation guide in the n8n community nodes documentation.
send message to azure messagebus
use your connectionString to the message bus in the format:
`` Endpoint=sb://``
Note the ; at the end of the line
Tested on 1.6.1
_By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the Try it out documentation to help them get started._
* n8n community nodes documentation
* https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview
v0.0.1 - basic funcionality. no q change ability to make the node faster