Code Monkey home page Code Monkey logo

ibm-mq-zos-ucd's People

Contributors

mayur-raja avatar reachsenthilnathan avatar shabaz213 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibm-mq-zos-ucd's Issues

Seperation of duties of overwrite files

As in the plugin documentation for the 'Generate MQSC Cmds', the plugin step provides the ability to have an overwrite file to generate a environment specific definition for the MQ Def.
https://github.com/IBM-UrbanCode/IBM-MQ-zOS-UCD

Is it possible to point to two different overwrite definitions to support the separation of duties, like let the developers provide their overwrite file for the dev / test stages, while for higher stages MQ administrators define the overwrite file?

Many thanks, Dennis

Provide the support for ALTER Command

Hi,

The current MQ Plugin only supports DEFINE and DELETE option. But there are many cases where we want to change the property of Queue and this could be easily done using ALTER command.

If we have to define the new Queue, we can use the following command.
DEFINE QLOCAL('TEST.1.TEST01.IN') + DEFSOPT(SHARED) + DESCR('TEST QUEUE') + MAXDEPTH(10000) + MAXMSGL(3100) + NOTRIGGER + TRIGTYPE(NONE)

Similarly if I want to change only 1 attribute example MAXDEPTH, I can execute the below sample ALTER command and it would do the work:

ALTER QLOCAL('TEST.1.TEST01.IN') + MAXDEPTH(10000)

For this similar ALTER command to work, we need to make changes in Groovy code and add the ALTER command as the valid user option.

Could you please check the feasibility as this would really help lot of projects who do not want to DELETE and re define the queue just to make small change which can be easily achieved by using ALTER command.

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.