A list of on demand (SaaS) Message Queuing (MQ) providers

366 views
Skip to first unread message

byteonic

unread,
Oct 9, 2008, 7:58:30 AM10/9/08
to Cloud Computing
Sharing the article that I wrote about SaaS offering of message
queuing service.
Anand
www.byteonic.com
Article Link: http://tinyurl.com/3zzozk


Article Excerpt:

I mentioned in the article on SaaS offering of ITIL, that the cloud
computing or as SaaS matures, more infrastructure software components
would be made available in the cloud. For example on demand Message
Queuing (MQ) service.

In house MQ software has played an important role in the enterprise
application integration world for over a decade. However in the
integration of services in the Web 2.0 world, the traditional message
queuing model has some limitations such as:

1. Lack of accessing MQ over HTTP(S) protocol straight out of
box. In order to accomplish this, service providers had to build
HTTP(S) Adapters over MQ.

2. Scalability issues arise, when integrating over HTTP(S,)
because of a lack of MQ platform agnostic and proven implementation of
HTTP(S) Adapters.

3. Additional costs to cover licensing and server provisioning
when service demand increases.

4. Troubleshooting requires a deep understanding of the MQ
product. Obviously highly skilled MQ admin personnel don’t come cheap.

5. Full life cycle management of MQ environment has a cost
associated to it and is directly proportional to the number of
integrations and the number of messages processed.

6. Web 2.0 companies are interested in focusing on their core
offering as opposed to managing integration infrastructure and
challenges associated with it.

The above limitations make sense to use MQ service on demand. Some
examples of such service providers are:

1. Amazon Simple Queue Service (SQS)

2. Gnip

3. OnlineMQ

SQS is a basic queuing service provided by Amazon in EC2 cloud
computing platform. One of the advantages of SQS is in guaranteed
availability of messages when dropped on the SQS queues. Second, if
your service is hosted on EC2 then using SQS is cost saving because
intra EC2 data communication is free of charge. However publish and
subscribe style of messaging is not yet offered. Neither does it offer
guaranteed once and only once of message delivery. One has to
programmatically control that the same message is not delivered
multiple times.

Gnip (see our coverage here) has a success story on offloading traffic
from high volume web sites such as Digg, Twitter among others. Gnip
uses Amazon’s SQS and wraps the access to it based on SEDA; probably
this is the reason why they can handle high message volume. Gnip
provides more than a traditional MQ, for example they also provide
services such as message transformation and routing. You can use Gnip
if you are integrating with any of the sender or receiver from the
list of supported consumers/producers of Gnip. Any custom integration
or integration between your application components would find Gnip
limited.

OnlineMQ is a new service and still in beta. However they seem to be
providing a comprehensive MQ service. OnlineMQ provides an intuitive
GUI based admin tool and supports both styles of messaging i.e. PTP
and Pub/Sub models. You can enable or disable a queue for read only or
write only.

From the above solutions none of them is an ideal MQ solution for all
situations. However choosing Amazon’s SQS provides you with the
flexibility of building the functionality that you need over it.

Alexis Richardson

unread,
Oct 9, 2008, 10:13:14 AM10/9/08
to cloud-c...@googlegroups.com
This is another message queue in the cloud:
http://es.cohesiveft.com/site/rabbitmq

This uses RabbitMQ and Elastic Server on EC2 or other cloudware. You
don't have to pay per message but you pay EC2.

alexis

Senaka Fernando

unread,
Oct 9, 2008, 10:54:18 AM10/9/08
to cloud-c...@googlegroups.com
You can also include Apache ActiveMQ (http://activemq.apache.org/) and Apache Qpid (http://cwiki.apache.org/qpid/). Read [1] as well.

Paco NATHAN

unread,
Oct 9, 2008, 11:23:44 AM10/9/08
to cloud-c...@googlegroups.com
Our department finds lots of use for RabbitMQ. Solid, fast, fits the
patterns we need for workloads in or between the cloud -- e.g.,
synchronizing our data loading, some instrumentation on Hadoop jobs,
etc.

We also use SQS, but those two have different features, and
trade-offs. SQS is hardened but less flexible for how you manage
messages inside a queue.

I've found much resistance across the company for using ActiveMQ,
based on people having prior experience with it. Some people on our
team also have experience with MQSeries at a previous firm, but that's
another thing altogether ;)

So we find that RabbitMQ fills in some great needs in our cloud-based apps.

Paco

jgeek

unread,
Oct 9, 2008, 6:47:13 PM10/9/08
to Cloud Computing
I don't think QPid and ActiveMQ are offered on demand.
Anand

On Oct 9, 7:54 am, "Senaka Fernando" <senaka...@gmail.com> wrote:
> You can also include Apache ActiveMQ (http://activemq.apache.org/) and
> Apache Qpid (http://cwiki.apache.org/qpid/). Read [1] as well.
> [1]http://www.sys-con.com/node/506539
>
> Regards,
> Senaka
>
> On Thu, Oct 9, 2008 at 7:43 PM, Alexis Richardson <
>
>
>
> alexis.richard...@gmail.com> wrote:
>
> > This is another message queue in the cloud:
> >http://es.cohesiveft.com/site/rabbitmq
>
> > This uses RabbitMQ and Elastic Server on EC2 or other cloudware.  You
> > don't have to pay per message but you pay EC2.
>
> > alexis
>
> > > flexibility of building the functionality that you need over it.- Hide quoted text -
>
> - Show quoted text -

Senaka Fernando

unread,
Oct 10, 2008, 3:11:59 AM10/10/08
to cloud-c...@googlegroups.com
Hi Anand,

I'm not quite sure about Qpid's current status, as it is not a matured project tried by many, as yet, its still under incubation. However, I believe that ActiveMQ is offered on demand. You find some links in http://es.cohesiveft.com/bundles/1871-bundle-activemq-50 . FYI, Qpid is also an AMQP implementation.

Regards,
Senaka
Reply all
Reply to author
Forward
0 new messages