WebSphere::MQTT::Client - WebSphere MQ Telemetry Transport Client


WebSphere-MQTT-Client documentation  | view source Contained in the WebSphere-MQTT-Client distribution.

Index


NAME

Top

WebSphere::MQTT::Client - WebSphere MQ Telemetry Transport Client

SYNOPSIS

Top

  use WebSphere::MQTT::Client;

  my $mqtt = WebSphere::MQTT::Client->new( Hostname => 'localhost' );

  $mqtt->disconnect();




DESCRIPTION

Top

WebSphere::MQTT::Client

Publish and Subscribe to broker.

TODO

Top

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

Top

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

Top

Nicholas Humfrey, njh@ecs.soton.ac.uk Brian Candler, B.Candler@pobox.com

COPYRIGHT AND LICENSE

Top


WebSphere-MQTT-Client documentation  | view source Contained in the WebSphere-MQTT-Client distribution.