0 votes
in Azure by
Can we use queue and topic interchangeably?

1 Answer

0 votes
by
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.
...