tmobaird / jms-manager

A Spring Boot app for managing your JMS queues in ActiveMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMS Manager

A spring boot application that allows you to manage different aspects of your JMS queues.

The application allows for similar abilities that the ActiveMQ web app provides.

Tech Stack

  • Java
  • Gradle
  • Spring
  • Spring Boot Web
  • Thymeleaf
  • JUnit
  • Mockito

Todo (API)

  • Get queue info

  • Get number of messages in queue

  • Get queue size in KB

  • Get all messages in queue

  • Get a single message in queue (by JMS message id)

  • Create message in queue

  • Delete message in queue

  • Move message in queue to another queue

  • Move all messages in queue to another queue

  • Purge queue

  • Test config for in memory ActiveMQ

  • Better handle non 200s

  • Testing controllers?

About

A Spring Boot app for managing your JMS queues in ActiveMQ


Languages

Language:Java 94.4%Language:HTML 5.6%