Is there any way to monitor the message queue through php script?
Suppose my php script is receiving message from message queue. i wanted my php scipt to time out if certain sec say 30 sec are exceeded while receiving message from message queue. Is it possible?
i tried with set_time_limit( ) function but still the script doesnot time out. It waits till it receives the message.
want urgent help. thanks in advance
Suppose my php script is receiving message from message queue. i wanted my php scipt to time out if certain sec say 30 sec are exceeded while receiving message from message queue. Is it possible?
i tried with set_time_limit( ) function but still the script doesnot time out. It waits till it receives the message.
want urgent help. thanks in advance
Comment