Showing posts with label service bus. Show all posts
Showing posts with label service bus. Show all posts

Monday, September 22, 2014

Major update for the SBQueueManager

Also having problems managing the service bus for windows server?
With the latest update of the SBQueueManager you can handle it all.

The improvements include:

  • Topic support
  • Subscription support
  • New user right to manage queues and topics
  • Update queue and topic support
  • Less crashes
  • More feedback
Check it out!


And offcourse: source is available at Github: https://github.com/luuksommers/SBQueueManager

Happy managing!
Luuk

Tuesday, May 28, 2013

Manager for the Service Bus for Windows Server

I'm currently working on a manager for the Service Bus for Windows Server.

The purpose of the manager is that you can simply view which queues are currently available on the server and which users have access rights on them. Because I don't want to do this in the workers who are actually using the service bus. It is build in VS2012 with the help of caliburn micro and mahapps for the nice metro look.

Things that need to be done include the update of currently running queues and peek into messages from the queue. The source code is fully available on GitHub and here is what it currently looks like:



There are currently no good managers for the service bus so I have the inspiration to make this one the starting point for managing and understanding the service bus.

When there are any updates on this I'll let you know.

Cheers,

Luuk