[UPHPU] Is there any PHP asynchronous messaging solution?
Jacob Wright
jacwright at gmail.com
Tue Oct 24 18:30:27 MDT 2006
I don't believe PHP does what you are looking for. If you just need a
one-way client, PHP works great. You could program a PHP script that stays
alive listening on a socket or sending out messages when needed, but I don't
know of anything like this that's already been done.
Perhaps if you told us what you are trying to accomplish we could offer
other suggestions as well.
Jacob
On 10/24/06, Alvaro Carrasco <alvaro at epliant.com> wrote:
>
> I need to implement some publish-subscribe type messaging and i'm
> looking for a PHP based messaging system. Hopefully something that
> stores messages on a mysql database.
>
> If there isn't any, i'll have to connect to JMS or MSMQ.
> Does either JMS or MSMQ have a way to connect to them using http for
> both publishing AND listening?
> I've read about using manta ray and the java bridge to connect to JMS,
> has anybody actually done that?
>
> Alvaro
>
>
> _______________________________________________
>
> UPHPU mailing list
> UPHPU at uphpu.org
> http://uphpu.org/mailman/listinfo/uphpu
> IRC: #uphpu on irc.freenode.net
>
--
Jacob Wright
Within Code LLC
More information about the UPHPU
mailing list