0 votes
in Azure by
Does service bus support push-push model?

1 Answer

0 votes
by

No. 

It only supports push - pull model.

Where the publisher pushes messages in service bus queue/topic  and the subscriber/consumer have to pull the message.

Service bus doesn't push messages to consumer/subscriber and it stores the message until it is consumed or it's TTL is met.

...