ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » News/Updates » New version, V1.2.4, of the ma0t supportpac is now available

Post new topic  Reply to topic
 New version, V1.2.4, of the ma0t supportpac is now available « View previous topic :: View next topic » 
Author Message
timjohnarm
PostPosted: Wed Jul 26, 2006 1:05 pm    Post subject: New version, V1.2.4, of the ma0t supportpac is now available Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » News/Updates » New version, V1.2.4, of the ma0t supportpac is now available
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.