We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sends a basic fire and forget message
void Send(object item, string exchange, string key);
item System.Object object to be sent
item
exchange System.String the bucket to send it too
exchange
key System.String the message routing key
key