Giter Site home page Giter Site logo

abhisheksarkar30 / activemq-tool Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 31.67 MB

Uploads, Transfers/Copies, Downloads messages from/to Queue as detailed in READ-ME

Home Page: https://abhisheksarkar30.github.io/activemq-tool

License: Apache License 2.0

Batchfile 0.37% Java 99.63%
activemq spring toolkit bulk-operation bulk-loader java7 java console-application

activemq-tool's Introduction

activemq-tool

License


Let's connect ๐Ÿ‘จโ€๐Ÿ’ป and forge the future together.๐Ÿ˜โœŒ

Show your support a โญ is all this repo needs ๐Ÿ˜„

Introduction

Uploads, Transfers/Copies, Downloads, Consumes messages in bulk from/to Queue via OpenWire Connection(over TCP/HTTP)

Prerequisites

Java 7+, ActiveMQ 5.14.5+

Usage

java -jar activemq-tool-1.jar context apps/app-config.properties or launch.bat(windows)

Configuration

The tool doesn't take any CLI arguments, rather it works on the configuration.properties file under apps/conf directory. Each parameter has its own comment to indicate its use. Broadly we are having these classifications supported by this tool:

Actions

  • Upload (currently tested 25K text messages uploaded within 30sec from linux VM)
  • Transfer/Copy
  • Download
  • Consume

Message Types

  • Binary
  • Text

Text Message type Formats

  • XML
  • SWIFT
  • Default (Simple text only / unknown format)

Notes to follow

Considering above classifications supported, below are the expectations:

  • This tool is specific to Queue operations, topics not yet considered/tested.
  • Binary messages are uploaded/downloaded one message per file but transfer all at a time.
  • Text messages for upload/downlod multiple messages per file(extracted and uploaded or downloaded into same file appended) and transfer all at a time.
  • Single app can be used for multiple profiles, i.e. different context.xml, connection.properties & app-config.properties can be used for a single jar of this application. context files need to be within conf/ directory, app-config file can be anywhere in system, thus it requires path of the file.
  • Any new text message format to be added can be done easily maintaining the following config properties(in the file mentioned above, not required for Default type):
    • message.starts.<message-format> = <top line begins with>
    • message.ends.<message-format> = <bottom line begins with>

activemq-tool's People

Contributors

abhisheksarkar30 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

abishekatl

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.