How to use JMS with PHP?

2.1k Views Asked by At

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 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

1

There are 1 best solutions below

1
On

ActiveMQ supports JMS for PHP through the Stomp Protocol.