I’m trying to send messages to Microsoft Message Queuing (MSMQ) from PHP version 7. However, PHP version 7 no longer includes the COM package, which was commonly used for interacting with MSMQ.
I’ve been searching for alternative methods or packages to achieve this task, but haven’t been able to find a suitable solution.
Could anyone provide me with **code **examples or point me to relevant documentation or libraries that can be used to send messages to MSMQ with PHP version 7?
Any help or guidance would be greatly appreciated. Thank you in advance!
Bhowmik Sanad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.