I know JMS and PHP don't get along very easily. I'm in a project where we need to read a jms bus to extract开发者_StackOverflow中文版 some information using PHP (imagine a java backend application putting messages on the jms buss (using openmq) and a php frontend application that needs to read those messages).
I've tried PHPMQ with no success and I'm wondering if some one else has a suggestion?
Thanks! Ivan
ActiveMQ supports JMS for PHP through the Stomp Protocol.
精彩评论