This version adds publish and subscribe capabilities implementing the
subscribe() and unsubscribe() methods. This is a fairly substantial
update to the package and a number of lurking nasties have been flushed
out in the process! Durable subscriptions to topics can be set up and
messages retrieved by scripts using the receive() method.
In addition a property has been added to the send() method
(SAM_WMQ_TARGET_CLIENT) to allow messages to be sent without RFH2 (JMS)
headers. This option only works if the WMQ protocol is being used with
an underlying WebSphere MQSeries server.
Documentation has been updated to reflect the new features. Windows
binaries are available for PHP 5.0.5, 5.1.4 and 5.1.6 from the project
website (http://project-sam.awardspace.com).
Dave