jar

com.free-now.multirabbit : spring-multirabbit

Maven & Gradle

Aug 01, 2022
1 usages
65 stars

Spring MultiRabbit Library · Library to extend Spring to provide connection to multiple RabbitMQ servers

Table Of Contents

Latest Version

Download com.free-now.multirabbit : spring-multirabbit JAR file - Latest Versions:

All Versions

Download com.free-now.multirabbit : spring-multirabbit JAR file - All Versions:

Version Vulnerabilities Size Updated
2.7.x
2.6.x
2.5.x
2.4.x
2.3.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 spring-multirabbit-2.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.amqp.rabbit.annotation

├─ org.springframework.amqp.rabbit.annotation.ExtendedMultiRabbitListenerAnnotationBeanPostProcessor.class - [JAR]

├─ org.springframework.amqp.rabbit.annotation.MultiRabbitBootstrapConfiguration.class - [JAR]

├─ org.springframework.amqp.rabbit.annotation.MultiRabbitListenerConfigurationSelector.class - [JAR]

├─ org.springframework.amqp.rabbit.annotation.RabbitAdminNameResolver.class - [JAR]

org.springframework.boot.autoconfigure.amqp

├─ org.springframework.boot.autoconfigure.amqp.ConnectionFactoryContextWrapper.class - [JAR]

├─ org.springframework.boot.autoconfigure.amqp.MultiRabbitAutoConfiguration.class - [JAR]

├─ org.springframework.boot.autoconfigure.amqp.MultiRabbitConnectionFactoryWrapper.class - [JAR]

├─ org.springframework.boot.autoconfigure.amqp.MultiRabbitConstants.class - [JAR]

├─ org.springframework.boot.autoconfigure.amqp.MultiRabbitProperties.class - [JAR]

Advertisement