Discussion:
rabbitmq and dart
l***@public.gmane.org
2012-06-21 14:01:40 UTC
Permalink
Hi,

Are there plans to use rabbitmq (client site) with dart?


Luc.
Seth Ladd
2012-06-21 15:33:37 UTC
Permalink
Hi Luc,

Specific RabbitMQ support isn't on the Dart team's radar. However, I
wouldn't be surprised if someone from the community ends up building it.
The Dart VM running on the server does support sockets, along with HTTP
clients and even WebSocket clients, so I'm hoping you have what you need to
build the adapter.

We've already seen MongoDB, Redis, and even MySQL drivers, so integration
with third party systems is starting to happen.

Thanks for the question!
Seth
Post by l***@public.gmane.org
Hi,
Are there plans to use rabbitmq (client site) with dart?
Luc.
Jan Vladimir Mostert
2015-04-30 15:36:49 UTC
Permalink
Has anything changed since 2012? Would love AMQP via RabbitMQ support in
Dart!
Post by l***@public.gmane.org
Hi,
Are there plans to use rabbitmq (client site) with dart?
Luc.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
James Hurford
2015-08-01 11:28:52 UTC
Permalink
https://pub.dartlang.org/packages/dart_amqp
Post by Jan Vladimir Mostert
Has anything changed since 2012? Would love AMQP via RabbitMQ support in
Dart!
Post by l***@public.gmane.org
Hi,
Are there plans to use rabbitmq (client site) with dart?
Luc.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jan Mostert
2015-08-02 21:18:57 UTC
Permalink
It looks very clean, will bookmark it for when I get to building server
side dart, thanks James!

This also looks useful since i do a lot of json via AMQP:
https://pub.dartlang.org/packages/dart_amqp_rpc
Post by James Hurford
https://pub.dartlang.org/packages/dart_amqp
Post by Jan Vladimir Mostert
Has anything changed since 2012? Would love AMQP via RabbitMQ support in
Dart!
Post by l***@public.gmane.org
Hi,
Are there plans to use rabbitmq (client site) with dart?
Luc.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Doug Reese
2015-08-02 23:23:00 UTC
Permalink
The STOMP Dart Client works well with the RabbitMQ STOMP plugin.

https://pub.dartlang.org/packages/stomp

Doug
Post by Jan Mostert
It looks very clean, will bookmark it for when I get to building server
side dart, thanks James!
https://pub.dartlang.org/packages/dart_amqp_rpc
Post by James Hurford
https://pub.dartlang.org/packages/dart_amqp
Post by Jan Vladimir Mostert
Has anything changed since 2012? Would love AMQP via RabbitMQ support in
Dart!
Post by l***@public.gmane.org
Hi,
Are there plans to use rabbitmq (client site) with dart?
Luc.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...