Code Monkey home page Code Monkey logo

mqmigrate's Introduction

mqmigrate

Migration tool for WebSphere MQ

Goal

The article Evolutionary Database Design written by Martin Fowler explains why migration tools are important:

Over the last decade we've developed and refined a number of techniques that allow a database design to evolve as an application develops. This is a very important capability for agile methodologies. The techniques rely on applying continuous integration and automated refactoring to database development, together with a close collaboration between DBAs and application developers.

Replace database with WebSphere MQ and DBAs with MQ administrators in the introduction of this article and you get the goal of this project. There are a lot of migration tools for managing the schemas of databases (like Phinx for example). The goal of this project is to create such a tool for managing the objects of WebSphere MQ : define queues, remove queues, define channels, set security, ...

How?

There are two ways of managing queuemanager objects:

  • MQSC commands
  • PCF commands

MQSC

MQSC commands are processed by the runmqsc commandline tool of WebSphere MQ. The migration tool must be capable of writing these commands in a file and pass it to runmqsc.

PCF

PCF commands are actually MQSC commands that are send as a message to the command server of the queuemanager. For this you need a script or a tool that can send PCF messages to a queuemanager. There are MQ bindings (Python for example) that allow scripts to create such messages. Use MQWeb is another possibility.

Currently this project is in an experimental phase.

mqmigrate's People

Contributors

fbraem avatar

Watchers

 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.