| Author |
Message |
< RabbitMQ mailing list ~ Fwd: [lift] Announcing AMQP support in liftweb |
| Guest |
Posted: Thu Dec 06, 2007 5:49 am |
|
|
|
Guest
|
FYI
---------- Forwarded message ----------
From: Steve Jenson <stevej@gmail.com (stevej@gmail.com)>
Date: Dec 5, 2007 9:35 PM
Subject: [lift] Announcing AMQP support in liftweb
To: liftweb <liftweb@googlegroups.com (liftweb@googlegroups.com)>
I just checked in support for AMQP publish/subscribe to lift SVN. I've
wrapped the RabbitMQ client libraries in an Actor-style API that
allows you to easily send and receive messages from an AMQP broker.
It does require you to run an instance of an AMQP broker in order to
work. We recommend RabbitMQ, a high-performance AMQP broker written in
Erlang. The included examples will work with a default install of the
latest RabbitMQ running on localhost.
The package is net.liftweb.amqp. There is copious Scaladoc and
examples in the amqp package. Hopefully you should be able to get up
and running quickly. If you have any questions, please don't hesitate
to ask.
Above all, have fun!
Best,
Steve
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "liftweb" group.
To post to this group, send email to liftweb@googlegroups.com (liftweb@googlegroups.com)
To unsubscribe from this group, send email to liftweb-unsubscribe@googlegroups.com (liftweb-unsubscribe@googlegroups.com)
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---
--
lift, the secure, simple, powerful web framework http://liftweb.net
Collaborative Task Management http://much4.us
Post recived from mailinglist |
|
|
| Back to top |
|
| alexis |
Posted: Thu Dec 06, 2007 11:32 am |
|
|
|
User
Joined: 06 Sep 2007
Posts: 80
Location: London
|
David, Steve,
Thank-you very much for this. It is very cool of you. For others on
this list who are not yet familiar with Lift, would it be possible for
you to sketch a couple of use cases please?
alexis
On Dec 6, 2007 12:48 AM, David Pollak <feeder.of.the.bears@gmail.com> wrote:
> FYI
>
> ---------- Forwarded message ----------
> From: Steve Jenson <stevej@gmail.com>
> Date: Dec 5, 2007 9:35 PM
> Subject: [lift] Announcing AMQP support in liftweb
> To: liftweb <liftweb@googlegroups.com>
>
>
>
> I just checked in support for AMQP publish/subscribe to lift SVN. I've
> wrapped the RabbitMQ client libraries in an Actor-style API that
> allows you to easily send and receive messages from an AMQP broker.
>
> It does require you to run an instance of an AMQP broker in order to
> work. We recommend RabbitMQ, a high-performance AMQP broker written in
> Erlang. The included examples will work with a default install of the
> latest RabbitMQ running on localhost.
>
> The package is net.liftweb.amqp. There is copious Scaladoc and
> examples in the amqp package. Hopefully you should be able to get up
> and running quickly. If you have any questions, please don't hesitate
> to ask.
>
> Above all, have fun!
>
> Best,
> Steve
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "liftweb" group.
> To post to this group, send email to liftweb@googlegroups.com
> To unsubscribe from this group, send email to
> liftweb-unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>
>
>
> --
> lift, the secure, simple, powerful web framework http://liftweb.net
> Collaborative Task Management http://much4.us
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss@lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
--
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 |
|
|
| Back to top |
|
| Guest |
Posted: Thu Dec 06, 2007 5:18 pm |
|
|
|
Guest
|
For those not familiar, lift is a web framework built in Scala that
features world-class ajax and comet support.
One example that I'm working on is having multiple machines pipe their
logfiles into a rabbitmq queue and having a lift frontend display them
to the browser via comet.
Another example could be using lift as a frontend for trading data.
This is why David was asking if you knew of any free trading data amqp
feeds out there.
Steve
On Dec 6, 2007 3:31 AM, Alexis Richardson
<alexis.richardson@cohesiveft.com> wrote:
> David, Steve,
>
> Thank-you very much for this. It is very cool of you. For others on
> this list who are not yet familiar with Lift, would it be possible for
> you to sketch a couple of use cases please?
>
> alexis
>
>
>
>
> On Dec 6, 2007 12:48 AM, David Pollak <feeder.of.the.bears@gmail.com> wrote:
> > FYI
> >
> > ---------- Forwarded message ----------
> > From: Steve Jenson <stevej@gmail.com>
> > Date: Dec 5, 2007 9:35 PM
> > Subject: [lift] Announcing AMQP support in liftweb
> > To: liftweb <liftweb@googlegroups.com>
> >
> >
> >
> > I just checked in support for AMQP publish/subscribe to lift SVN. I've
> > wrapped the RabbitMQ client libraries in an Actor-style API that
> > allows you to easily send and receive messages from an AMQP broker.
> >
> > It does require you to run an instance of an AMQP broker in order to
> > work. We recommend RabbitMQ, a high-performance AMQP broker written in
> > Erlang. The included examples will work with a default install of the
> > latest RabbitMQ running on localhost.
> >
> > The package is net.liftweb.amqp. There is copious Scaladoc and
> > examples in the amqp package. Hopefully you should be able to get up
> > and running quickly. If you have any questions, please don't hesitate
> > to ask.
> >
> > Above all, have fun!
> >
> > Best,
> > Steve
> >
> > --~--~---------~--~----~------------~-------~--~----~
> > You received this message because you are subscribed to the Google Groups
> > "liftweb" group.
> > To post to this group, send email to liftweb@googlegroups.com
> > To unsubscribe from this group, send email to
> > liftweb-unsubscribe@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/liftweb?hl=en
> > -~----------~----~----~----~------~----~------~--~---
> >
> >
> >
> >
> > --
> > lift, the secure, simple, powerful web framework http://liftweb.net
> > Collaborative Task Management http://much4.us
> > _______________________________________________
> > rabbitmq-discuss mailing list
> > rabbitmq-discuss@lists.rabbitmq.com
> > http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
> >
> >
>
>
>
> --
> 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 |
|
|
| Back to top |
|
| alexis |
Posted: Mon Dec 10, 2007 11:17 am |
|
|
|
User
Joined: 06 Sep 2007
Posts: 80
Location: London
|
Steve
Thank-you.
I'm sure it would be great to run some canned examples showing Lift
working with RabbitMQ. Do point them out once you have something we
can all download and run.
We're working on the feeds situation
alexis
On Dec 6, 2007 5:17 PM, Steve Jenson <stevej@gmail.com> wrote:
> For those not familiar, lift is a web framework built in Scala that
> features world-class ajax and comet support.
>
> One example that I'm working on is having multiple machines pipe their
> logfiles into a rabbitmq queue and having a lift frontend display them
> to the browser via comet.
>
> Another example could be using lift as a frontend for trading data.
> This is why David was asking if you knew of any free trading data amqp
> feeds out there.
>
> Steve
>
> On Dec 6, 2007 3:31 AM, Alexis Richardson
>
> <alexis.richardson@cohesiveft.com> wrote:
> > David, Steve,
> >
> > Thank-you very much for this. It is very cool of you. For others on
> > this list who are not yet familiar with Lift, would it be possible for
> > you to sketch a couple of use cases please?
> >
> > alexis
> >
> >
> >
> >
> > On Dec 6, 2007 12:48 AM, David Pollak <feeder.of.the.bears@gmail.com> wrote:
> > > FYI
> > >
> > > ---------- Forwarded message ----------
> > > From: Steve Jenson <stevej@gmail.com>
> > > Date: Dec 5, 2007 9:35 PM
> > > Subject: [lift] Announcing AMQP support in liftweb
> > > To: liftweb <liftweb@googlegroups.com>
> > >
> > >
> > >
> > > I just checked in support for AMQP publish/subscribe to lift SVN. I've
> > > wrapped the RabbitMQ client libraries in an Actor-style API that
> > > allows you to easily send and receive messages from an AMQP broker.
> > >
> > > It does require you to run an instance of an AMQP broker in order to
> > > work. We recommend RabbitMQ, a high-performance AMQP broker written in
> > > Erlang. The included examples will work with a default install of the
> > > latest RabbitMQ running on localhost.
> > >
> > > The package is net.liftweb.amqp. There is copious Scaladoc and
> > > examples in the amqp package. Hopefully you should be able to get up
> > > and running quickly. If you have any questions, please don't hesitate
> > > to ask.
> > >
> > > Above all, have fun!
> > >
> > > Best,
> > > Steve
> > >
> > > --~--~---------~--~----~------------~-------~--~----~
> > > You received this message because you are subscribed to the Google Groups
> > > "liftweb" group.
> > > To post to this group, send email to liftweb@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > liftweb-unsubscribe@googlegroups.com
> > > For more options, visit this group at
> > > http://groups.google.com/group/liftweb?hl=en
> > > -~----------~----~----~----~------~----~------~--~---
> > >
> > >
> > >
> > >
> > > --
> > > lift, the secure, simple, powerful web framework http://liftweb.net
> > > Collaborative Task Management http://much4.us
> > > _______________________________________________
> > > rabbitmq-discuss mailing list
> > > rabbitmq-discuss@lists.rabbitmq.com
> > > http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
> > >
> > >
> >
> >
> >
> > --
> > Alexis Richardson
> > +44 20 7617 7339 (UK)
> > +44 77 9865 2911 (cell)
> > +1 650 206 2517 (US)
> >
>
--
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 |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
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
|
|
|