Coder Social home page Coder Social logo

swinz / jms_batch_publish_tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mikerodonnell/jms_batch_publish_tool

0.0 2.0 0.0 22 KB

A simple JMS producer tool that can be used for connectivity/configuration verification, replaying traffic, or poor man's load testing.

Java 100.00%

jms_batch_publish_tool's Introduction

##about

A simple standalone JMS producer tool that can be used for connectivity/configuration verification, replaying traffic, or poor man's load testing. For the message body, choose between

  • a simple default test message
  • a custom template, and a CSV with variables
  • files in a configured directory

Unit testing is powered by ActiveMQ's embedded broker.

##usage

  1. clone the repository: git clone [email protected]:mikerodonnell/jms_batch_publisher.git
  2. edit src/main/resources/connection.properties with your JMS broker connection information.
  3. if using files for the message body, place them in src/main/resources/message/. one message will be published for each file.
  4. if using a template for the message body, edit src/main/resources/template/template and src/main/resources/template/inputs.csv as desired. see example in src/main/resources/template/inputs.csv.
  5. mvn clean install
  6. mvn exec:java
  7. follow the console prompts to select message body and delay between each messages. if using default test messages, you'll be prompted for a message count.

##tools used

jms_batch_publish_tool's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.