The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:MQSeries"

MQSeries - Perl extension for MQSeries support River stage one • 1 direct dependent • 1 total dependent

This module provides a perl language interface to MQSeries functions. It uses the standard MQSeries interface except where a perl convention is required or just more useful. Where data structures are required, this interface uses a hash reference. Th...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Queue - OO interface to the MQSeries Queue objects River stage one • 1 direct dependent • 1 total dependent

The "MQSeries::Queue" object is an OO mechanism for opening MQSeries Queues, and putting and getting messages from those queues, with an interface which is much simpler than the full MQI. This module is used together with "MQSeries::QueueManager", "M...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Utils - Internal utility functions River stage one • 1 direct dependent • 1 total dependent

The MQSeries::Utils module contains internal helper functions that are generally not of interest to users of the MQSeries module....

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Command - OO interface to the Programmable Commands River stage one • 1 direct dependent • 1 total dependent

The MQSeries::Command class implements an interface to the Programmable Command Format messages documented in the: "WebSphere MQ Programmable Command Formats and Administration Interface" section of the MQSeries documentation. In particular, this doc...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Message - OO interface to MQSeries messages River stage one • 1 direct dependent • 1 total dependent

The MQSeries::Message object is an OO mechanism for creating MQSeries messages, and putting and getting them onto MQSeries queues, with an interface which is much simpler than the full MQI. This module is used together with MQSeries::QueueManager, MQ...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Properties - OO interface to MQSeries message properties River stage one • 1 direct dependent • 1 total dependent

The "MQSeries::Properties" class is used to work with message properties, a new feature of MQ v7. Message properties are attached to a message and can be used for compatibility with JMS applications, for selectors (see the "SelectionString" parameter...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::QueueManager - OO interface to the MQSeries Queue Manager River stage one • 1 direct dependent • 1 total dependent

The MQSeries::QueueManager object is an OO mechanism for connecting to an MQSeries queue manager, and/or opening and inquiring a queue manager object. This module is used together with MQSeries::Queue, MQSeries::Message and MQSeries::Properties, and ...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::FDC::Tail - Watch MQSeries FDC error files River stage one • 1 direct dependent • 1 total dependent

The MQSeries::FDC::Tail class provides a mechanism to watch the FDC logs, which are generally written to if a fatal MQSeries error, or internal MQSeries error, occurs. Every time the process() method is invoked, it will return a (possibly empty) arra...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::FDC::Entry - One entry in an MQSeries FDC file River stage one • 1 direct dependent • 1 total dependent

The MQSeries::FDC::Entry class is not used directly, but invoked through the MQSeries::FDC::Parser class. When the MQSeries::FDC::Tail or MQSeries::FDC::Parser classes return an array of entries, these can be queried for their parsed fields. This cla...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::FDC::Parser - Parse a portion of an MQSeries FDC file and return parsed Entry objects. River stage one • 1 direct dependent • 1 total dependent

The MQSeries::FDC::Parser class is typically not used directly, but invoked through the MQSeries::FDC::Tail class. When used directly, it can be used to parse a (possibly archived) FDC file and return an array of neatly-parsed MQSeries::FDC::Entry ob...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Message::PCF - Generic OO and procedural interface to PCF (Programmable Command Format) messages. River stage one • 1 direct dependent • 1 total dependent

This module is both an OO API to PCF messages, and a pair of exportable procedures for encoding and decoding PCF messages. The two functions are imported by other classes which further parse and abstract specific PCF formats. Note that it the intenti...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Config::QMgr - Interface to read the queue manager configuration file River stage one • 1 direct dependent • 1 total dependent

The MQSeries::Config::QMgr class is an interface to a queue manager configuration file, typically /var/mqm/qmgrs/XXX/qm.ini for queue manager 'XXX'. This class will parse the file and allow you to lookup any group of settings in the class. An MQSerie...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Message::IIH - Class to send/receive IMS Bridge Header (IIH) messages River stage one • 1 direct dependent • 1 total dependent

This is a simple subclass of MQSeries::Message which supports sending and retrieving IMS Bridge Header (IIH) messages. This class is experimental, as it was based on the documentation and a few sample messages; feedback as to how well it works is wel...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Message::RFH2 - Class to send/receive RFH2 messages River stage one • 1 direct dependent • 1 total dependent

This is a simple subclass of MQSeries::Message which supports sending and retrieving RFH2 messages. This class is experimental, as it was based on the documentation and a few sample messages; feedback as to how well it works is welcome. An RFH2 messa...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Message::Event - OO Class for decoding MQSeries event messages River stage one • 1 direct dependent • 1 total dependent

This class is a subclass of MQSeries::Message::System which includes a table for MQSeries::Message::System to use to decode standard MQSeries Event messages....

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::ErrorLog::Tail - Watch MQSeries error-log files River stage one • 1 direct dependent • 1 total dependent

The MQSeries::ErrorLog::Tail class provides a mechanism to watch the MQSeries errorlog (AMQERR01.LOG), which is generally written to whenever an MQSeries error occurs, or when certain events happen. Every time the process() method is invoked, it will...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Message::System - OO Class for decoding MQSeries v6 system messages River stage one • 1 direct dependent • 1 total dependent

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::ErrorLog::Entry - One entry in an MQSeries error-log file River stage one • 1 direct dependent • 1 total dependent

The MQSeries::ErrorLog::Entry class is not used directly, but invoked through the MQSeries::ErrorLog::Parser class. When the MQSeries::ErrorLog::Tail or MQSeries::ErrorLog::Parser classes return an array of entries, these can be queried for their err...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries::Config::Machine - Interface to read the machine configuration file River stage one • 1 direct dependent • 1 total dependent

The MQSeries::Config::Machine class is an interface to the machine configuration file, typically /var/mqm/mqs.ini. This class will parse the file and allow you to lookup any group of settings in the class. A utility function based on this will return...

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC

MQSeries/Command/Request.pm River stage one • 1 direct dependent • 1 total dependent

MQSERIES/MQSeries-1.34 - 13 Dec 2012 19:19:56 UTC
33 results (0.024 seconds)