Can we publish message directly to queue and skip routing key/exchange? #516
Unanswered
rishabh-banknovo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently :
constructor(private readonly amqpConnection: AmqpConnection) {}
async sendMessage() {
await this.amqpConnection.publish(exhange, routing_key, message) ..
}
I want to publish directly to queue? Is there any method available for that?
Beta Was this translation helpful? Give feedback.
All reactions