Giter Site home page Giter Site logo

rohinivsenthil / rabbitrace Goto Github PK

View Code? Open in Web Editor NEW
30.0 2.0 2.0 310 KB

Visual Studio Code extension to help manage RabbitMQ queues and exchanges

Home Page: https://marketplace.visualstudio.com/items?itemName=rohinivsenthil.rabbitrace

License: MIT License

TypeScript 41.26% JavaScript 4.65% Svelte 53.03% CSS 1.05%
amqp management queues rabbitmq vscode-extension svelte

rabbitrace's Introduction

Rabbitrace

Manage RabbitMQ queues and exchanges


Rabbitrace is a Visual Studio Code extension to help developers manage and monitor RabbitMQ queues and exchanges. You can find the extension available here.


Release: 1.0.0

Highlighted Features

  • Minimalist UI/UX to manage RabbitMQ exchanges and queues
  • Supports creating new exchanges, queues, bindings, and publishing messages between them
  • Single click toggle between different RabbitMQ connections

Quick start

Step 1. Install the Rabbitrace extension for Visual Studio Code
Step 2. Click on the Rabbitrace icon in the side panel OR run the following command Rabbitrace: Create Connection
Step 3 Create a connection to your RabbitMQ instance and manage your exchanges/queues from VSCode

Commands

Command Description
Rabbitrace: Create Connection Opens a new Rabbitrace tab to create a connection to RabbitMQ

Issues, feature requests, and contributions

Issues

  • If you come across a problem with the extension, please file an issue
  • For list of known issues, please check the issues tab

Feature requests

  • Find planned features for future releases marked as feature under issues tab.
  • For new feature requests, please file an issue

Contributions

Contributions are always welcome!

Running the extension locally for development

  1. Clone the repository and install dependencies by running yarn install
  2. Press F5 to open a new window with your extension loaded.
  3. Run your command from the command palette by pressing (Ctrl+Shift+P or Cmd+Shift+P on Mac) and typing Rabbitrace: Create Connection.

Folder structure

  • package.json - this is the manifest file in which you declare your extension and command. The plugin registers a command and defines its title and command name. With this information VS Code can show the command in the command palette.
  • src/webview: folder where you will find entire React code
  • src/extension.ts: this is the main file where you will provide the implementation of your command. The file exports one function, activate, which is called the very first time your extension is activated (in this case by executing the command). Inside the activate function we call registerCommand. We pass the function containing the implementation of the command as the second parameter to registerCommand.
  • src/exchanges.ts, src/queues.ts and src/connections.ts: these are the files where you will define the Exchanges, Queues and Connections tree views respectively.

Making changes

  • You can relaunch the extension from the debug toolbar after changing code in src/extension.ts.
  • You can also reload (Ctrl+R or Cmd+R on Mac) the VS Code window with your extension to load your changes.

Related

rabbitrace's People

Contributors

mukundan314 avatar rohinivsenthil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rabbitrace's Issues

Connecting to HTTPS management urls fails

I am trying to connect to my RabbitMQ management api url over HTTPS port 15671 and the connection fails every time.

I suspect this is an HTTPS / SSL related issue but I would think this is a basic requirement for security reasons to access the management api over HTTPS.

Password visibility

Use password input to hide it behind asterisk ("*") or a dot ("โ€ข").

image

Using Rabbitrace with PortForward in Lens fail connection

Today I tried a simple test trying to connect in a rabbitmq cluster inside a K8s cluster and after test the connect and the extension said that was fine:

image

when open the connection, it fails:

image

In the Lens the port forward is working fine:

image
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.