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
3
votes
1 answer

Connecting ActiveMQ Artemis and Amazon MQ brokers

I am trying to connect an ActiveMQ Artemis broker with an Amazon MQ broker to create a hybrid architecture. I have tried connecting ActiveMQ with Amazon MQ, and I could achieve it by using "network connectors" in the activemq.xml file and it worked…
Question
  • 35
  • 3
3
votes
2 answers

Spring Boot message relay seems to be connected but messages are not relayed to external (amazonMQ) broker

I am configuring external broker (amazonMQ) relay for websocket in my Spring Boot application. At startup configurations seems fine and relay is connected as per below is log. I tested with bad URL and I clearly get UnknownHostException so I think…
Kru
  • 71
  • 8
3
votes
2 answers

How to use spring-messaging-5.1.* to connect stomp+ssl broker?

I wanna using stomp over websocket and intend to integrate with Amazon MQ, but Amazon MQ using stomp+ssl as default, then i encounter my problem. @Configuration @EnableWebSocketMessageBroker public class WebSocketConfig implements…
Sam Li
  • 33
  • 4
3
votes
1 answer

ActiveMQ Web panel behind Reverse Proxy - AmazonMQ

We are using the web console of https://aws.amazon.com/amazon-mq/ behind a reverse proxy. Most of the basic functionality is working, however almost every active action (send message to queue, purge queue, ...) in the web panel ends up on the amazon…
Marcel Lamm
  • 51
  • 1
  • 8
2
votes
1 answer

Amazon MQ: Using RabbitMQ with Stomp

Is there a way to configure Amazon MQs RabbitMQ to work with the Stomp protocol? I know you need a plugin for RabbitMQ to be able to use Stomp, but I can't find how I would install the plugin on the Amazon MQ instance.
rKatex
  • 77
  • 1
  • 8
2
votes
0 answers

maximumRetryAttempts Issue in Amazon MQ Rabbit MQ

I am unable to configure maximumRetryAttempts for the MQ Event Source. Please review the current Configuration for the Rabbit MQ Event source attached for Amazon MQ and RabbitMQ { "UUID": "c881392e-9b81-408e-a072-49e79ac1d", "BatchSize":…
2
votes
0 answers

AWS MQ Trigger gets disabled automatically

I have an AWS Lambda deployed that is triggered when messages are enqueued into a RabbitMQ queue using Amazon MQ trigger. While this works in general, sometimes the MQ trigger gets disabled and needs a manual re-enabling to work properly. These are…
Prashanth
  • 1,252
  • 2
  • 13
  • 28
2
votes
1 answer

Delay message delivery for ActiveMQ AMQP 1.0, _without_ JMS

To clarify the title: I am using ActiveMQ 5.15.15 (NOT the Artemis engine), and I am using AMQP 1.0 without official JMS libraries. And to be more specific, I am using the AmazonMQ version of this, which will soon upgrade to 5.16.2. I could force…
ps2goat
  • 8,067
  • 1
  • 35
  • 68
2
votes
1 answer

AWS RabbitMQ none of the endpoints were reachable C#

I am learning to use RabbitMQ, I am creating a C# console project on Visual Studio for Mac. I've created a RabbitMQ server on Amazon AWS however every time I try to connect I get the error "none of the endpoints were reachable"; here's my…
Riquelmy Melara
  • 849
  • 2
  • 11
  • 28
2
votes
3 answers

AWS Amazon MQ (RabbitMQ) Broker - Can't find IP Address

So I've created our RabbitMQ broker via Amazon MQ within a private Subnet and not publicly accessible. This generates a web console URL https://xxxx.mq.us-west-2.amazonaws.com. And I wanted to create a Route 53 record name xxxxx.ourdomain.com and…
2
votes
0 answers

Amazon MQ - how to programmatically find clustered node addresses

My topology is illustrated by the following diagram (originally published in this blog): In this case, the broker is RabbitMQ. Also, the NLB nodes reside in public subnets within the same AZs as the private subnets (3 pairs in total). I am…
Rob Davis
  • 1,299
  • 1
  • 10
  • 22
2
votes
1 answer

How to log message events from AmazonMQ to CloudWatch?

I want to inspect the logs of an AmazonMQ broker containing information about when a message was enqueued and with which parameters. AWS provides two options to log activities from the AmazonMQ brokers to CloudWatch called general and audit, but…
Nícolas Iensen
  • 3,899
  • 4
  • 22
  • 26
2
votes
1 answer

AmazonMQ Limited to 5 Consumers

I am using AmazonMQ (ActiveMQ) as an ESM for a lambda. I have no concurrency limit on the lambda itself, but the AmazonMQ ESM is limiting the concurrency to 5, and messages in queue aren't getting processed because it is waiting for 1 of the 5…
micah
  • 7,596
  • 10
  • 49
  • 90
2
votes
4 answers

Can't connect to RabbitMQ on Amazon MQ

I created an Amazon MQ broker: Select broker engine: RabbitMQ 3.8.6 Single-instance broker Network and security: Public access VPC and subnets: Use the default VPC and subnet(s) I have tried two libraries: from RabbitMQ manual and…
Tim
  • 1,798
  • 2
  • 15
  • 20
2
votes
2 answers

Enable JMX for Amazon MQ

Is there a way to connect to Amazon MQ via JMX? I tried to look at configure JMX for ActiveMQ for remoting access but I end up with this once I save the config
Parth Shah
  • 63
  • 1
  • 6
1
2
3
9 10