question

25397023 avatar image
0 Votes"
25397023 asked PramodValavala-MSFT answered

Send message to Service Bus success but can't see on portal

I send a message to my topic, the code result shows success, but the message is not shown on the portal. The only successful message is send by manually by portal. Besides, why there are so many incoming request about my topic, since I just run several tests.
126372-xxx.jpeg


azure-service-bus
xxx.jpeg (142.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@25397023 Topics don't store messages themselves. They get routed into subscriptions and from your screenshot, looks like the subscription does have one message.

As for the requests, they constitute all requests being made (queries, send, receive, peek, etc.).

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.