Questions tagged [amazon-mq]

Amazon MQ is a managed message broker service for ActiveMQ that makes it easy to set up and operate message brokers in the cloud.

Amazon MQ was released in 2017. Currently supports only ActiveMQ since 5.15.0 and is frequently updated to support new versions of the broker.

147 questions
1
vote
0 answers

ActiveMQ lost messages if there is no commit pending on MDB with XA and RA

We recently migrate from Artemis to ActiveMQ and now we are facing some strange behavior with our Message Driven Beans. Basically, when some application fails, we realize that some messages are lost. We made some tests to identify if there is some…
1
vote
1 answer

Errors with publishing messages to Amazon Queue using available node js libraries

I am trying to publish messages to Amazon MQ from Node JS and none of the libraries I have tried so far seem to be working. Library 1: stomp-client Code: var Stomp = require('stomp-client'); var destination = '/topic/{new_topic}'; var client =…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
1
vote
2 answers

Is Apache Camel available in AmazonMQ?

Disclaimer: I did post this on Server Fault, first, and the replies there were: I'm voting to close this question as off-topic because we are not AWS support. This question does not appear to be about server, networking, or related…
ps2goat
  • 8,067
  • 1
  • 35
  • 68
0
votes
0 answers

AWS Active MQ: how to set TTL when queue created?

Is it possible to set TTL for AWS ActiveMQ queue in c# ? I need this way in my c# app because user cannot have permissions to change AWS ActiveMQ Queues but the app should do it. So, how it can be done?
ZedZip
  • 5,794
  • 15
  • 66
  • 119
0
votes
0 answers

I am unable to make changes to the Rabbitmq configuration in Amazon MQ

I have Rabbit mq cluster deployed on Amazon via Amazon MQ. I am trying to add: log.exchange = true log.exchange.level = info to the configuration file and it throws the following error: "Your configuration has been sanitized. Invalid and unsupported…
0
votes
3 answers

Spring boot not able to connect to AmazonMq(rabbitmq)

Hi I have a AmazonMq instance running rabbitmq and I am not able to connect to the broker using spring boot. I am able to connect rabbitmq locally but not amazonmq(rabbitmq). My spring boot configuration…
0
votes
1 answer

Can't connect to Amazon MQ with Node.js + MQTT

I am testing out Amazon MQ with the ActiveMQ "engine" using Node.js and MQTT, but it does not seems to be working as expected. This is what I have done so far. I created in the AWS console choosing the following options Apache ActiveMQ Active/…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
0
votes
0 answers

Datadog query with several metrics not possible

I want to create a monitor in Datadog that will alert me on old messages in ActiveMQ queues (in AWS AmazonMQ). The notifications for alerting is working fine with my query but it seems even I purge the queue or if the messages are expired, the alert…
рüффп
  • 5,172
  • 34
  • 67
  • 113
0
votes
0 answers

Issue with rabbitMQ automatic consumer recovery during amazonMQ maintenance window

We are using the RabbitMQ cluster broker of AmazonMQ service from AWS. Some consumers of a few queues are not able to recover or get stuck during the maintenance window. RabbitMQ Broker engine version: 3.8.6 Erlang version: 23.0.3 Spring rabbit…
0
votes
1 answer

Preventing any message loss during failover in Amazon MQ (ActiveMQ) with high throughput

I am testing failover in Amazon MQ (ActiveMQ) for active/standby broker configuration and experiencing message loss. I am sending messages in persistent mode and using setUseAsyncSend(true) to achieve high throughput without waiting for…
0
votes
0 answers

Amazon Mq TotalConsumerCount vs. CurrentConnectionsCount

trying to find the difference between these two metrics so that I would be able to establish the correct CloudWatch Alarm. Purpose of my CloudWatch alarm is to detect, if my services connected successfully after rebooting the AmazonMq broker. I have…
JamJam
  • 1
  • 3
0
votes
0 answers

How to send messages to the dead letter queue in Amazon MQ for RabbitMQ using MassTransit?

I need messages that have an error in my saga consumers instead of being sent to the _error queue to be sent to the DLQ, how can I make this configuration? Is it necessary that the Delayed Message Plugin is activated? I'm currently trying like this,…
0
votes
0 answers

Stomp-ActiveMQ connection issue with Spring Boot

I have a Spring Boot application with stomp interface and Amazon MQ version 5.17.2 is used as a broker. As per the implementation on each stomp connection from client a new AMQ connection gets created. While running the load with less than 500…
0
votes
2 answers

What JMS versions does Amazon MQ support?

Is anyone using Amazon MQ (Message Broker Service managed by AWS) with JMS 3? As part of our Tomcat 10 migration journey we realized that we cannot use ActiveMQ "Classic" any more (since Tomcat 10 drops JMS 2 support, if I read their documentation…
ROMAN
  • 51
  • 4
0
votes
0 answers

Purge DLQ automatically every X minutes on Amazon MQ broker

I thought my problem was simple but after multiple attempts, it turned out to be more complicated than expected. I'm using Amazon MQ for testing purposes and would just like all messages in all DLQs to be deleted automatically after X minutes. The…
Siick
  • 491
  • 1
  • 7
  • 23