Skip to main content

busly command send

Send a one-way command to an endpoint.

Usage

busly send command

Options

OptionDescription
-c, --content-typeThe fully qualified .NET type name of the enclosed message (ex: Ordering.Commands.CreateOrder )
-e, --enclosed-message-typeThe type of serialization used for the message
-m, --message-bodyThe content of the message body
-d, --destination-endpointThe destination endpoint to send a message to

Examples