jar

io.github.fuquanming : fqm-mq-rabbit

Maven & Gradle

Apr 08, 2023
7 stars

Message sending and monitoring based on RabbitTemplate

Table Of Contents

Latest Version

Download io.github.fuquanming : fqm-mq-rabbit JAR file - Latest Versions:

All Versions

Download io.github.fuquanming : fqm-mq-rabbit JAR file - All Versions:

Version Vulnerabilities Size Updated
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 fqm-mq-rabbit-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fqm.framework.mq.config

├─ com.fqm.framework.mq.config.RabbitPropertiesBeanPostProcessor.class - [JAR]

com.fqm.framework.mq.api

├─ com.fqm.framework.mq.api.RabbitQueueMessage.class - [JAR]

├─ com.fqm.framework.mq.api.RabbitQueueMessageQueryRequest.class - [JAR]

com.fqm.framework.mq.listener

├─ com.fqm.framework.mq.listener.RabbitMqListener.class - [JAR]

com.fqm.framework.mq.template

├─ com.fqm.framework.mq.template.RabbitMqTemplate.class - [JAR]

com.fqm.framework.mq.callback

├─ com.fqm.framework.mq.callback.RabbitListenableFutureCallback.class - [JAR]

├─ com.fqm.framework.mq.callback.RabbitReturnsCallback.class - [JAR]