Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.444.952 Times

MQSeries 1.25

  Date Added: March 23, 2010  |  Visits: 954

MQSeries

Report Broken Link
Printer Friendly Version


Product Homepage
Download (105 downloads)



MQSeries is a Perl extension for MQSeries support. SYNOPSIS There are two interfaces provided by the MQSeries modules. The first is a straight forward mapping to all of the individual MQI calls, and the second is a value-added, OO interface, which provides a simpler interface to a subset of the full MQI functionality. The straight MQI mapping is: use MQSeries; $Hconn = MQCONN($Name,$CompCode,$Reason); MQDISC($Hconn,$CompCode,$Reason); $Hobj = MQOPEN($Hconn,$ObjDesc,$Options,$CompCode,$Reason); MQCLOSE($Hconn,$Hobj,$Options,$CompCode,$Reason); MQBACK($Hconn,$CompCode,$Reason); MQCMIT($Hconn,$CompCode,$Reason); $Buffer = MQGET($Hconn,$Hobj,$MsgDesc,$GetMsgOpts,$BufferLength,$CompCode,$Reason); MQPUT($Hconn,$Hobj,$MsgDesc,%PutMsgOpts,$Msg,$CompCode,$Reason); MQPUT1($Hconn,$ObjDesc,$MsgDesc,$PutMsgOpts,$Msg,$CompCode,$Reason); ($Attr1,...) = MQINQ($Hconn,$Hobj,$CompCode,$Reason,$Selector1,...); MQSET($Hconn,$Hobj,$CompCode,$Reason,$Selector1,$Attr1,...); If the perl5 API is compiled with the version 5 headers and libraries, then the following MQI calls are also available: MQBEGIN($Hconn,$BeginOpts,$CompCode,$Reason); $Hconn = MQCONNX($Name,$ConnectOpts,$CompCode,$Reason); There are also some additional utility routines provided which are not part of the MQI, but specific to the perl5 API: ($ReasonText,$ReasonMacro) = MQReasonToStrings($Reason); ($ReasonText) = MQReasonToText($Reason); ($ReasonMacro) = MQReasonToMacro($Reason); The OO interface is provided in several optional modules. Three of these make up the core OO interface: MQSeries::QueueManager MQSeries::Queue MQSeries::Message There are several subclasses of MQSeries::Message which handle special message formats: MQSeries::Message::Storable MQSeries::Message::Event MQSeries::Message::PCF MQSeries::Message::DeadLetter There is also a module which provides an interface to the command server PCF messages for MQSeries administration: MQSeries::Command There are two sets of classes that help you follow (tail -f style) and parse the two kinds of log-files written by MQSeries: the FDC files and the error-logs. These classes allow you to write a log monitoring daemon that feeds into syslog or your system management tools. MQSeries::ErrorLog::Tail MQSeries::ErrorLog::Parser MQSeries::ErrorLog::Entry MQSeries::FDC::Tail MQSeries::FDC::Parser MQSeries::FDC::Entry There is a set of classes that parses configuration and authority files (/var/mqm/mqs.ini, /var/mqm/qmgrs/*/qm.ini, /var/mqm/qmgrs/*/auth/*/*). MQSeries::Config::Authority MQSeries::Config::Machine MQSeries::Config::QMgr Some internal helper functions are stored in the module: MQSeries::Utils See the documentation for each of these individual modules for more information..

Requirements: No special requirements
Platforms: Linux
Keyword: Compcode Errorlog Extension Fdc Interface Libraries Mqi Mqseries Perl Programming Reason
Users rating: 0/10

License: Freeware Size: 317.44 KB
USER REVIEWS
More Reviews or Write Review


MQSERIES RELATED
Libraries  -  Inline::Lua 0.04
Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. SYNOPSIS use Inline Lua; print "The answer to life, the universe and everything is ", answer(6, 7), "n"; __END__ __Lua__ function answer (a, b) return a*b end...
24.58 KB  
Libraries  -  PDL::Slatec 2.4.3
PDL::Slatec is a PDL interface to the slatec numerical programming library. SYNOPSIS use PDL::Slatec; ($ndeg, $r, $ierr, $a) = polyfit($x, $y, $w, $maxdeg, $eps); This module serves the dual purpose of providing an interface to parts of...
2.1 MB  
Programming  -  Curl Advanced UI 0.7
Curl Advanced UI libraries - Advanced User Interface libraries provide components necessary for creating rich user interface applications easily. Please see the detail info in Wiki page.
1.75 MB  
Audio Tools  -  JukePeg 1.9
JukePeg is an MP3 decoder/player that is controlled from a socket interface - easily driven from Perl. It supports more than one output device (and can play different tracks to each), and is able to fade-in, fade-out and overlap tracks. The...
102.4 KB  
Libraries  -  Filesys::SamFS 0.035
Filesys::SamFS is a Perl extension mapping the SamFS API to Perl. SYNOPSIS use Filesys::SamFS; Filesys::SamFS makes the SamFS API available to Perl. SamFS is a HSM (Hierarchical Storage Management) Filesystem; it manages files in two storage...
18.43 KB  
Utilities  -  Email Administration Utility 1.5.2
The Email Administration Utility can help a client administrate their own Email accounts via a web interface using PHP and Perl scripting. The client can add, remove or modify accounts on a server that provides an IMAP port to connect to.
30.72 KB  
Development Editors  -  OTcl 1.14
OTcl, which is actually short for MIT Object Tcl was designed as an accessible and handy extension to Tcl/Tk for object-oriented programming. Now you can make use of this extension to further improve your development process.
 
Programming  -  Dynamic Gui for Perl 35
This project aims to add the ability to create a graphical user interface (gui) dinamically for Perl programs. Main features are the ability to specify gui of programs on external files and the usage of a simple script language to define navigation.
168.76 KB  
Programming  -  FeatureC++ 1.0
FeatureC++ is an extension of C++ that supports feature-oriented programming (FOP). ...generate tailor-made software by composing C++ classes according to a feature selection!
430.65 KB  
Libraries  -  PHP WebDAV extension 1.1
PHP WebDAV extension project allows easy access to remote resources with PHP through the DAV protocol. Installation This extension requires the Neon library and the related header files. Neon can be downloaded from:...
235.52 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB