Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fake_servicebus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fake_servicebus

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 30 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc