Erlang/OTP Forums

Author Message

<  RabbitMQ mailing list  ~  AMQP client for flex/flash

Guest
Posted: Thu Dec 13, 2007 2:25 pm Reply with quote
Guest
Folks,

I've been talking to some folks about a flex front-end to lift.
tonyg
Posted: Thu Dec 13, 2007 2:49 pm Reply with quote
User Joined: 07 Nov 2006 Posts: 199
Hi David,

David Pollak wrote:
> I've been talking to some folks about a flex front-end to lift. It
> makes a lot of sense to me to do the client/server communications as
> messages sent over AMQP. So... is there a flex client?

No, not yet. Does flex offer plain-old-TCP sockets? If so, one could be
built; otherwise, XmlHttpRequest could maybe be used just as it's used
in our HTTP adapter for in-browser Javascript support. Essentially, a
JSON-RPC object proxies for AMQP service, so that Javascript can publish
to and consume from queues on a RabbitMQ broker. It's still a bit rough,
but you can take a look at it by following links from
http://www.rabbitmq.com/download.html#rabbitmq-http.

Regards,
Tony


_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post recived from mailinglist
View user's profile Send private message MSN Messenger
Guest
Posted: Thu Dec 13, 2007 3:16 pm Reply with quote
Guest
On Dec 13, 2007 6:48 AM, Tony Garnock-Jones <tonyg@lshift.net (tonyg@lshift.net)> wrote:
Quote:
Hi David,

David Pollak wrote:
> I've been talking to some folks about a flex front-end to lift.
0x6e6562
Posted: Thu Dec 13, 2007 3:56 pm Reply with quote
User Joined: 12 Jul 2007 Posts: 250
> I've been talking to some folks about a flex front-end to lift. It
> makes a lot of sense to me to do the client/server communications as
> messages sent over AMQP. So... is there a flex client?

Yes, I've written one for AMQP 0-8 that I've haven't published due to
lack of interest. Should this not be the case, we could discuss
publishing this.

HTH,

Ben

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post recived from mailinglist
View user's profile Send private message
alexis
Posted: Fri Dec 14, 2007 8:47 am Reply with quote
User Joined: 06 Sep 2007 Posts: 80 Location: London
Ben,

On Dec 13, 2007 3:55 PM, Ben Hood <0x6e6562@gmail.com> wrote:
> > I've been talking to some folks about a flex front-end to lift. It
> > makes a lot of sense to me to do the client/server communications as
> > messages sent over AMQP. So... is there a flex client?
>
> Yes, I've written one for AMQP 0-8 that I've haven't published due to
> lack of interest. Should this not be the case, we could discuss
> publishing this.

I think a flex client would be of interest. We especially like use
cases that make RabbitMQ more tangible to web developers and other
normal human beings, and web client or GUI tools are great for this
Smile

alexis


--
Alexis Richardson
+44 20 7617 7339 (UK)
+44 77 9865 2911 (cell)
+1 650 206 2517 (US)

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post recived from mailinglist
View user's profile Send private message Yahoo Messenger
eokyere
Posted: Fri Dec 14, 2007 4:09 pm Reply with quote
Joined: 12 Aug 2007 Posts: 5 Location: Accra, Ghana
On 13 Dec 2007, at 15:55, Ben Hood wrote:
Quote:

Yes, I've written one for AMQP 0-8 that I've haven't published due to
View user's profile Send private message MSN Messenger
0x6e6562
Posted: Mon Dec 17, 2007 5:56 pm Reply with quote
User Joined: 12 Jul 2007 Posts: 250
> I think a flex client would be of interest. We especially like use
> cases that make RabbitMQ more tangible to web developers and other
> normal human beings, and web client or GUI tools are great for this

Fine. I'll have to separate out the AMQP specific code and introduce
this as a binary dependency for that project, and then I can add this
to a repo (e.g. the mtn repo). This may take a week or two as I am on
holiday now and don't have any time to hack.

BTW, what's the current state of thinking on the repo situation? Is
the mainline source tree going to appear in mtn, or this is still
being decided?

Ben

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post recived from mailinglist
View user's profile Send private message
tonyg
Posted: Thu Dec 27, 2007 2:08 pm Reply with quote
User Joined: 07 Nov 2006 Posts: 199
Hi Ben,

Ben Hood wrote:
> BTW, what's the current state of thinking on the repo situation? Is
> the mainline source tree going to appear in mtn, or this is still
> being decided?

It's unlikely to be monotone - while the problems we had with mtn were
superable, it's not the friendliest system in the world - but the server
code will appear externally at some point, possibly as a mercurial
repository. We haven't decided when, yet.

Tony
--
[][][] Tony Garnock-Jones | Mob: +44 (0)7905 974 211
[][] LShift Ltd | Tel: +44 (0)20 7729 7060
[] [] http://www.lshift.net/ | Email: tonyg@lshift.net

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post recived from mailinglist
View user's profile Send private message MSN Messenger
0x6e6562
Posted: Sun Jan 06, 2008 11:30 pm Reply with quote
User Joined: 12 Jul 2007 Posts: 250
All,

On 17 Dec 2007, at 17:56, Ben Hood wrote:

>> I think a flex client would be of interest. We especially like use
>> cases that make RabbitMQ more tangible to web developers and other
>> normal human beings, and web client or GUI tools are great for this
>
> Fine. I'll have to separate out the AMQP specific code and introduce
> this as a binary dependency for that project, and then I can add
> this to a repo (e.g. the mtn repo). This may take a week or two as I
> am on holiday now and don't have any time to hack.

I've imported the AMQP specific code into an mtn repo called
com.rabbitmq.as .

I've haven't done much extensive testing of the packaging and there is
no build script as of yet, but this will gradually get done.

Although it is rough around the edges, it does actually work and I
wanted to start getting the code out there as soon as possible to let
any interested parties know.

Ben

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post recived from mailinglist
View user's profile Send private message

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum