|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Version Control of MQ and WMQI components. |
« View previous topic :: View next topic » |
Author |
Message
|
Srinivasala Reddy |
Posted: Fri Oct 25, 2002 7:21 am Post subject: Version Control of MQ and WMQI components. |
|
|
Newbie
Joined: 25 Oct 2002 Posts: 2 Location: Minneapolis
|
I am not sure if this is dicussed earlier.
We have development, Test and production Environments implemented with MQ and MQSI. Planning to implement effective version control tool.
Any ideas which tool is best and what is industry standard for MQ and MQSI components?
Any discusstions related to this topic are most appricaited.
Thanks
Srinivas |
|
Back to top |
|
 |
kirani |
Posted: Fri Oct 25, 2002 9:46 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
WMQI resources are exported into XML format (XML files), so you could use any version control tool to version these XML files. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
Srinivasala Reddy |
Posted: Fri Oct 25, 2002 10:20 am Post subject: |
|
|
Newbie
Joined: 25 Oct 2002 Posts: 2 Location: Minneapolis
|
Actually, I am looking for more deatis
Like version control for
1) MQ Components
2) MQSI Components.
3) Project Documents
4) Automated procedures for migrating code to differnt environments
Please suggest best version control tool available in the market. |
|
Back to top |
|
 |
jsware |
Posted: Fri Oct 25, 2002 11:37 pm Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
I'm not sure you'll get consensus on the best version control tool on the market. In my opinion, probably the most used is Concurrent Versions System (CVS). It is open source (free) and is used by most open source development projects (e.g. for Apache web server). You can get a copy from www.cvshome.org.
It's quite easy to set up and there are free GUI's available. My preference is www.wincvs.org.
CVS can be implemented as a client/server version (with the server running under inetd on a Unix box).
CVS is very good at handling text based files (i.e. the xml exports from WMQI) and can be made to handle binary files if required (WinCVS checks files before adding them and you can then add them as binaries).
CVS supports tagging of multiple files (e.g. tag all files as "release-1") and also supports branching and merging (how useful this is for WMQI I am not sure).
The file format CVS uses to save stuff is the unix "standard" RCS and is very robust.
You can use the saveqmgr support pack (MS03) to save queue manager definitions and use WMQI export to save data flows. You can then commit these changes into the CVS repository as required. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|