Amazon Releases Managed Message Broker Service for ActiveMQ
Written by Kay Ewbank   
Tuesday, 05 December 2017

Amazon has released Amazon MQ, a managed message broker service for Apache ActiveMQ, the open-source message broker that supports queues and topics, durable and non-durable subscriptions, push-based and poll-based messaging, and filtering, providing another option for administering and maintaining ActiveMQ.

 

Amazon has its own message queue software, Amazon SQS, but Apache ActiveMQ is preferred by many organizations. Amazon says that their customers who are using open-source message brokers say the main problem lies in their setup and on-going maintenance, with many spending over 10 hours of staff time a week on maintenance. 

The tasks handled by Amazon MQ include responsibility for broker provisioning, patching, failure detection and recovery for high availability, and message durability.

mq con 4

You get access to the ActiveMQ console, and to APIs and protocols for messaging, including JMS, NMS, AMQP, STOMP, MQTT, and WebSocket. This means that if you have applications that use any of these standards and want to move to Amazon MQ, you can just move the code across unchanged.

You can create a single-instance Amazon MQ broker for development and testing, or an active/standby pair that spans Availability Zones, with automatic failover. Either way, you get data replication across AZs and a pay-as-you-go model for the broker instance and message storage.

The service is charged on pay as you go for broker instance and storage usage. There's no upfront payment or minimum fee. The AWS Free Tier includes up to 750 hours of a single-instance mq.t2.micro broker and up to 1GB of storage per month for one year. After that, billing is based on instance-hours and message storage, plus charges Internet data transfer if the broker is accessed from outside of AWS.

Amazon MQ is now available in the US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), and Asia Pacific (Sydney) regions.

awsarrow

More Information

Amazon MQ Details

Related Articles

Comparing Kafka to RabbitMQ

GoKa Stream Processing For Kafka 

Apache Kafka Adds New Streams API

RabbitMQ In Action

Amazon Strengthens Lambda Offering

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Can C++ Be As Safe As Rust?
10/04/2024

Herb Sutter is a well known and respected C++ champion and he thinks that the language only needs a few tweaks to make it as safe as Rust. Can this be true?



We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 05 December 2017 )