NAME
WebSphere::MQTT::Client - WebSphere MQ Telemetry Transport Client
SYNOPSIS
use WebSphere::MQTT::Client;
my $mqtt = WebSphere::MQTT::Client->new( Hostname => 'localhost' );
$mqtt->disconnect();
DESCRIPTION
WebSphere::MQTT::Client
Publish and Subscribe to broker.
TODO
- add full POD documentation
- LWT (Last Will and Testament)
- support threaded version of C code
- interface to set internal log level ( pHconn->comParms.mspLogOptions )
BUGS
Please report any bugs or feature requests to bug-websphere-mqtt-client@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you will automatically be notified of progress on your bug as I make changes.
AUTHORS
Nicholas Humfrey, njh@ecs.soton.ac.uk Brian Candler, B.Candler@pobox.com
COPYRIGHT AND LICENSE
Copyright (C) 2005 University of Southampton
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.005 or, at your option, any later version of Perl 5 you may have available.