I guess SharedQueue will do it, have you (or anybody) tested it in the context of real multi threaded use?

It is too soon for me to think of a real MQ (with STOMP).

Regards!

Esteban A. Maringolo


2013/11/13 Sven Van Caekenberghe <sven@stfx.eu>
SharedQueue ?

On 13 Nov 2013, at 19:16, Esteban A. Maringolo <emaringolo@gmail.com> wrote:

> Hi,
>
> Do Pharo 2 have some sort of queue like collection, where different threads (coming mostly from a Multithread Zinc Server) can push objects into it safely, while a service on the other end can consume the queue?
>
> Regards,
>
> Esteban A. Maringolo