|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
New version, V1.2.4, of the ma0t supportpac is now available |
« View previous topic :: View next topic » |
Author |
Message
|
timjohnarm |
Posted: Wed Jul 26, 2006 1:05 pm Post subject: New version, V1.2.4, of the ma0t supportpac is now available |
|
|
Apprentice
Joined: 28 Sep 2004 Posts: 40 Location: Melbourne Australia
|
The next version, V1.2.4, of the ma0t, message testing utility, supportpac is now available for download at the following link.
http://www-1.ibm.com/support/docview.wss?rs=203&uid=swg24007048&loc=en_US&cs=utf-8&lang=en
Whats new in V1.2.4 and as I didn't post about V1.2.3 I've also included its list.
New in V1.2.3
Added simple SSL connection support for the Client connections.
Added the MqscCommand command so that MQSC script style commands can be submitted to a queue manager in PCF escaped text format. I.e. you can define and delete test queues etc. on the fly.
Added the optional <RemoveDLH/> and <RemoveXQH/> flags to the <GetMsg> command.
New in V1.2.4
Added a Server version of the program MsgTestS.
Added conditional execution with the addition of the <If…>, <ElseIf…> and <Else/> constructs.
Added extra flow control commands <Continue/>, <Break/>, <ExitTest/> and <FailTest/>
<Control> and <Default> elements and their sub-elements can now be omitted providing that a default queue manager is available when running the server version or the MQSERVER environment variable is defined when using the client version.
Log and Report files now default to NONE if not specified in the <Control> section.
Added <Length> function for variables and buffers.
Added <Position> function for variables and buffers.
To illustrate some of the new features and maybe pique your curiosity if you haven't used ma0t yet consider the following script which imitates amqsput.
<MsgTest>
<Test Name="#1 amqsput">
<Length Name="ScriptVarOneLen" Of="1"/>
<If Cond="0.GE.%ScriptVarOneLen%">
<StdOut>Enter the name of the target queue.</StdOut>
<StdIn Name="TargetQ"/>
<Else/>
<Str Name="TargetQ">%1%</Str>
</If>
<ForEver Name="Ever">
<StdOut>Enter data to be put on target queue %TargetQ%.</StdOut>
<StdIn Name="PutData"/>
<Length Name="PutDataLen" Of="PutData"/>
<If Cond="0.GE.%PutDataLen%">
<ExitTest/>
</If>
<PutMsg DataVar="PutData">
<Q>%TargetQ%</Q>
<MsgId/>
<CorrelId/>
</PutMsg>
</ForEver>
</Test>
</MsgTest>
And finally as always a plea to those who do use the supportpac to drop me a note at ta882324@bigpond.net.au
Regards
Tim Armstrong |
|
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
|
|
|
|