WileESpaghetti / intellij-rabbitmq-management

Manage RabbitMQ Servers from inside JetBrains IDEs
MIT License
0 stars 0 forks source link

Add the abillity to publish messages #24

Open WileESpaghetti opened 5 years ago

WileESpaghetti commented 5 years ago

As a developer I want to be able to send custom messages to RabbitMQ so that I can test the RabbitMQ data

I am imagining something similar to the "REST Client" tool window or the publish section of the queues page in the RabbitMQ Management console. I think being able to select from common headers to add to messages would be nice too.

FIXME need screenshot of RabbitMQ console

image

WileESpaghetti commented 5 years ago

Just noticed that the screenshot the the REST Client is deprecated and there's a new editor window. I didn't play with it much, but it seemed like it was just writing raw HTTP request by hand. It would probably be handle to also be able to send messages in a similar manner so that the feature remains familiar with how Intellij wants to do things from now on.

WileESpaghetti commented 5 years ago

This plugin might provide some inspiration: https://plugins.jetbrains.com/plugin/12572-rabbitmq-script-support

git: https://github.com/novotnyr/rabbitmq-script-idea-plugin