Author |
Message
|
thebeach |
Posted: Tue Jan 16, 2007 1:31 am Post subject: WBIMB Version 6 Flow Deployments Methods |
|
|
Apprentice
Joined: 30 Mar 2004 Posts: 47
|
I use the toolkit for deploys in version6, its slow and prone to error. Are there any redbooks on scripted/java api deployments?
Pointers appreciated.
Thanks all! |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Jan 16, 2007 1:55 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi thebeach,
There are mqsicommands for deployment of bar files from command line. Look up the infocenter or search here.
Regards. |
|
Back to top |
|
 |
gregop |
Posted: Tue Jan 16, 2007 2:07 am Post subject: |
|
|
Voyager
Joined: 24 Nov 2006 Posts: 81
|
Also you could search the WMB info centre for CMP Sample to see how deplys can be performed via Java. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 16, 2007 2:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can look at the following commands:
1) mqsicreatebar
2) mqsideploybar
3) mqsiapplybaroverride (only in v6.0.2.0 of the toolkit)
There's a developer works article with some code for updating bar files for different environments:
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0501_lublinsky/0501_lublinsky.html
There's a developer works article or two on using the ConfigMgr Proxy API, I believe. I think I remember one by Matt Lucas. I could be wrong though. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jan 16, 2007 7:10 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Options for deployment are:
1) mqsideploy
2) Message Broker Toolkit Admin perspective
3) MQ Explorer (through IS02)
4) Config Manager Proxy API Exerciser
5) Your own Java application, through the CMP.
Here's the link to my article on writing a CMP application to co-ordinate deployment to multiple execution groups: http://www-128.ibm.com/developerworks/websphere/library/techarticles/0611_lucas/0611_lucas.html
Contact me if you'd like the source to the application developed in it.
-Matt |
|
Back to top |
|
 |
|