Hi, I am developing a JMS binding and would like to discuss some of the work i've done. basically, a message service listens to a queue at some JMS message provider e.g. ActiveMQ or IBM Websphere MQ. And a client or a reference can invoke the service's method by sending message to its destination queue, and receive the response from a call back queue, which can be provided at runtime by the client.
I found there is an existing specification for SCA JMS Binding [1] from OSOA. This spec describes stuff like when receiving a request which method should be invoked, and how the data/parameters are packed into a JMS Message. I've already implemented section 1.5 and section 1.7.2 of that spec, and have some thoughts about the conversations (section 1.7.3), but not yet implemented. In addition, my solution requires another pecl extension SAM [2] for connecting to the message providers. The reason of choosing SAM is because that SAM provides one API for different messaging infrastructures, and also provides a generic extension mechanism which makes it easy to add new support. Currently SAM only supports XMS[3] for IBM products and MQTT, but I've also developed a new Stomp support for Active MQ, which will be included to the next release of SAM very shortly. If anyone is interested in the JMS binding or have any questions, please join the discussion here. Jack Zai [1] SCA JMS Binding V1.00 (PDF) http://www.osoa.org/download/attachments/35/SCA_AssemblyModel_V100.pdf?version=1 [2] SAM - Simple Asynchronous Messaging for PHP (http://pecl.php.net/ package/sam) [3] XMS - http://www.ibm.com/developerworks/websphere/library/techarticles/0509_phillips/0509_phillips.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "phpsoa" group. To post to this group, send email to phpsoa@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.co.uk/group/phpsoa?hl=en -~----------~----~----~----~------~----~------~--~---