| WebSphere-MQTT-Client documentation | view source | Contained in the WebSphere-MQTT-Client distribution. |
WebSphere::MQTT::Client - WebSphere MQ Telemetry Transport Client
use WebSphere::MQTT::Client; my $mqtt = WebSphere::MQTT::Client->new( Hostname => 'localhost' ); $mqtt->disconnect();
WebSphere::MQTT::Client
Publish and Subscribe to broker.
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.
Nicholas Humfrey, njh@ecs.soton.ac.uk Brian Candler, B.Candler@pobox.com
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.
| WebSphere-MQTT-Client documentation | view source | Contained in the WebSphere-MQTT-Client distribution. |