Re: [Pharo-project] ZeroMQ support

2011-07-14 Thread Philippe Marschall
On 07/13/2011 07:21 AM, John Toohey wrote: Maybe enterprise is the wrong word. I have a system with multiple servers, some in Java, some in Clojure, and the Console servers developed in Seaside running on Pharo. I need to have all these servers talk to each other, and today I'm using JMS over

Re: [Pharo-project] ZeroMQ support

2011-07-14 Thread Carlo
Hi John I was looking at using Stomp and ActiveMQ in a future project to integrate with my Java based services, so I find it interesting that you are having implementation issues. ZeroMQ does look good and is a great alternative, have you considered using their protocol binding

Re: [Pharo-project] ZeroMQ support

2011-07-13 Thread Franz Josef Konrad
Have you looked at http://www.squeaksource.com/ZeroMQ/? Perhaps it is what you are looking for. I haven't used it so I can't give you a advice if it is useful. Regards, Franz Josef Am 13.07.2011 02:34, schrieb John Toohey: Hi all, Wondering if anyone here is working on adding binding for

Re: [Pharo-project] ZeroMQ support

2011-07-13 Thread Stéphane Ducasse
Thanks John let us know about what you will learn because we are really concerned about solution to support entreprise Stef On Jul 13, 2011, at 9:44 AM, Franz Josef Konrad wrote: Have you looked at http://www.squeaksource.com/ZeroMQ/? Perhaps it is what you are looking for. I haven't used

Re: [Pharo-project] ZeroMQ support

2011-07-13 Thread Philippe Marschall
On 13.07.2011 07:21, John Toohey wrote: Maybe enterprise is the wrong word. I have a system with multiple servers, some in Java, some in Clojure, and the Console servers developed in Seaside running on Pharo. I need to have all these servers talk to each other, and today I'm using JMS over

[Pharo-project] ZeroMQ support

2011-07-12 Thread John Toohey
Hi all, Wondering if anyone here is working on adding binding for ZeroMQ (http://www.zeromq.org/) to Pharo? I think this type of enterprise support is something that would greatly benefit Pharo. In one of my systems today, I use Stomp over a socket in Pharo to send and receive messages to and from

Re: [Pharo-project] ZeroMQ support

2011-07-12 Thread Philippe Marschall
On 13.07.2011 02:34, John Toohey wrote: Hi all, Wondering if anyone here is working on adding binding for ZeroMQ (http://www.zeromq.org/) to Pharo? I think this type of enterprise support is something that would greatly benefit Pharo. What's enterprise about ZeroMQ? In one of my systems

Re: [Pharo-project] ZeroMQ support

2011-07-12 Thread John Toohey
Maybe enterprise is the wrong word. I have a system with multiple servers, some in Java, some in Clojure, and the Console servers developed in Seaside running on Pharo. I need to have all these servers talk to each other, and today I'm using JMS over ActiveMQ to do that. I need to use Stomp as a