Replies: 2 comments 7 replies
-
@moezRebai thanks for using RabbitMQ.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks. @lukebakken
Yes.
Stream consumers don't send requests. Consumers receive the messages in push.
I don't fully understand your use case, but yes you can have multiple producers per stream. I'd add these resources: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible for RabbitMq stream to handle many requests on the same stream ?
Our case :
The question is it possible to have one stream currency-spot-stream that handle all the requests ? Or we need to create a separate stream for each request ?
How RabbitMq will handle the synchronization between the producer and the consumer for each request ?
Regards,
Moez
Beta Was this translation helpful? Give feedback.
All reactions