Login  Register

RabbitMQ and Pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

RabbitMQ and Pharo

Pharo Smalltalk Users mailing list
914 posts

Hi,


I was wondering if anyone here used RabbitMQ in Pharo. Would like to hear about your experience.


Kind regards,

Saogat

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RabbitMQ and Pharo

Sven Van Caekenberghe-2
5697 posts
Hi,

You could use the following:

 https://github.com/svenvc/stamp

which is an implementation of STOMP

 https://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol

which works fine with RabbitMQ and Pharo.

Sven

> On 5 Feb 2021, at 17:03, saogat.rab--- via Pharo-users <[hidden email]> wrote:
>
> Hi,
>
>
>
> I was wondering if anyone here used RabbitMQ in Pharo. Would like to hear about your experience.
>
>
>
> Kind regards,
>
> Saogat
>
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RabbitMQ and Pharo

Pharo Smalltalk Users mailing list
914 posts
In reply to this post by Pharo Smalltalk Users mailing list

Thank you, Sven! Looks promising!


Kind regards,

Saogat

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RabbitMQ and Pharo

gcotelli
300 posts
In reply to this post by Pharo Smalltalk Users mailing list
You can also take a look at https://github.com/ba-st/ansible

On Fri, Feb 5, 2021, 13:04 saogat.rab--- via Pharo-users <[hidden email]> wrote:

Hi,


I was wondering if anyone here used RabbitMQ in Pharo. Would like to hear about your experience.


Kind regards,

Saogat

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RabbitMQ and Pharo

Sven Van Caekenberghe-2
5697 posts


> On 5 Feb 2021, at 17:58, Gabriel Cotelli <[hidden email]> wrote:
>
> You can also take a look at https://github.com/ba-st/ansible

Looks nice, Gabriel, I didn't know about this project.

> On Fri, Feb 5, 2021, 13:04 saogat.rab--- via Pharo-users <[hidden email]> wrote:
> Hi,
>
>
>
> I was wondering if anyone here used RabbitMQ in Pharo. Would like to hear about your experience.
>
>
>
> Kind regards,
>
> Saogat
>
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: RabbitMQ and Pharo

Vincent Blondeau
114 posts
In reply to this post by Pharo Smalltalk Users mailing list

Hi Saogat,

 

We are using it for handling distribution of test cases in Pharo. It is based on the Sven’s Stomp library.

You can take a look there: https://github.com/tesonep/pharo-testWorkers

 

Cheers,

Vincent

 

From: saogat.rab--- via Pharo-users <[hidden email]>
Sent: vendredi, 5 février 2021 17:04
To: [hidden email]
Cc: [hidden email]
Subject: [Pharo-users] RabbitMQ and Pharo

 

Hi,

 

I was wondering if anyone here used RabbitMQ in Pharo. Would like to hear about your experience.

 

Kind regards,

Saogat