Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@asyncapi/dotnet-rabbitmq-template

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyncapi/dotnet-rabbitmq-template

Template package for AsyncAPI code generation

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
3
Weekly downloads
 
Created
Source

.NET C# RabbitMQ template

This is a .NET C# RabbitMQ template for the AsyncAPI generator

All Contributors

This template is for generating a .NET C# wrapper for the RabbitMQ client based on your AsyncAPI document. The template uses the RabbitMQ C# Client library.

Have you found a bug or have an idea for improvement? Feel free to contribute! See the contribution guidelines how to do so.

Example usage

Given any AsyncAPI file (AsyncAPI.yml) first generate the client with the AsyncAPI generator such as

ag .\asyncapi.yaml .\dotnet-rabbitmq-template\ -o .\output --force-write

How to use

The generated output shall be seen a subscriber and/or publisher of message on/from a rabbit mq broker.

Requirements

  • @asyncapi/generator < v2.0.0 > v1.1.1

Install the generator through npm or run it from docker official installer.

Template Parameters

These are the available template parameters:

ParameterTypeDescription
namespaceStringUse this parameter to specify the namespace for the generated C# client --param "namespace=Company.Services", defaults to Demo
userStringUse this parameter to specify a user for for accessing the RabbitMq cluster --param "user=username", defaults to user
passwordStringUse this parameter to specify a password for for accessing the RabbitMq cluster --param "password=password", defaults to password

Contributing

Before contributing please read the CONTRIBUTING document.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Peter Wikström

💻 🚧 💬 🤔 📖 🐛

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

FAQs

Package last updated on 27 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc