rabbitmq/producer
Documentation
- source: rabbitmq/producer.ts
Overview
Classes
Producer
send()
Sends a message to the specified RabbitMQ queue.
tsstatic send(queue: string, message: string): void;
Parameter Type Description queuestringThe name of the RabbitMQ queue to send the message to. messagestringThe content of the message to be sent (as a string). Returns
- Type:
void- Description:
