开发者

How to use JMS with PHP?

开发者 https://www.devze.com 2023-02-27 10:05 出处:网络
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 p

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消