Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7695927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:39:38+00:00 2026-05-31T21:39:38+00:00

we have started research on Service Broker and planning to implement in application. But

  • 0

we have started research on Service Broker and planning to implement in application. But we are not getting how to display Statistics reports(in UI) containing:
1. No of messages in the queue.
2. No of Messages so for Executed/Completed.
3. No of messages IN Process, Waiting, Failed,etc
4. No of Conversations in Specific period of time,etc
etc etc….

Is there any possible way to fetch these information fully/partially

Any help regarding this is highly appreciated.

Thanks in Advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:39:39+00:00Added an answer on May 31, 2026 at 9:39 pm

    Use Catalog views (msdn). For example:

    Select * From sys.service_queues
    Select * From sys.transmission_queue
    Select * From sys.conversation_groups
    Select * From sys.conversation_endpoints
    

    Use DMV (msdn). For example:

    SELECT spid, DB_NAME(database_id) database_name, OBJECT_NAME(queue_id) queue_name,
        procedure_name, execute_as
    FROM sys.dm_broker_activated_tasks
    WHERE database_id = DB_ID();
    
    SELECT DB_NAME(database_id) database_name, OBJECT_NAME(queue_id) queue_name,
        state, last_empty_rowset_time, last_activated_time, tasks_waiting
    FROM sys.dm_broker_queue_monitors
    WHERE database_id = DB_ID();
    

    Use SQL Server Log. Can do also like this:

    EXEC sys.xp_readerrorlog 0, 1
    

    Use reports in Management Studio. Go to “Service Broker” node, right click and then “Reports-> Standart Reports-> Service Broker Statistics”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have started design of a ColdFusion application that is entirely web based. Not
We have started to use spring aop for cross cutting aspects of our application
I have started coding an FTP client application (for fun). I’m trying to represent
I am getting started with iPhone application development and would like to create an
A couple of weeks ago i have started my research in Iphone app development
I have just started research of how to do php scripts for mobile devices
I'm starting to write a small web application and have started thinking about securing
I started using Pyant recenently to do various build/release tasks but have recently discovered
I have done research, but I found only solutions when operating on attributes. I
I have done a bit of research on HTML5 and started doing minor programming

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.