0.0
No commit activity in last 3 years
No release in over 3 years
Provides a fake Service Bus server that you can run locally to test against
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.7
~> 12.0
~> 3.6
~> 1.7

Runtime

~> 3.2
~> 1.11.0.rc3
~> 1.6
~> 1.4
 Project Readme

Fake Service Bus Gem Version

Fake Service Bus is inspired by Fake SQS and it's also forked from Fake SQS, thanks Fake SQS.

Fake Service Bus is a lightweight server that mocks the Azure Service Bus API.

It is extremely useful for testing Service Bus applications in a sandbox environment without actually making calls to Azure, which not only requires a network connection, but also costs money.

Currently, only Queue APIs are supported

  • List queues
  • Create queue
  • Get queue
  • Delete queue
  • Send message to queue
  • Receive message from queue with timeout
  • Unlock message
  • Renew message
  • Delete message

PRs are welcome.

Installation

gem install fake_servicebus

Running

fake_servicebus --database /path/to/database.yml

Development

bundle install
rake