Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are outgoing messages in Service Bus?

I need help interpreting this graph: enter image description here It looks like messages are coming in, then being processed, and going back to 0. The graph is not continually rising.

However, the outgoing messages has "--". Does this mean 0?

Does an outgoing message represent a message being read by a service?

If the messages are not being read, then what is happening to them? The dead letter queue has 0 messages.

like image 220
David Klempfner Avatar asked Oct 16 '25 16:10

David Klempfner


1 Answers

Yes, an outgoing message represents a message being read by a service.

In your case, I see you've disabled the dead letter queue(in your screenshot, the Dead lettering option is disabled.), so there is no messages in the DLQ. If DLQ is disabled, the messages will get deleted after they expire.

like image 177
Ivan Yang Avatar answered Oct 18 '25 11:10

Ivan Yang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!