jar

com.github.duband : jmsposter

Maven & Gradle

Aug 06, 2018
0 stars

JMSPoster plugin · JMS client for Weblogic (tested on Weblogic 12.1.3 and 12.2.1) ,ActiveMQ (tested with ActiveMQ 5.11 and 5.15.4), and HornetQ 2.2.11 (included in JBoss 7.1)

Table Of Contents

Latest Version

Download com.github.duband : jmsposter JAR file - Latest Versions:

All Versions

Download com.github.duband : jmsposter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 jmsposter-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.duband.jmsgoodies.example

├─ com.github.duband.jmsgoodies.example.ConsumerExample.class - [JAR]

├─ com.github.duband.jmsgoodies.example.ProducerExample.class - [JAR]

com.github.duband.jmsgoodies.example.spring

├─ com.github.duband.jmsgoodies.example.spring.AppConfig.class - [JAR]

├─ com.github.duband.jmsgoodies.example.spring.SpringIntegrationExample.class - [JAR]

com.github.duband.jmsgoodies

├─ com.github.duband.jmsgoodies.AdjustActiveMQJNDIFile.class - [JAR]

├─ com.github.duband.jmsgoodies.JMSPoster.class - [JAR]

├─ com.github.duband.jmsgoodies.JMSPosterPlugin.class - [JAR]

├─ com.github.duband.jmsgoodies.LogMessage.class - [JAR]

├─ com.github.duband.jmsgoodies.MessageHandler.class - [JAR]

├─ com.github.duband.jmsgoodies.MessageUtils.class - [JAR]

├─ com.github.duband.jmsgoodies.PosterException.class - [JAR]

com.github.duband.jmsgoodies.example.messagehandler

├─ com.github.duband.jmsgoodies.example.messagehandler.ConsumerWithHandlerExample.class - [JAR]

├─ com.github.duband.jmsgoodies.example.messagehandler.HandlerExample.class - [JAR]

Advertisement