method RabbitMQAdapter.prototype.send RabbitMQAdapter.prototype.send<T>(queue: string,data: T,options?: SendOptions): Promise<string> Sends a single message to a queue. Type Parameters T Parameters queue: string data: T optional options: SendOptions Return Type Promise<string>