azureservicebus - Azure service bus - Topic full -


i have process(process a) keeps sending events asb topic. there multiple consumers of topic , therefore multiple subscriptions. lets 1 of consumer's process down. , due topic gets full messages not consumed. mean process fails not able send messages asb topic full?

two more things check:

  1. make sure dead letter queue not full counts towards size of entity.
  2. make sure have @ least 1 subscription works each message. example, if send message id=1, have subscription id=2, messages backed up.

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -