jar

com.github.marcelop3251 : queues-manager

Maven & Gradle

Feb 10, 2020
0 stars

Queues Manager · Convenience class for facilitating some common tasks with broker.

Table Of Contents

Latest Version

Download com.github.marcelop3251 : queues-manager JAR file - Latest Versions:

All Versions

Download com.github.marcelop3251 : queues-manager JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window queues-manager-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.marcelop3251.queuesmanager.service.impl

├─ com.github.marcelop3251.queuesmanager.service.impl.BaseConfigQueue.class - [JAR]

├─ com.github.marcelop3251.queuesmanager.service.impl.RabbitmqConfigQueue.class - [JAR]

├─ com.github.marcelop3251.queuesmanager.service.impl.SqsConfigQueue.class - [JAR]

com.github.marcelop3251.queuesmanager.util

├─ com.github.marcelop3251.queuesmanager.util.QueueUtils.class - [JAR]

com.github.marcelop3251.queuesmanager.service

├─ com.github.marcelop3251.queuesmanager.service.ConfigQueue.class - [JAR]

com.github.marcelop3251.queuesmanager.config

├─ com.github.marcelop3251.queuesmanager.config.EnvironmentConfigRMQ.class - [JAR]

├─ com.github.marcelop3251.queuesmanager.config.EnvironmentConfigSqs.class - [JAR]

├─ com.github.marcelop3251.queuesmanager.config.EnvironmentSingleton.class - [JAR]

Advertisement