Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.12 KB

File metadata and controls

29 lines (16 loc) · 1.12 KB

Frends.RabbitMQ.Publish

Frends RabbitMQ task to publish a string or byte array message to RabbitMQ queue.

License: MIT Build MyGet Coverage

Installing

You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

You will need access to RabbitMQ queue. Create command for docker: docker run -d --hostname my-rabbit -p 5672:5672 -p 8080:1567 -e RABBITMQ_DEFAULT_USER=agent -e RABBITMQ_DEFAULT_PASS=agent123 rabbitmq:3.7-management

dotnet test

Create a NuGet package

dotnet pack --configuration Release