Login
Remember
Register
Ask a Question
Can we use queue and topic interchangeably?
0
votes
asked
Jul 6, 2023
in
Azure
by
sharadyadav1986
Can we use queue and topic interchangeably?
azureinterchangeably
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 6, 2023
by
sharadyadav1986
Technically Topic can be used and can be implemented to behave as queue.
i.e. having a Topic with single subscriber/consumer.
However, the opposite(making queue behave like Topic) is difficult to implement.
...